Package edu.sc.seis.sod.subsetter
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()
-
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()
-