Class Sampling
java.lang.Object
edu.sc.seis.sod.subsetter.RangeSubsetter
edu.sc.seis.sod.subsetter.channel.Sampling
- All Implemented Interfaces:
SodElement
,ChannelSubsetter
,Subsetter
-
Field Summary
Fields inherited from class edu.sc.seis.sod.subsetter.RangeSubsetter
DEFAULT_MAX, DEFAULT_MIN, max, min
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
accept
(edu.iris.Fissures.model.SamplingImpl channelSampling) accept
(edu.iris.Fissures.network.ChannelImpl channel, NetworkSource network) Methods inherited from class edu.sc.seis.sod.subsetter.RangeSubsetter
accept, acceptMax, acceptMin, getMaxValue, getMinValue, parseConfig, toString
-
Constructor Details
-
Sampling
- Throws:
ConfigurationException
-
-
Method Details
-
accept
public StringTree accept(edu.iris.Fissures.network.ChannelImpl channel, NetworkSource network) throws Exception - Specified by:
accept
in interfaceChannelSubsetter
- Throws:
Exception
-
accept
public boolean accept(edu.iris.Fissures.model.SamplingImpl channelSampling)
-