Class Decimation
- java.lang.Object
-
- edu.sc.seis.seisFile.fdsnws.stationxml.Decimation
-
public class Decimation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Decimation(float inputSampleRate, int factor, int offset, FloatType delay, FloatType correction)
Decimation(javax.xml.stream.XMLEventReader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatType
getCorrection()
FloatType
getDelay()
int
getFactor()
float
getInputSampleRate()
int
getOffset()
-
-
-
Constructor Detail
-
Decimation
public Decimation(float inputSampleRate, int factor, int offset, FloatType delay, FloatType correction)
-
Decimation
public Decimation(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, StationXMLException
- Throws:
javax.xml.stream.XMLStreamException
StationXMLException
-
-