edu.sc.seis.seisFile.stationxml
Class Decimation

java.lang.Object
  extended by edu.sc.seis.seisFile.stationxml.Decimation

public class Decimation
extends java.lang.Object


Constructor Summary
Decimation(javax.xml.stream.XMLEventReader reader)
           
 
Method Summary
 float getCorrection()
           
 float 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 Detail

Decimation

public Decimation(javax.xml.stream.XMLEventReader reader)
           throws javax.xml.stream.XMLStreamException,
                  StationXMLException
Throws:
javax.xml.stream.XMLStreamException
StationXMLException
Method Detail

getInputSampleRate

public float getInputSampleRate()

getFactor

public int getFactor()

getOffset

public int getOffset()

getDelay

public float getDelay()

getCorrection

public float getCorrection()