Package ucar.nc2.dt

Class StationImpl

  • All Implemented Interfaces:
    Comparable<ucar.unidata.geoloc.Station>, ucar.unidata.geoloc.EarthLocation, ucar.unidata.geoloc.Station

    public class StationImpl
    extends ucar.unidata.geoloc.StationImpl
    Deprecated.
    use ucar.unidata.geoloc.StationImpl
    Implementation of Station
    • Constructor Detail

      • StationImpl

        public StationImpl()
        Deprecated.
      • StationImpl

        public StationImpl​(String name,
                           String desc,
                           double lat,
                           double lon,
                           double alt)
        Deprecated.
      • StationImpl

        public StationImpl​(String name,
                           String desc,
                           double lat,
                           double lon,
                           double alt,
                           int count)
        Deprecated.