Class PoleZero
- java.lang.Object
-
- edu.sc.seis.seisFile.sac.Complex
-
- edu.sc.seis.seisFile.fdsnws.stationxml.PoleZero
-
-
Constructor Summary
Constructors Constructor Description PoleZero(FloatNoUnitType realWithError, FloatNoUnitType imaginaryWithError)
PoleZero(javax.xml.stream.XMLEventReader reader, java.lang.String elementName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatNoUnitType
getImaginaryWithError()
FloatNoUnitType
getRealWithError()
-
-
-
Constructor Detail
-
PoleZero
public PoleZero(FloatNoUnitType realWithError, FloatNoUnitType imaginaryWithError)
-
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 Detail
-
getRealWithError
public FloatNoUnitType getRealWithError()
-
getImaginaryWithError
public FloatNoUnitType getImaginaryWithError()
-
-