See: Description
| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| 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 | Deprecated
only use EarthLocation in 6.
|
| LatLonPointImmutable | Deprecated
move to implementation classes
|
| LatLonPointImpl | Deprecated
only use LatLonPoint in 6.
|
| LatLonPointNoNormalize | Deprecated
will move in ver6
|
| LatLonPoints |
Static utilities for LatLonPoint.
|
| LatLonRect |
Bounding box for latitude/longitude points.
|
| ProjectionImpl | Deprecated
only use Projection interface in 6; will not implement Serializable in ver6
|
| ProjectionPointImpl | Deprecated
only use ProjectionPoint in 6.
|
| ProjectionRect |
Bounding box for ProjectionPoint's.
|
| Projections |
Static utilities for Projection.
|
| StationImpl | Deprecated
only use Station in 6.
|
Support library for georeferencing coordinate systems and transformations.