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 Proj
AbstractProjection. proj
Methods in org.openstreetmap.josm.data.projection that return Proj Modifier and Type Method Description static Proj
Projections. getBaseProjection(String id)
Get a base projection by id.Proj
AbstractProjection. getProj()
Replies the projection (in the narrow sense)Proj
CustomProjection. parseProjection(Map<String,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 void
Projections. registerBaseProjection(String id, Class<? extends Proj> projClass, 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 class
AbstractProj
Abstract base class providing utilities for implementations of the Proj interface.class
AlbersEqualArea
Albers Equal Area Projection (EPSG code 9822).class
AzimuthalEquidistant
Azimuthal Equidistant projection.class
CassiniSoldner
Cassini-Soldner Projection (EPSG code 9806).class
DoubleStereographic
Implementation of the stereographic double projection, also known as Oblique Stereographic and the Schreiber double stereographic projection.class
EquidistantCylindrical
Equidistant cylindrical projection (EPSG code 9823).class
LambertAzimuthalEqualArea
Lambert Azimuthal Equal Area (EPSG code 9820).class
LambertConformalConic
Lambert Conical Conformal Projection.class
LonLat
Simple Lat/Lon (pseudo-)projection.class
Mercator
Mercator Cylindrical Projection.class
ObliqueMercator
Oblique Mercator Projection.class
PolarStereographic
The polar case of the stereographic projection.class
Sinusoidal
Sinusoidal projection (aka.class
SwissObliqueMercator
Projection for the SwissGrid CH1903 / L03, see Wikipedia article.
Calculations were originally based on simple formula.
August 2010 update to this formula (rigorous formulas).class
TransverseMercator
Transverse 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 Class<? extends Proj>
ClassProjFactory. projClass
Methods in org.openstreetmap.josm.data.projection.proj that return Proj Modifier and Type Method Description Proj
ClassProjFactory. createInstance()
Proj
ProjFactory. createInstance()
Creates a Proj instance.Constructor parameters in org.openstreetmap.josm.data.projection.proj with type arguments of type Proj Constructor Description ClassProjFactory(Class<? extends Proj> projClass)
Constructs a newClassProjFactory
.
-