See: Description
| Interface | Description |
|---|---|
| Projection |
Projective geometry transformations from (lat,lon) to (x,y) on a projective cartesian surface.
|
| VerticalTransform |
A transformation to a vertical reference coordinate system,
such as height or pressure.
|
| 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.
|
| 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.
|
| LatLonPoints |
Static utilities for LatLonPoint.
|
| LatLonRect |
Bounding box for latitude/longitude points.
|
| LatLonRect.Builder | |
| ProjectionPoint |
Points on the Projective geometry plane.
|
| ProjectionRect |
Bounding box for ProjectionPoints.
|
| ProjectionRect.Builder | |
| Projections | Deprecated
do not use.
|
| Station |
A named location on the earth.
|
| Station.Builder |