Package | Description |
---|---|
org.openstreetmap.josm | |
org.openstreetmap.josm.data.coor | |
org.openstreetmap.josm.data.imagery | |
org.openstreetmap.josm.data.osm | |
org.openstreetmap.josm.data.osm.visitor.paint.relations | |
org.openstreetmap.josm.data.projection | |
org.openstreetmap.josm.gui | |
org.openstreetmap.josm.gui.layer | |
org.openstreetmap.josm.gui.preferences.projection |
Provides classes for handling projection preferences.
|
Modifier and Type | Field and Description |
---|---|
private static Projection |
Main.proj
The projection method used.
|
Modifier and Type | Method and Description |
---|---|
static Projection |
Main.getProjection()
Replies the current projection.
|
Modifier and Type | Method and Description |
---|---|
private static void |
Main.fireProjectionChanged(Projection oldValue,
Projection newValue,
Bounds oldBounds) |
static void |
Main.setProjection(Projection p)
Sets the current projection
|
Modifier and Type | Field and Description |
---|---|
private Projection |
CachedLatLon.proj |
Modifier and Type | Method and Description |
---|---|
Projection |
CachedLatLon.getProjection() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
DataSet.projectionChanged(Projection oldValue,
Projection newValue) |
Modifier and Type | Method and Description |
---|---|
void |
MultipolygonCache.projectionChanged(Projection oldValue,
Projection newValue) |
Modifier and Type | Class and Description |
---|---|
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 |
CustomProjection
Custom projection.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,Projection> |
Projections.projectionsByCode_cache |
Modifier and Type | Method and Description |
---|---|
static Projection |
Projections.getProjectionByCode(java.lang.String code) |
Modifier and Type | Method and Description |
---|---|
void |
ProjectionChangeListener.projectionChanged(Projection oldValue,
Projection newValue) |
Modifier and Type | Method and Description |
---|---|
Projection |
NavigatableComponent.getProjection() |
Modifier and Type | Method and Description |
---|---|
boolean |
Layer.isProjectionSupported(Projection proj)
allows to check whether a projection is supported or not
|
boolean |
TMSLayer.isProjectionSupported(Projection proj) |
boolean |
WMSLayer.isProjectionSupported(Projection proj) |
void |
OsmDataLayer.projectionChanged(Projection oldValue,
Projection newValue) |
void |
GpxLayer.projectionChanged(Projection oldValue,
Projection newValue) |
void |
Layer.projectionChanged(Projection oldValue,
Projection newValue) |
Modifier and Type | Method and Description |
---|---|
Projection |
AbstractProjectionChoice.getProjection() |
Projection |
CodeProjectionChoice.getProjection() |
Projection |
CustomProjectionChoice.getProjection() |
Projection |
ProjectionChoice.getProjection()
Get the projection that matches the internal state.
|