Package | Description |
---|---|
org.openstreetmap.josm.data.projection |
Provides the classes for JOSM map projection.
|
org.openstreetmap.josm.data.projection.proj |
Provides the classes for JOSM map projections implementations.
|
Modifier and Type | Field and Description |
---|---|
(package private) static java.util.Map<java.lang.String,ProjFactory> |
Projections.projs
Registry for custom projection
should be compatible to PROJ.4
|
Modifier and Type | Method and Description |
---|---|
static void |
Projections.registerBaseProjection(java.lang.String id,
ProjFactory fac,
java.lang.String origin)
Plugins can register additional base projections.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassProjFactory
Proj Factory that creates instances from a given class.
|