Package ucar.unidata.geoloc

Support library for georeferencing coordinate systems and transformations.

See:
          Description

Interface Summary
EarthLocation A location on the earth, specified by lat, lon and optionally altitude.
LatLonPoint Points on the Earth's surface, represented as (longitude,latitude), in units of degrees.
Projection Projective geometry transformations from (lat,lon) to (x,y) on a projective cartesian surface.
ProjectionPoint Points on the Projective geometry plane.
Station A named location on the earth.
 

Class Summary
Bearing Computes the distance, azimuth, and back azimuth between two lat-lon positions on the Earth's surface.
Earth Defines the shape of the earth ellipsoid.
EarthEllipsoid Type-safe enumeration of Earth Ellipsoids.
EarthLocationImpl A location on the Earth.
LatLonPointImpl Standard implementation of LatLonPoint.
LatLonRect Bounding box for latitude/longitude points.
ProjectionImpl Superclass for our implementations of geoloc.Projection.
ProjectionPointImpl Our implementation of ProjectionPoint, that subclasses java.awt.geom.Point2D to add serialization.
ProjectionRect Bounding box for ProjectionPoint's.
StationImpl Implementation of Station
 

Package ucar.unidata.geoloc Description

Support library for georeferencing coordinate systems and transformations.



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.