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(String id) |
Proj |
AbstractProjection.getProj()
Replies the projection (in the narrow sense)
|
Proj |
CustomProjection.parseProjection(Map<String,String> parameters,
Ellipsoid ellps) |
Modifier and Type | Method and Description |
---|---|
static void |
Projections.registerBaseProjection(String id,
Class<? extends Proj> projClass,
String origin) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractProj
Abstract base class providing utilities for implementations of the Proj
interface.
|
class |
DoubleStereographic
Implementation of the stereographic double projection,
also known as Oblique Stereographic and the Schreiber double stereographic projection.
|
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 (EPSG code 9807).
|
Modifier and Type | Field and Description |
---|---|
private Class<? extends Proj> |
ClassProjFactory.projClass |
Modifier and Type | Method and Description |
---|---|
Proj |
ClassProjFactory.createInstance() |
Proj |
ProjFactory.createInstance() |
Constructor and Description |
---|
ClassProjFactory(Class<? extends Proj> projClass) |