Package edu.sc.seis.sod.subsetter.origin
Class OriginDepthRange
java.lang.Object
edu.sc.seis.sod.subsetter.UnitRange
edu.sc.seis.sod.subsetter.DepthRange
edu.sc.seis.sod.subsetter.origin.OriginDepthRange
- All Implemented Interfaces:
SodElement
,OriginSubsetter
,Subsetter
public class OriginDepthRange extends DepthRange implements OriginSubsetter
-
Constructor Summary
Constructors Constructor Description OriginDepthRange(org.w3c.dom.Element config)
-
Method Summary
Modifier and Type Method Description StringTree
accept(edu.sc.seis.sod.model.event.CacheEvent event, edu.sc.seis.sod.model.event.EventAttrImpl eventAttr, edu.sc.seis.sod.model.event.OriginImpl origin)
-
Constructor Details
-
OriginDepthRange
public OriginDepthRange(org.w3c.dom.Element config) throws java.lang.Exception- Throws:
java.lang.Exception
-
-
Method Details
-
accept
public StringTree accept(edu.sc.seis.sod.model.event.CacheEvent event, edu.sc.seis.sod.model.event.EventAttrImpl eventAttr, edu.sc.seis.sod.model.event.OriginImpl origin)- Specified by:
accept
in interfaceOriginSubsetter
-