Package ucar.unidata.geoloc


package ucar.unidata.geoloc
  • Class
    Description
    Computes the distance, azimuth, and back azimuth between two lat-lon positions on the Earth's surface.
    Defines the shape of the earth ellipsoid.
    Type-safe enumeration of Earth Ellipsoids.
    A location on the earth, specified by lat, lon and optionally altitude.
    Deprecated.
    only use EarthLocation in 6.
    Points on the Earth's surface, represented as (longitude,latitude), in units of degrees.
    Deprecated.
    move to implementation classes
    Deprecated.
    only use LatLonPoint in 6.
    Deprecated.
    will move in ver6
    Static utilities for LatLonPoint.
    Bounding box for latitude/longitude points.
    Projective geometry transformations from (lat,lon) to (x,y) on a projective cartesian surface.
    Deprecated.
    only use Projection interface in 6; will not implement Serializable in ver6
    Points on the Projective geometry plane.
    Deprecated.
    only use ProjectionPoint in 6.
    Bounding box for ProjectionPoint's.
    Static utilities for Projection.
    A named location on the earth.
    Deprecated.
    only use Station in 6.