Class OrientationAzimuthRange
java.lang.Object
edu.sc.seis.sod.subsetter.RangeSubsetter
edu.sc.seis.sod.subsetter.channel.OrientationAzimuthRange
- All Implemented Interfaces:
SodElement
,ChannelSubsetter
,Subsetter
public class OrientationAzimuthRange extends RangeSubsetter implements ChannelSubsetter
-
Field Summary
Fields inherited from class edu.sc.seis.sod.subsetter.RangeSubsetter
DEFAULT_MAX, DEFAULT_MIN, max, min
-
Constructor Summary
Constructors Constructor Description OrientationAzimuthRange(org.w3c.dom.Element config)
-
Method Summary
Modifier and Type Method Description StringTree
accept(edu.sc.seis.seisFile.fdsnws.stationxml.Channel c, NetworkSource network)
Methods inherited from class edu.sc.seis.sod.subsetter.RangeSubsetter
accept, acceptMax, acceptMin, getMaxValue, getMinValue, parseConfig, toString
-
Constructor Details
-
OrientationAzimuthRange
public OrientationAzimuthRange(org.w3c.dom.Element config)
-
-
Method Details
-
accept
public StringTree accept(edu.sc.seis.seisFile.fdsnws.stationxml.Channel c, NetworkSource network) throws java.lang.Exception- Specified by:
accept
in interfaceChannelSubsetter
- Throws:
java.lang.Exception
-