Uses of Interface
org.openstreetmap.josm.data.projection.proj.ProjFactory
-
Packages that use ProjFactory 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. -
-
Uses of ProjFactory in org.openstreetmap.josm.data.projection
Fields in org.openstreetmap.josm.data.projection with type parameters of type ProjFactory Modifier and Type Field Description private static java.util.Map<java.lang.String,ProjFactory>Projections. projsRegistry for custom projection should be compatible to PROJ.4Methods in org.openstreetmap.josm.data.projection with parameters of type ProjFactory Modifier and Type Method Description static voidProjections. registerBaseProjection(java.lang.String id, ProjFactory fac, java.lang.String origin)Plugins can register additional base projections. -
Uses of ProjFactory in org.openstreetmap.josm.data.projection.proj
Classes in org.openstreetmap.josm.data.projection.proj that implement ProjFactory Modifier and Type Class Description classClassProjFactoryProj Factory that creates instances from a given class.
-