Interface | Description |
---|---|
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.
|
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.
|
LambertConformalConic |
Implementation of the Lambert Conformal Conic projection.
|
LambertConformalConic.Parameters | |
LambertConformalConic.Parameters1SP | |
LambertConformalConic.Parameters2SP | |
LonLat |
Simple Lat/Lon (pseudo-)projection.
|
Mercator |
Mercator Projection.
|
ProjParameters |
Parameters to initialize a Proj object.
|
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).
|