|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Projection in org.openstreetmap.josm |
---|
Fields in org.openstreetmap.josm declared as Projection | |
---|---|
private static Projection |
Main.proj
The projection method used. |
Methods in org.openstreetmap.josm that return Projection | |
---|---|
static Projection |
Main.getProjection()
Replies the current projection. |
Methods in org.openstreetmap.josm with parameters of type Projection | |
---|---|
private static void |
Main.fireProjectionChanged(Projection oldValue,
Projection newValue,
Bounds oldBounds)
|
static void |
Main.setProjection(Projection p)
Sets the current projection |
Uses of Projection in org.openstreetmap.josm.data.coor |
---|
Fields in org.openstreetmap.josm.data.coor declared as Projection | |
---|---|
private Projection |
CachedLatLon.proj
|
Methods in org.openstreetmap.josm.data.coor that return Projection | |
---|---|
Projection |
CachedLatLon.getProjection()
|
Uses of Projection in org.openstreetmap.josm.data.imagery |
---|
Methods in org.openstreetmap.josm.data.imagery with parameters of type Projection | |
---|---|
private java.lang.String |
WmsCache.generateFileName(WmsCache.ProjectionEntries projectionEntries,
double pixelPerDegree,
Projection projection,
double east,
double north,
java.lang.String mimeType)
|
java.awt.image.BufferedImage |
WmsCache.getExactMatch(Projection projection,
double pixelPerDegree,
double east,
double north)
|
java.awt.image.BufferedImage |
WmsCache.getPartialMatch(Projection projection,
double pixelPerDegree,
double east,
double north)
|
private WmsCache.ProjectionEntries |
WmsCache.getProjectionEntries(Projection projection)
|
boolean |
WmsCache.hasExactMatch(Projection projection,
double pixelPerDegree,
double east,
double north)
|
void |
WmsCache.saveToCache(java.awt.image.BufferedImage img,
java.io.InputStream imageData,
Projection projection,
double pixelPerDegree,
double east,
double north)
|
Uses of Projection in org.openstreetmap.josm.data.osm |
---|
Methods in org.openstreetmap.josm.data.osm with parameters of type Projection | |
---|---|
void |
DataSet.projectionChanged(Projection oldValue,
Projection newValue)
|
Uses of Projection in org.openstreetmap.josm.data.osm.visitor.paint.relations |
---|
Methods in org.openstreetmap.josm.data.osm.visitor.paint.relations with parameters of type Projection | |
---|---|
void |
MultipolygonCache.projectionChanged(Projection oldValue,
Projection newValue)
|
Uses of Projection in org.openstreetmap.josm.data.projection |
---|
Classes in org.openstreetmap.josm.data.projection that implement Projection | |
---|---|
class |
AbstractProjection
Implementation of the Projection interface that represents a coordinate reference system and delegates the real projection and datum conversion to other classes. |
class |
BelgianLambert1972
Belgian Lambert 72 projection as specified by the Belgian IGN in this document: http://www.ngi.be/Common/Lambert2008/Transformation_Geographic_Lambert_FR.pdf |
class |
BelgianLambert2008
Belgian Lambert 2008 projection as specified by the Belgian IGN in this document: http://www.ngi.be/Common/Lambert2008/Transformation_Geographic_Lambert_FR.pdf |
class |
CustomProjection
Custom projection Inspired by PROJ.4 and Proj4J. |
class |
Epsg3008
SWEREF99 13 30 projection. |
class |
Epsg4326
Directly use latitude / longitude values as x/y. |
class |
GaussKrueger
|
class |
Lambert
Lambert conic conform 4 zones using the French geodetic system NTF. |
class |
Lambert93
Lambert 93 projection as specified by the IGN in this document http://professionnels.ign.fr/DISPLAY/000/526/702/5267026/NTG_87.pdf |
class |
LambertCC9Zones
Lambert Conic Conform 9 Zones projection as specified by the IGN in this document http://professionnels.ign.fr/DISPLAY/000/526/700/5267002/transformation.pdf |
class |
LambertEST
Estonian Coordinate System of 1997. |
class |
Mercator
Mercator Projection The center of the mercator projection is always the 0 grad coordinate. |
class |
Puwg
PUWG 1992 and 2000 are the official cordinate systems in Poland. |
class |
SwissGrid
SwissGrid CH1903 / L03, see http://de.wikipedia.org/wiki/Swiss_Grid. |
class |
TransverseMercatorLV
LKS-92/ Latvia TM projection. |
class |
UTM
|
class |
UTM_France_DOM
This class implements all projections for French departements in the Caribbean Sea and Indian Ocean using the UTM transvers Mercator projection and specific geodesic settings. |
Fields in org.openstreetmap.josm.data.projection with type parameters of type Projection | |
---|---|
private static java.util.Map<java.lang.String,Projection> |
ProjectionInfo.allCodes
|
Methods in org.openstreetmap.josm.data.projection that return Projection | |
---|---|
static Projection |
ProjectionInfo.getProjectionByCode(java.lang.String code)
|
Methods in org.openstreetmap.josm.data.projection with parameters of type Projection | |
---|---|
void |
ProjectionChangeListener.projectionChanged(Projection oldValue,
Projection newValue)
|
Uses of Projection in org.openstreetmap.josm.gui |
---|
Methods in org.openstreetmap.josm.gui that return Projection | |
---|---|
Projection |
NavigatableComponent.getProjection()
|
Uses of Projection in org.openstreetmap.josm.gui.layer |
---|
Methods in org.openstreetmap.josm.gui.layer with parameters of type Projection | |
---|---|
boolean |
TMSLayer.isProjectionSupported(Projection proj)
|
boolean |
WMSLayer.isProjectionSupported(Projection proj)
|
boolean |
Layer.isProjectionSupported(Projection proj)
allows to check whether a projection is supported or not |
void |
OsmDataLayer.projectionChanged(Projection oldValue,
Projection newValue)
|
void |
GpxLayer.projectionChanged(Projection oldValue,
Projection newValue)
|
void |
Layer.projectionChanged(Projection oldValue,
Projection newValue)
|
Uses of Projection in org.openstreetmap.josm.gui.preferences.projection |
---|
Fields in org.openstreetmap.josm.gui.preferences.projection declared as Projection | |
---|---|
private Projection |
SingleProjectionChoice.projection
|
Methods in org.openstreetmap.josm.gui.preferences.projection that return Projection | |
---|---|
Projection |
PuwgProjectionChoice.getProjection()
|
Projection |
GaussKruegerProjectionChoice.getProjection()
|
Projection |
SingleProjectionChoice.getProjection()
|
Projection |
ProjectionChoice.getProjection()
Get the projection that matches the internal state. |
Projection |
LambertCC9ZonesProjectionChoice.getProjection()
|
Projection |
UTMProjectionChoice.getProjection()
|
Projection |
UTM_France_DOM_ProjectionChoice.getProjection()
|
Projection |
LambertProjectionChoice.getProjection()
|
Projection |
CustomProjectionChoice.getProjection()
|
Methods in org.openstreetmap.josm.gui.preferences.projection with parameters of type Projection | |
---|---|
static void |
ProjectionPreference.registerProjectionChoice(java.lang.String id,
Projection projection)
|
Constructors in org.openstreetmap.josm.gui.preferences.projection with parameters of type Projection | |
---|---|
SingleProjectionChoice(java.lang.String id,
Projection projection)
|
|
SingleProjectionChoice(java.lang.String id,
java.lang.String name,
Projection projection)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |