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
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, getIdentifierList, getRestrictedStatus, getStartDate
-
Field Details
-
EMPTY_LOC_CODE
public static final java.lang.String EMPTY_LOC_CODE- See Also:
- Constant Field Values
-
-
Constructor Details
-
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 Details
-
getSampleRateRatio
-
getSampleRate
-
getClockDrift
-
getClockDriftUnit
public java.lang.String getClockDriftUnit() -
getCalibrationUnits
-
getSensor
-
getPreAmplifier
-
getDataLogger
-
getEquipment
-
getResponse
-
getLocCode
public java.lang.String getLocCode() -
getStationCode
public java.lang.String getStationCode() -
getNetworkCode
public java.lang.String getNetworkCode() -
getLatitude
-
getLon
-
getElevation
-
getDepth
-
getAzimuth
-
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)
-