edu.sc.seis.seisFile.stationxml
Class Polynomial

java.lang.Object
  extended by edu.sc.seis.seisFile.stationxml.AbstractResponseType
      extended by edu.sc.seis.seisFile.stationxml.Polynomial

public class Polynomial
extends AbstractResponseType


Field Summary
 
Fields inherited from class edu.sc.seis.seisFile.stationxml.AbstractResponseType
inputUnits, outputUnits
 
Constructor Summary
Polynomial(javax.xml.stream.XMLEventReader reader)
           
 
Method Summary
 java.lang.String getApproximationType()
           
 float getApproxLowerBound()
           
 float getApproxUpperBound()
           
 java.util.List<java.lang.Float> getCoefficientList()
           
 java.lang.Float getFreqLowerBound()
           
 float getFreqUpperBound()
           
 float getMaxError()
           
 
Methods inherited from class edu.sc.seis.seisFile.stationxml.AbstractResponseType
getInputUnits, getOutputUnits
 
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<java.lang.Float> getCoefficientList()