public class Channel extends BaseNodeType
Constructor and Description |
---|
Channel(javax.xml.stream.XMLEventReader reader,
java.lang.String networkCode,
java.lang.String stationCode) |
Modifier and Type | Method and Description |
---|---|
FloatType |
getAzimuth() |
Unit |
getCalibrationUnits() |
FloatType |
getClockDrift() |
java.lang.String |
getClockDriftUnit() |
DataLogger |
getDataLogger() |
FloatType |
getDepth() |
FloatType |
getDip() |
FloatType |
getElevation() |
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() |
getAlternateCode, getCode, getCommentList, getDataAvailability, getDescription, getEndDate, getHistoricalCode, getRestrictedStatus, getStartDate
public Channel(javax.xml.stream.XMLEventReader reader, java.lang.String networkCode, java.lang.String stationCode) throws javax.xml.stream.XMLStreamException, StationXMLException
javax.xml.stream.XMLStreamException
StationXMLException
public SampleRateRatio getSampleRateRatio()
public FloatType getSampleRate()
public FloatType getClockDrift()
public java.lang.String getClockDriftUnit()
public Unit getCalibrationUnits()
public Sensor getSensor()
public PreAmplifier getPreAmplifier()
public DataLogger getDataLogger()
public Equipment getEquipment()
public Response getResponse()
public java.lang.String getLocCode()
public java.lang.String getStationCode()
public java.lang.String getNetworkCode()
public FloatType getLatitude()
public FloatType getLon()
public FloatType getElevation()
public FloatType getDepth()
public FloatType getAzimuth()
public FloatType getDip()
public java.util.List<java.lang.String> getTypeList()
public java.lang.String getStorageFormat()
public java.lang.String toString()
toString
in class java.lang.Object