edu.sc.seis.sod.subsetter
Class LongitudeRange

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

public class LongitudeRange
extends RangeSubsetter
implements SodElement


Field Summary
 
Fields inherited from class edu.sc.seis.sod.subsetter.RangeSubsetter
DEFAULT_MAX, DEFAULT_MIN, max, min
 
Constructor Summary
LongitudeRange(org.w3c.dom.Element config)
           
 
Method Summary
static double sanitize(double longitude, 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

LongitudeRange

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

sanitize

public static double sanitize(double longitude,
                              java.lang.String reporter)
                       throws UserConfigurationException
Throws:
UserConfigurationException