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
  • 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

      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()