Class Polynomial
java.lang.Object
edu.sc.seis.seisFile.fdsnws.stationxml.BaseFilterType
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
Constructors Constructor Description Polynomial(java.lang.String resourceId, java.lang.String name, java.lang.String description, Unit inputUnits, Unit outputUnits, java.lang.String approximationType, FloatType freqLowerBound, FloatType freqUpperBound, float approxLowerBound, float approxUpperBound, float maxError, java.util.List<FloatNoUnitType> coefficientList)
Polynomial(javax.xml.stream.XMLEventReader reader)
Polynomial(javax.xml.stream.XMLEventReader reader, java.lang.String elementName)
-
Method Summary
Modifier and Type Method Description java.lang.String
getApproximationType()
float
getApproxLowerBound()
float
getApproxUpperBound()
java.util.List<FloatNoUnitType>
getCoefficientList()
FloatType
getFreqLowerBound()
FloatType
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 Details
-
Polynomial
public Polynomial(java.lang.String resourceId, java.lang.String name, java.lang.String description, Unit inputUnits, Unit outputUnits, java.lang.String approximationType, FloatType freqLowerBound, FloatType freqUpperBound, float approxLowerBound, float approxUpperBound, float maxError, java.util.List<FloatNoUnitType> coefficientList) -
Polynomial
public Polynomial(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, StationXMLException- Throws:
javax.xml.stream.XMLStreamException
StationXMLException
-
Polynomial
public Polynomial(javax.xml.stream.XMLEventReader reader, java.lang.String elementName) throws javax.xml.stream.XMLStreamException, StationXMLException- Throws:
javax.xml.stream.XMLStreamException
StationXMLException
-
-
Method Details
-
getApproximationType
public java.lang.String getApproximationType() -
getFreqLowerBound
-
getFreqUpperBound
-
getApproxLowerBound
public float getApproxLowerBound() -
getApproxUpperBound
public float getApproxUpperBound() -
getMaxError
public float getMaxError() -
getCoefficientList
-