Class Polynomial
java.lang.Object
edu.sc.seis.seisFile.fdsnws.stationxml.BaseFilterType
edu.sc.seis.seisFile.fdsnws.stationxml.Polynomial
- Direct Known Subclasses:
InstrumentPolynomial
-
Field Summary
Fields inherited from class edu.sc.seis.seisFile.fdsnws.stationxml.BaseFilterType
inputUnits, outputUnits
-
Constructor Summary
ConstructorsConstructorDescriptionPolynomial
(String resourceId, String name, String description, Unit inputUnits, Unit outputUnits, String approximationType, FloatType freqLowerBound, FloatType freqUpperBound, float approxLowerBound, float approxUpperBound, float maxError, List<FloatNoUnitType> coefficientList) Polynomial
(XMLEventReader reader) Polynomial
(XMLEventReader reader, String elementName) -
Method Summary
Modifier and TypeMethodDescriptionfloat
float
float
Methods inherited from class edu.sc.seis.seisFile.fdsnws.stationxml.BaseFilterType
getDescription, getInputUnits, getName, getOutputUnits, getResourceId
-
Constructor Details
-
Polynomial
-
Polynomial
-
Polynomial
public Polynomial(XMLEventReader reader, String elementName) throws XMLStreamException, StationXMLException
-
-
Method Details
-
getApproximationType
-
getFreqLowerBound
-
getFreqUpperBound
-
getApproxLowerBound
public float getApproxLowerBound() -
getApproxUpperBound
public float getApproxUpperBound() -
getMaxError
public float getMaxError() -
getCoefficientList
-