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 |
Provides classes for handling the different kinds of map layers.
|
org.openstreetmap.josm.gui.preferences.projection |
Provides classes for handling projection preferences.
|
org.openstreetmap.josm.io | |
org.openstreetmap.josm.tools |
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 |
---|---|
private int |
WMTSTileSource.getTileXMax(int zoom,
Projection proj) |
private int |
WMTSTileSource.getTileYMax(int zoom,
Projection proj) |
private void |
TemplatedWMSTileSource.initAnchorPosition(Projection proj) |
void |
TemplatedWMSTileSource.initProjection(Projection proj)
Initializes class with projection in JOSM.
|
void |
WMTSTileSource.initProjection(Projection proj)
Initializes projection for this TileSource with projection
|
Modifier and Type | Method and Description |
---|---|
void |
DataSet.projectionChanged(Projection oldValue,
Projection newValue) |
Modifier and Type | Method and Description |
---|---|
Geometry.AreaAndPerimeter |
Multipolygon.PolyData.getAreaAndPerimeter(Projection projection)
Calculate area and perimeter length in the given projection.
|
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)
Get a projection by 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 |
WMSLayer.isProjectionSupported(Projection proj) |
boolean |
WMTSLayer.isProjectionSupported(Projection proj) |
boolean |
TMSLayer.isProjectionSupported(Projection proj) |
void |
Layer.projectionChanged(Projection oldValue,
Projection newValue) |
void |
OsmDataLayer.projectionChanged(Projection oldValue,
Projection newValue) |
void |
WMSLayer.projectionChanged(Projection oldValue,
Projection newValue) |
void |
GpxLayer.projectionChanged(Projection oldValue,
Projection newValue) |
void |
WMTSLayer.projectionChanged(Projection oldValue,
Projection newValue) |
Modifier and Type | Method and Description |
---|---|
Projection |
ProjectionChoice.getProjection()
Get the projection that matches the internal state.
|
Projection |
CodeProjectionChoice.getProjection() |
Projection |
CustomProjectionChoice.getProjection() |
Projection |
AbstractProjectionChoice.getProjection() |
Modifier and Type | Field and Description |
---|---|
protected Projection |
GeoJSONExporter.projection |
private Projection |
GeoJSONWriter.projection |
Constructor and Description |
---|
GeoJSONExporter(ExtensionFileFilter fileFilter,
Projection projection) |
GeoJSONWriter(OsmDataLayer layer,
Projection projection)
Constructs a new
GeoJSONWriter . |
Modifier and Type | Method and Description |
---|---|
static Geometry.AreaAndPerimeter |
Geometry.getAreaAndPerimeter(java.util.List<Node> nodes,
Projection projection)
Calculate area and perimeter length of a polygon in the given projection.
|