edu.sc.seis.seisFile.stationxml
Class Epoch
java.lang.Object
edu.sc.seis.seisFile.stationxml.Epoch
public class Epoch
- extends java.lang.Object
Constructor Summary |
Epoch(javax.xml.stream.XMLEventReader reader)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Epoch
public Epoch(javax.xml.stream.XMLEventReader reader)
throws javax.xml.stream.XMLStreamException,
StationXMLException
- Throws:
javax.xml.stream.XMLStreamException
StationXMLException
getStartDate
public java.lang.String getStartDate()
getEndDate
public java.lang.String getEndDate()
getCreationDate
public java.lang.String getCreationDate()
getLat
public float getLat()
getLon
public float getLon()
getElevation
public float getElevation()
getDepth
public float getDepth()
getAzimuth
public float getAzimuth()
getDip
public float getDip()
getSampleRate
public float getSampleRate()
getClockDrift
public float getClockDrift()
getSensor
public Sensor getSensor()
getInstrumentSensitivity
public InstrumentSensitivity getInstrumentSensitivity()