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

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

public class PointLinearDistanceMagnitude
extends LinearDistanceMagnitudeRange
implements OriginSubsetter


Constructor Summary
PointLinearDistanceMagnitude(org.w3c.dom.Element element)
           
 
Method Summary
 StringTree accept(CacheEvent eventAccess, EventAttrImpl eventAttr, OriginImpl preferred_origin)
           
 
Methods inherited from class edu.sc.seis.sod.subsetter.eventStation.LinearDistanceMagnitudeRange
accept, accept
 
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

PointLinearDistanceMagnitude

public PointLinearDistanceMagnitude(org.w3c.dom.Element element)
                             throws ConfigurationException
Throws:
ConfigurationException
Method Detail

accept

public StringTree accept(CacheEvent eventAccess,
                         EventAttrImpl eventAttr,
                         OriginImpl preferred_origin)
                  throws java.lang.Exception
Specified by:
accept in interface OriginSubsetter
Throws:
java.lang.Exception