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 FloatTypegetCorrection()FloatTypegetDelay()intgetFactor()floatgetInputSampleRate()intgetOffset()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.XMLStreamExceptionStationXMLException
-
-
Method Details
-
getInputSampleRate
public float getInputSampleRate() -
getFactor
public int getFactor() -
getOffset
public int getOffset() -
getDelay
-
getCorrection
-