edu.sc.seis.sod.subsetter.eventStation
Class DistanceRange

java.lang.Object
  extended by edu.sc.seis.sod.subsetter.DistanceRangeSubsetter
      extended by edu.sc.seis.sod.subsetter.eventStation.DistanceRange
All Implemented Interfaces:
SodElement, EventStationSubsetter, Subsetter

public class DistanceRange
extends DistanceRangeSubsetter
implements EventStationSubsetter


Constructor Summary
DistanceRange(org.w3c.dom.Element config)
           
 
Method Summary
 StringTree accept(CacheEvent eventAccess, StationImpl station, CookieJar cookieJar)
           
 
Methods inherited from class edu.sc.seis.sod.subsetter.DistanceRangeSubsetter
getMax, getMin, getUnitRange, processConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistanceRange

public DistanceRange(org.w3c.dom.Element config)
              throws ConfigurationException
Throws:
ConfigurationException
Method Detail

accept

public StringTree accept(CacheEvent eventAccess,
                         StationImpl station,
                         CookieJar cookieJar)
                  throws java.lang.Exception
Specified by:
accept in interface EventStationSubsetter
Throws:
java.lang.Exception