Class Channel
- java.lang.Object
-
- edu.sc.seis.seisFile.fdsnws.stationxml.BaseNodeType
-
- edu.sc.seis.seisFile.fdsnws.stationxml.Channel
-
public class Channel extends BaseNodeType
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
EMPTY_LOC_CODE
-
Constructor Summary
Constructors Constructor Description Channel(javax.xml.stream.XMLEventReader reader, java.lang.String networkCode, java.lang.String stationCode)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.String
fixLocCode(java.lang.String locCode)
FloatType
getAzimuth()
Unit
getCalibrationUnits()
FloatType
getClockDrift()
java.lang.String
getClockDriftUnit()
DataLogger
getDataLogger()
FloatType
getDepth()
FloatType
getDip()
FloatType
getElevation()
java.util.List<Equipment>
getEquipment()
FloatType
getLatitude()
java.lang.String
getLocCode()
FloatType
getLon()
java.lang.String
getNetworkCode()
PreAmplifier
getPreAmplifier()
Response
getResponse()
FloatType
getSampleRate()
SampleRateRatio
getSampleRateRatio()
Sensor
getSensor()
java.lang.String
getStationCode()
java.lang.String
getStorageFormat()
java.util.List<java.lang.String>
getTypeList()
java.lang.String
toString()
-
Methods inherited from class edu.sc.seis.seisFile.fdsnws.stationxml.BaseNodeType
getAlternateCode, getCode, getCommentList, getDataAvailability, getDescription, getEndDate, getHistoricalCode, getRestrictedStatus, getStartDate
-
-
-
-
Field Detail
-
EMPTY_LOC_CODE
public static final java.lang.String EMPTY_LOC_CODE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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
-
-
Method Detail
-
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 java.util.List<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 classjava.lang.Object
-
fixLocCode
public static java.lang.String fixLocCode(java.lang.String locCode)
-
-