Class Station

  • All Implemented Interfaces:
    Choice

    public class Station
    extends ListChoice
    Implementation of a DQC station element. This extends Choice with a location.
    • Method Detail

      • setLocation

        public void setLocation​(Location location)
      • getLocation

        public Location getLocation()
      • getLatitude

        public double getLatitude()
      • getLongitude

        public double getLongitude()
      • getElevation

        public double getElevation()
      • getStationName

        public String getStationName()
      • getStationID

        public String getStationID()
      • getState

        public String getState()
      • getCountry

        public String getCountry()
      • hashCode

        public int hashCode()
        Override Object.hashCode() to implement equals.
        Overrides:
        hashCode in class ListChoice