Class PolesZeros
java.lang.Object
edu.sc.seis.seisFile.fdsnws.stationxml.BaseFilterType
edu.sc.seis.seisFile.fdsnws.stationxml.PolesZeros
public class PolesZeros extends BaseFilterType
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DIGITAL
static java.lang.String
LAPLACE_HERTZ
static java.lang.String
LAPLACE_RAD_PER_SEC
Fields inherited from class edu.sc.seis.seisFile.fdsnws.stationxml.BaseFilterType
inputUnits, outputUnits
-
Constructor Summary
Constructors Constructor Description 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(javax.xml.stream.XMLEventReader reader)
-
Method Summary
Modifier and Type Method Description float
getNormalizationFactor()
float
getNormalizationFreq()
java.util.List<Pole>
getPoleList()
java.lang.String
getPzTransferType()
java.util.List<Zero>
getZeroList()
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
-
Field Details
-
DIGITAL
public static final java.lang.String DIGITAL- See Also:
- Constant Field Values
-
LAPLACE_HERTZ
public static final java.lang.String LAPLACE_HERTZ- See Also:
- Constant Field Values
-
LAPLACE_RAD_PER_SEC
public static final java.lang.String LAPLACE_RAD_PER_SEC- See Also:
- Constant Field Values
-
-
Constructor Details
-
PolesZeros
-
PolesZeros
public PolesZeros(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, StationXMLException- Throws:
javax.xml.stream.XMLStreamException
StationXMLException
-
-
Method Details
-
getPzTransferType
public java.lang.String getPzTransferType() -
getNormalizationFactor
public float getNormalizationFactor() -
getNormalizationFreq
public float getNormalizationFreq() -
getPoleList
-
getZeroList
-