edu.sc.seis.sod.subsetter.origin
Class OriginDepthRange

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.origin.OriginDepthRange
All Implemented Interfaces:
SodElement, OriginSubsetter, Subsetter

public class OriginDepthRange
extends DepthRange
implements OriginSubsetter


Constructor Summary
OriginDepthRange(org.w3c.dom.Element config)
           
 
Method Summary
 StringTree accept(CacheEvent event, EventAttrImpl eventAttr, OriginImpl origin)
           
 
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

OriginDepthRange

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

accept

public StringTree accept(CacheEvent event,
                         EventAttrImpl eventAttr,
                         OriginImpl origin)
Specified by:
accept in interface OriginSubsetter