edu.sc.seis.seisFile.stationxml
Class Epoch

java.lang.Object
  extended by edu.sc.seis.seisFile.stationxml.Epoch

public class Epoch
extends java.lang.Object


Constructor Summary
Epoch(javax.xml.stream.XMLEventReader reader)
           
 
Method Summary
 float getAzimuth()
           
 float getClockDrift()
           
 java.lang.String getCreationDate()
           
 DataLogger getDataLogger()
           
 float getDepth()
           
 float getDip()
           
 float getElevation()
           
 java.lang.String getEndDate()
           
 InstrumentSensitivity getInstrumentSensitivity()
           
 IrisCommentList getIrisChannelComments()
           
 float getLat()
           
 float getLon()
           
 java.util.List<Response> getResponseList()
           
 float getSampleRate()
           
 Sensor getSensor()
           
 java.lang.String getStartDate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Epoch

public Epoch(javax.xml.stream.XMLEventReader reader)
      throws javax.xml.stream.XMLStreamException,
             StationXMLException
Throws:
javax.xml.stream.XMLStreamException
StationXMLException
Method Detail

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()

getDataLogger

public DataLogger getDataLogger()

getSensor

public Sensor getSensor()

getInstrumentSensitivity

public InstrumentSensitivity getInstrumentSensitivity()

getResponseList

public java.util.List<Response> getResponseList()

getIrisChannelComments

public IrisCommentList getIrisChannelComments()