Class Absolute
- java.lang.Object
-
- edu.sc.seis.sod.subsetter.eventStation.PhaseInteractionType
-
- edu.sc.seis.sod.subsetter.eventStation.Absolute
-
- All Implemented Interfaces:
SodElement
,Subsetter
public class Absolute extends PhaseInteractionType
-
-
Constructor Summary
Constructors Constructor Description Absolute(org.w3c.dom.Element config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description edu.iris.Fissures.Area
getArea()
DepthRange
getDepthRange()
void
processConfig()
-
-
-
Method Detail
-
processConfig
public void processConfig() throws ConfigurationException
- Throws:
ConfigurationException
-
getArea
public edu.iris.Fissures.Area getArea()
-
getDepthRange
public DepthRange getDepthRange()
-
-