edu.sc.seis.seisFile.fdsnws.stationxml
Class Polynomial

java.lang.Object
  extended by edu.sc.seis.seisFile.fdsnws.stationxml.BaseFilterType
      extended by edu.sc.seis.seisFile.fdsnws.stationxml.Polynomial
Direct Known Subclasses:
InstrumentPolynomial

public class Polynomial
extends BaseFilterType


Field Summary
 
Fields inherited from class edu.sc.seis.seisFile.fdsnws.stationxml.BaseFilterType
inputUnits, outputUnits
 
Constructor Summary
Polynomial(javax.xml.stream.XMLEventReader reader)
           
 
Method Summary
 java.lang.String getApproximationType()
           
 float getApproxLowerBound()
           
 float getApproxUpperBound()
           
 java.util.List<FloatNoUnitType> getCoefficientList()
           
 java.lang.Float getFreqLowerBound()
           
 float getFreqUpperBound()
           
 float getMaxError()
           
 
Methods inherited from class edu.sc.seis.seisFile.fdsnws.stationxml.BaseFilterType
getDescription, getInputUnits, getName, getOutputUnits, getResourceId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Polynomial

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

getApproximationType

public java.lang.String getApproximationType()

getFreqLowerBound

public java.lang.Float getFreqLowerBound()

getFreqUpperBound

public float getFreqUpperBound()

getApproxLowerBound

public float getApproxLowerBound()

getApproxUpperBound

public float getApproxUpperBound()

getMaxError

public float getMaxError()

getCoefficientList

public java.util.List<FloatNoUnitType> getCoefficientList()