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
Modifier and Type Method Description FloatType
getCorrection()
FloatType
getDelay()
int
getFactor()
float
getInputSampleRate()
int
getOffset()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Decimation
-
Decimation
public Decimation(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, StationXMLException- Throws:
javax.xml.stream.XMLStreamException
StationXMLException
-
-
Method Details
-
getInputSampleRate
public float getInputSampleRate() -
getFactor
public int getFactor() -
getOffset
public int getOffset() -
getDelay
-
getCorrection
-