Class StationDepthRange
- java.lang.Object
-
- edu.sc.seis.sod.subsetter.UnitRange
-
- edu.sc.seis.sod.subsetter.DepthRange
-
- edu.sc.seis.sod.subsetter.station.StationDepthRange
-
- All Implemented Interfaces:
SodElement
,StationSubsetter
,Subsetter
public class StationDepthRange extends DepthRange implements StationSubsetter
-
-
Constructor Summary
Constructors Constructor Description StationDepthRange(org.w3c.dom.Element config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringTree
accept(edu.iris.Fissures.network.StationImpl station, NetworkSource network)
-
Methods inherited from class edu.sc.seis.sod.subsetter.DepthRange
getMaxDepth, getMinDepth
-
Methods inherited from class edu.sc.seis.sod.subsetter.UnitRange
getUnitRange, processConfig
-
-
-
-
Method Detail
-
accept
public StringTree accept(edu.iris.Fissures.network.StationImpl station, NetworkSource network)
- Specified by:
accept
in interfaceStationSubsetter
-
-