See: Description
| Class | Description |
|---|---|
| AbstractProjection |
Superclass for our implementations of geoloc.Projection.
|
| 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.
|
| 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.
|