java.lang.Object
edu.sc.seis.seisFile.fdsnws.stationxml.BaseFilterType
edu.sc.seis.seisFile.fdsnws.stationxml.FIR

public class FIR
extends BaseFilterType
  • Field Summary

    Fields inherited from class edu.sc.seis.seisFile.fdsnws.stationxml.BaseFilterType

    inputUnits, outputUnits
  • Constructor Summary

    Constructors 
    Constructor Description
    FIR​(java.lang.String resourceId, java.lang.String name, java.lang.String description, Unit inputUnits, Unit outputUnits, java.lang.String symmetry, java.util.List<java.lang.Float> numeratorCoefficientList)  
    FIR​(javax.xml.stream.XMLEventReader reader)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<java.lang.Float> getNumeratorCoefficientList()  
    java.lang.String getSymmetry()  

    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

    • FIR

      public FIR​(java.lang.String resourceId, java.lang.String name, java.lang.String description, Unit inputUnits, Unit outputUnits, java.lang.String symmetry, java.util.List<java.lang.Float> numeratorCoefficientList)
    • FIR

      public FIR​(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, StationXMLException
      Throws:
      javax.xml.stream.XMLStreamException
      StationXMLException
  • Method Details