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