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

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

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

Fields in org.openstreetmap.josm.data.projection declared as Proj
protected  Proj AbstractProjection.proj
           
 

Methods in org.openstreetmap.josm.data.projection that return Proj
static Proj Projections.getBaseProjection(java.lang.String id)
           
 Proj AbstractProjection.getProj()
           
 Proj CustomProjection.parseProjection(java.util.Map<java.lang.String,java.lang.String> parameters, Ellipsoid ellps)
           
 

Method parameters in org.openstreetmap.josm.data.projection with type arguments of type Proj
static void Projections.registerBaseProjection(java.lang.String id, java.lang.Class<? extends Proj> projClass, java.lang.String origin)
           
 

Uses of Proj in org.openstreetmap.josm.data.projection.proj
 

Classes in org.openstreetmap.josm.data.projection.proj that implement Proj
 class LambertConformalConic
          Implementation of the Lambert Conformal Conic projection.
 class LonLat
          Simple Lat/Lon (pseudo-)projection.
 class Mercator
          Mercator Projection.
 class SwissObliqueMercator
          Projection for the SwissGrid CH1903 / L03, see http://de.wikipedia.org/wiki/Swiss_Grid.
 class TransverseMercator
          Transverse Mercator projection.
 

Fields in org.openstreetmap.josm.data.projection.proj with type parameters of type Proj
private  java.lang.Class<? extends Proj> ClassProjFactory.projClass
           
 

Methods in org.openstreetmap.josm.data.projection.proj that return Proj
 Proj ClassProjFactory.createInstance()
           
 Proj ProjFactory.createInstance()
           
 

Constructor parameters in org.openstreetmap.josm.data.projection.proj with type arguments of type Proj
ClassProjFactory(java.lang.Class<? extends Proj> projClass)
           
 



JOSM