edu.sc.seis.sod.subsetter
Class LatitudeRange

java.lang.Object
  extended by edu.sc.seis.sod.subsetter.RangeSubsetter
      extended by edu.sc.seis.sod.subsetter.LatitudeRange
All Implemented Interfaces:
SodElement

public class LatitudeRange
extends RangeSubsetter
implements SodElement


Field Summary
 
Fields inherited from class edu.sc.seis.sod.subsetter.RangeSubsetter
DEFAULT_MAX, DEFAULT_MIN, max, min
 
Constructor Summary
LatitudeRange(org.w3c.dom.Element config)
           
 
Method Summary
static void check(double latitude, java.lang.String reporter)
           
 
Methods inherited from class edu.sc.seis.sod.subsetter.RangeSubsetter
accept, acceptMax, acceptMin, getMaxValue, getMinValue, parseConfig, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LatitudeRange

public LatitudeRange(org.w3c.dom.Element config)
              throws UserConfigurationException
Throws:
UserConfigurationException
Method Detail

check

public static void check(double latitude,
                         java.lang.String reporter)
                  throws UserConfigurationException
Throws:
UserConfigurationException