Class DepthRange

java.lang.Object
edu.sc.seis.sod.subsetter.UnitRange
edu.sc.seis.sod.subsetter.DepthRange
All Implemented Interfaces:
SodElement
Direct Known Subclasses:
OriginDepthRange, SiteDepthRange, StationDepthRange

public class DepthRange
extends UnitRange
DepthRange.java Utility class for Depth Range. Created: Tue Apr 2 13:34:59 2002
  • Constructor Summary

    Constructors 
    Constructor Description
    DepthRange​(org.w3c.dom.Element config)  
  • Method Summary

    Modifier and Type Method Description
    edu.sc.seis.sod.model.common.QuantityImpl getMaxDepth()  
    edu.sc.seis.sod.model.common.QuantityImpl 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 Details

    • DepthRange

      public DepthRange​(org.w3c.dom.Element config) throws java.lang.Exception
      Throws:
      java.lang.Exception
  • Method Details

    • getMinDepth

      public edu.sc.seis.sod.model.common.QuantityImpl getMinDepth()
    • getMaxDepth

      public edu.sc.seis.sod.model.common.QuantityImpl getMaxDepth()