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
All Methods Instance Methods Concrete Methods 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
-
-
-
-
Constructor Detail
-
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 Detail
-
getApproximationType
public java.lang.String getApproximationType()
-
getFreqLowerBound
public FloatType getFreqLowerBound()
-
getFreqUpperBound
public FloatType getFreqUpperBound()
-
getApproxLowerBound
public float getApproxLowerBound()
-
getApproxUpperBound
public float getApproxUpperBound()
-
getMaxError
public float getMaxError()
-
getCoefficientList
public java.util.List<FloatNoUnitType> getCoefficientList()
-
-