Class PolesZeros

    • Constructor Detail

      • PolesZeros

        public PolesZeros​(java.lang.String resourceId,
                          java.lang.String name,
                          java.lang.String description,
                          Unit inputUnits,
                          Unit outputUnits,
                          java.lang.String pzTransferType,
                          float normalizationFactor,
                          float normalizationFreq,
                          java.util.List<Zero> zeroList,
                          java.util.List<Pole> poleList)
      • PolesZeros

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

      • getPzTransferType

        public java.lang.String getPzTransferType()
      • getNormalizationFactor

        public float getNormalizationFactor()
      • getNormalizationFreq

        public float getNormalizationFreq()
      • getPoleList

        public java.util.List<Pole> getPoleList()
      • getZeroList

        public java.util.List<Zero> getZeroList()