edu.sc.seis.sod.subsetter.station
Class StationDepthRange

java.lang.Object
  extended by edu.sc.seis.sod.subsetter.UnitRange
      extended by edu.sc.seis.sod.subsetter.DepthRange
          extended by edu.sc.seis.sod.subsetter.station.StationDepthRange
All Implemented Interfaces:
SodElement, StationSubsetter, Subsetter

public class StationDepthRange
extends DepthRange
implements StationSubsetter


Constructor Summary
StationDepthRange(org.w3c.dom.Element config)
           
 
Method Summary
 StringTree accept(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StationDepthRange

public StationDepthRange(org.w3c.dom.Element config)
                  throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

accept

public StringTree accept(StationImpl station,
                         NetworkSource network)
Specified by:
accept in interface StationSubsetter