public class PolesZeros extends BaseFilterType
inputUnits, outputUnits| Constructor and Description |
|---|
PolesZeros(javax.xml.stream.XMLEventReader reader) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComment() |
float |
getNormalizationFactor() |
float |
getNormalizationFreq() |
java.util.List<Pole> |
getPoleList() |
java.lang.String |
getPzTransferType() |
java.util.List<Zero> |
getZeroList() |
getDescription, getInputUnits, getName, getOutputUnits, getResourceIdpublic PolesZeros(javax.xml.stream.XMLEventReader reader)
throws javax.xml.stream.XMLStreamException,
StationXMLException
javax.xml.stream.XMLStreamExceptionStationXMLExceptionpublic java.lang.String getComment()
public java.lang.String getPzTransferType()
public float getNormalizationFactor()
public float getNormalizationFreq()
public java.util.List<Pole> getPoleList()
public java.util.List<Zero> getZeroList()