edu.sc.seis.seisFile.stationxml
Class PolesZeros

java.lang.Object
  extended by edu.sc.seis.seisFile.stationxml.AbstractResponseType
      extended by edu.sc.seis.seisFile.stationxml.PolesZeros

public class PolesZeros
extends AbstractResponseType


Field Summary
 
Fields inherited from class edu.sc.seis.seisFile.stationxml.AbstractResponseType
inputUnits, outputUnits
 
Constructor Summary
PolesZeros(javax.xml.stream.XMLEventReader reader)
           
 
Method Summary
 java.lang.String getComment()
           
 float getNormalizationFactor()
           
 float getNormalizationFreq()
           
 java.util.List<Pole> getPoleList()
           
 java.util.List<Zero> getZeroList()
           
 
Methods inherited from class edu.sc.seis.seisFile.stationxml.AbstractResponseType
getInputUnits, getOutputUnits
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolesZeros

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

getComment

public java.lang.String getComment()

getNormalizationFactor

public float getNormalizationFactor()

getNormalizationFreq

public float getNormalizationFreq()

getPoleList

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

getZeroList

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