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
All Methods Instance Methods Concrete Methods 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
-
-
-
-
Field Detail
-
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 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()
-
-