Interface | Description |
---|---|
ICentralMeridianProvider |
A
Proj implements this interface, if it derives the central meridian
value from it's other input parameters. |
IScaleFactorProvider |
A
Proj implements this interface, if it derives the scale factor
value from it's other input parameters. |
Proj |
A projection (in the narrow sense).
|
ProjFactory |
Factory class that provides a Proj instance.
|
Class | Description |
---|---|
AbstractProj |
Abstract base class providing utilities for implementations of the Proj
interface.
|
AlbersEqualArea |
Albers Equal Area Projection (EPSG code 9822).
|
CassiniSoldner |
Cassini-Soldner Projection (EPSG code 9806).
|
ClassProjFactory |
Proj Factory that creates instances from a given class.
|
DoubleStereographic |
Implementation of the stereographic double projection,
also known as Oblique Stereographic and the Schreiber double stereographic projection.
|
LambertAzimuthalEqualArea |
Lambert Azimuthal Equal Area (EPSG code 9820).
|
LambertConformalConic |
Implementation of the Lambert Conformal Conic projection.
|
LambertConformalConic.Parameters | |
LambertConformalConic.Parameters1SP | |
LambertConformalConic.Parameters2SP | |
LonLat |
Simple Lat/Lon (pseudo-)projection.
|
Mercator |
Mercator Cylindrical Projection.
|
ObliqueMercator |
Oblique Mercator Projection.
|
PolarStereographic |
The polar case of the stereographic projection.
|
ProjParameters |
Parameters to initialize a Proj object.
|
Sinusoidal |
Sinusoidal projection (aka.
|
SwissObliqueMercator |
Projection for the SwissGrid CH1903 / L03, see Wikipedia article.
Calculations were originally based on simple formula. August 2010 update to this formula (rigorous formulas). |
TransverseMercator |
Transverse Mercator Projection (EPSG code 9807).
|
Enum | Description |
---|---|
LambertAzimuthalEqualArea.Mode |
The projection mode.
|