Uses of Interface
org.openstreetmap.josm.data.projection.proj.Proj
-
Packages that use Proj 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 Proj in org.openstreetmap.josm.data.projection
Fields in org.openstreetmap.josm.data.projection declared as Proj Modifier and Type Field Description protected ProjAbstractProjection. projMethods in org.openstreetmap.josm.data.projection that return Proj Modifier and Type Method Description static ProjProjections. getBaseProjection(java.lang.String id)Get a base projection by id.ProjAbstractProjection. getProj()Replies the projection (in the narrow sense)ProjCustomProjection. parseProjection(java.util.Map<java.lang.String,java.lang.String> parameters, Ellipsoid ellps)Gets a projection using the given ellipsoidMethod parameters in org.openstreetmap.josm.data.projection with type arguments of type Proj Modifier and Type Method Description static voidProjections. registerBaseProjection(java.lang.String id, java.lang.Class<? extends Proj> projClass, java.lang.String origin)Plugins can register additional base projections. -
Uses of Proj in org.openstreetmap.josm.data.projection.proj
Classes in org.openstreetmap.josm.data.projection.proj that implement Proj Modifier and Type Class Description classAbstractProjAbstract base class providing utilities for implementations of the Proj interface.classAlbersEqualAreaAlbers Equal Area Projection (EPSG code 9822).classAzimuthalEquidistantAzimuthal Equidistant projection.classCassiniSoldnerCassini-Soldner Projection (EPSG code 9806).classDoubleStereographicImplementation of the stereographic double projection, also known as Oblique Stereographic and the Schreiber double stereographic projection.classEquidistantCylindricalEquidistant cylindrical projection (EPSG code 9823).classLambertAzimuthalEqualAreaLambert Azimuthal Equal Area (EPSG code 9820).classLambertConformalConicLambert Conical Conformal Projection.classLonLatSimple Lat/Lon (pseudo-)projection.classMercatorMercator Cylindrical Projection.classObliqueMercatorOblique Mercator Projection.classPolarStereographicThe polar case of the stereographic projection.classSinusoidalSinusoidal projection (aka.classSwissObliqueMercatorProjection for the SwissGrid CH1903 / L03, see Wikipedia article.
Calculations were originally based on simple formula.
August 2010 update to this formula (rigorous formulas).classTransverseMercatorTransverse Mercator Projection (EPSG code 9807).Fields in org.openstreetmap.josm.data.projection.proj with type parameters of type Proj Modifier and Type Field Description private java.lang.Class<? extends Proj>ClassProjFactory. projClassMethods in org.openstreetmap.josm.data.projection.proj that return Proj Modifier and Type Method Description ProjClassProjFactory. createInstance()ProjProjFactory. createInstance()Creates a Proj instance.Constructor parameters in org.openstreetmap.josm.data.projection.proj with type arguments of type Proj Constructor Description ClassProjFactory(java.lang.Class<? extends Proj> projClass)Constructs a newClassProjFactory.
-