Package | Description |
---|---|
org.openstreetmap.josm.data.projection | |
org.openstreetmap.josm.data.projection.proj |
Modifier and Type | Field and Description |
---|---|
(package private) static Map<String,ProjFactory> |
Projections.projs
Registry for custom projection
should be compatible to PROJ.4
|
Modifier and Type | Method and Description |
---|---|
static void |
Projections.registerBaseProjection(String id,
ProjFactory fac,
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.
|