Class LatLonPointImmutable

java.lang.Object
ucar.unidata.geoloc.LatLonPointImpl
ucar.unidata.geoloc.LatLonPointImmutable
All Implemented Interfaces:
Serializable, LatLonPoint

@Deprecated @Immutable public class LatLonPointImmutable extends LatLonPointImpl
Deprecated.
move to implementation classes
An immutable LatLonPoint.
See Also:
  • Field Details

  • Constructor Details

    • LatLonPointImmutable

      public LatLonPointImmutable(double lat, double lon)
      Deprecated.
    • LatLonPointImmutable

      public LatLonPointImmutable(LatLonPoint pt)
      Deprecated.
  • Method Details