Class PoleZero
java.lang.Object
edu.sc.seis.seisFile.sac.Complex
edu.sc.seis.seisFile.fdsnws.stationxml.PoleZero
public abstract class PoleZero extends Complex
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PoleZero(FloatNoUnitType realWithError, FloatNoUnitType imaginaryWithError)
PoleZero(javax.xml.stream.XMLEventReader reader, java.lang.String elementName)
-
Method Summary
Modifier and Type Method Description FloatNoUnitType
getImaginaryWithError()
FloatNoUnitType
getRealWithError()
-
Constructor Details
-
PoleZero
-
PoleZero
public PoleZero(javax.xml.stream.XMLEventReader reader, java.lang.String elementName) throws javax.xml.stream.XMLStreamException, StationXMLException- Throws:
javax.xml.stream.XMLStreamException
StationXMLException
-
-
Method Details