Class Zero
java.lang.Object
edu.sc.seis.seisFile.sac.Complex
edu.sc.seis.seisFile.fdsnws.stationxml.PoleZero
edu.sc.seis.seisFile.fdsnws.stationxml.Zero
public class Zero extends PoleZero
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Zero(FloatNoUnitType realWithError, FloatNoUnitType imaginaryWithError)
Zero(javax.xml.stream.XMLEventReader reader)
-
Method Summary
Methods inherited from class edu.sc.seis.seisFile.fdsnws.stationxml.PoleZero
getImaginaryWithError, getRealWithError
Methods inherited from class edu.sc.seis.seisFile.sac.Complex
add, add, add, conjg, div, div, div, equals, getImaginary, getReal, hashCode, mag, mul, mul, mul, sub, sub, sub
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Zero
-
Zero
public Zero(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, StationXMLException- Throws:
javax.xml.stream.XMLStreamException
StationXMLException
-