Class Pole
- java.lang.Object
-
- edu.sc.seis.seisFile.sac.Complex
-
- edu.sc.seis.seisFile.fdsnws.stationxml.PoleZero
-
- edu.sc.seis.seisFile.fdsnws.stationxml.Pole
-
public class Pole extends PoleZero
-
-
Constructor Summary
Constructors Constructor Description Pole(FloatNoUnitType realWithError, FloatNoUnitType imaginaryWithError)
Pole(javax.xml.stream.XMLEventReader reader)
-
Method Summary
-
Methods inherited from class edu.sc.seis.seisFile.fdsnws.stationxml.PoleZero
getImaginaryWithError, getRealWithError
-
-
-
-
Constructor Detail
-
Pole
public Pole(FloatNoUnitType realWithError, FloatNoUnitType imaginaryWithError)
-
Pole
public Pole(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, StationXMLException
- Throws:
javax.xml.stream.XMLStreamException
StationXMLException
-
-