Uses of Interface
org.openstreetmap.josm.data.projection.proj.ProjFactory

Packages that use ProjFactory
org.openstreetmap.josm.data.projection   
org.openstreetmap.josm.data.projection.proj   
 

Uses of ProjFactory in org.openstreetmap.josm.data.projection
 

Fields in org.openstreetmap.josm.data.projection with type parameters of type ProjFactory
static java.util.Map<java.lang.String,ProjFactory> Projections.projs
          Registry for custom projection should be compatible to PROJ.4
 

Methods in org.openstreetmap.josm.data.projection with parameters of type ProjFactory
static void Projections.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
 class ClassProjFactory
          Proj Factory that creates instances from a given class.
 



JOSM