| Package | Description |
|---|---|
| org.openstreetmap.josm.data.projection | |
| org.openstreetmap.josm.data.projection.proj |
| Modifier and Type | Field and Description |
|---|---|
protected Proj |
AbstractProjection.proj |
| Modifier and Type | Method and Description |
|---|---|
static Proj |
Projections.getBaseProjection(java.lang.String id) |
Proj |
AbstractProjection.getProj()
Replies the projection (in the narrow sense)
|
Proj |
CustomProjection.parseProjection(java.util.Map<java.lang.String,java.lang.String> parameters,
Ellipsoid ellps) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Projections.registerBaseProjection(java.lang.String id,
java.lang.Class<? extends Proj> projClass,
java.lang.String origin) |
| Modifier and Type | Class and Description |
|---|---|
class |
LambertConformalConic
Implementation of the Lambert Conformal Conic projection.
|
class |
LonLat
Simple Lat/Lon (pseudo-)projection.
|
class |
Mercator
Mercator Projection.
|
class |
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). |
class |
TransverseMercator
Transverse Mercator projection.
|
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Class<? extends Proj> |
ClassProjFactory.projClass |
| Modifier and Type | Method and Description |
|---|---|
Proj |
ProjFactory.createInstance() |
Proj |
ClassProjFactory.createInstance() |
| Constructor and Description |
|---|
ClassProjFactory(java.lang.Class<? extends Proj> projClass) |