See: Description
| Class | Description |
|---|---|
| AlbersEqualArea |
Albers Equal Area Conic Projection, one or two standard parallels,
spherical earth.
|
| FlatEarth |
FlatEarth Projection
This projection surface is tangent at some point (lat0, lon0) and
has a y axis rotated from true North by some angle.
|
| LambertAzimuthalEqualArea |
Lambert AzimuthalEqualArea Projection spherical earth.
|
| LambertConformal |
Lambert Conformal Projection, one or two standard parallels, spherical earth.
|
| LatLonProjection |
This is the "fake" identity projection where world coord = latlon coord.
|
| Mercator |
Mercator projection, spherical earth.
|
| Orthographic |
Orthographic Projection spherical earth.
|
| ProjectionAdapter |
Adapts a Projection interface into a subclass of
ProjectionImpl, so we can assume a Projection is a ProjectionImpl
without loss of generality.
|
| RotatedLatLon |
Grib 1 projection 10 and Grib 2 projection 1.
|
| RotatedPole |
Rotated-pole longitude-latitude grid.
|
| Sinusoidal |
Sinusoidal projection, spherical earth.
|
| Stereographic |
Stereographic projection, spherical earth.
|
| TransverseMercator |
Transverse Mercator projection, spherical earth.
|
| UtmProjection |
Universal Transverse Mercator.
|
| VerticalPerspectiveView |
Vertical Perspective Projection, spherical earth.
|
Implementations of coordinate projection transformations.