Class Channel

    • 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

      • getSampleRate

        public FloatType getSampleRate()
      • getClockDrift

        public FloatType getClockDrift()
      • getClockDriftUnit

        public java.lang.String getClockDriftUnit()
      • getCalibrationUnits

        public Unit getCalibrationUnits()
      • getSensor

        public Sensor getSensor()
      • 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()
      • getElevation

        public FloatType getElevation()
      • 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
      • fixLocCode

        public static java.lang.String fixLocCode​(java.lang.String locCode)