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 Map<String,ProjFactory>
Projections. projs
Registry 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 void
Projections. registerBaseProjection(String id, ProjFactory fac, 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 class
ClassProjFactory
Proj Factory that creates instances from a given class.
-