edu.sc.seis.seisFile.fdsnws.stationxml
Class Channel
java.lang.Object
edu.sc.seis.seisFile.fdsnws.stationxml.BaseNodeType
edu.sc.seis.seisFile.fdsnws.stationxml.Channel
public class Channel
- extends BaseNodeType
Constructor Summary |
Channel(javax.xml.stream.XMLEventReader reader,
java.lang.String networkCode,
java.lang.String stationCode)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Channel
public Channel(javax.xml.stream.XMLEventReader reader,
java.lang.String networkCode,
java.lang.String stationCode)
throws javax.xml.stream.XMLStreamException,
StationXMLException
- Throws:
javax.xml.stream.XMLStreamException
StationXMLException
getSampleRateRatio
public SampleRateRatio getSampleRateRatio()
getSampleRate
public FloatType getSampleRate()
getClockDrift
public FloatType getClockDrift()
getClockDriftUnit
public java.lang.String getClockDriftUnit()
getCalibrationUnits
public Unit getCalibrationUnits()
getSensor
public Sensor getSensor()
getPreAmplifier
public PreAmplifier getPreAmplifier()
getDataLogger
public DataLogger getDataLogger()
getEquipment
public Equipment getEquipment()
getResponse
public Response getResponse()
getLocCode
public java.lang.String getLocCode()
getStationCode
public java.lang.String getStationCode()
getNetworkCode
public java.lang.String getNetworkCode()
getLatitude
public FloatType getLatitude()
getLon
public FloatType getLon()
getElevation
public FloatType getElevation()
getDepth
public FloatType getDepth()
getAzimuth
public FloatType getAzimuth()
getDip
public FloatType getDip()
getTypeList
public java.util.List<java.lang.String> getTypeList()
getStorageFormat
public java.lang.String getStorageFormat()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object