edu.sc.seis.seisFile.stationxml
Class Polynomial
java.lang.Object
edu.sc.seis.seisFile.stationxml.AbstractResponseType
edu.sc.seis.seisFile.stationxml.Polynomial
public class Polynomial
- extends AbstractResponseType
Constructor Summary |
Polynomial(javax.xml.stream.XMLEventReader reader)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Polynomial
public Polynomial(javax.xml.stream.XMLEventReader reader)
throws javax.xml.stream.XMLStreamException,
StationXMLException
- Throws:
javax.xml.stream.XMLStreamException
StationXMLException
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()