Package | Description |
---|---|
org.openstreetmap.gui.jmapviewer |
This package and all sub-packages are belonging to the Java
component JMapViewer
|
org.openstreetmap.gui.jmapviewer.interfaces | |
org.openstreetmap.gui.jmapviewer.tilesources | |
org.openstreetmap.josm.data.imagery |
Provides the classes for JOSM imagery sources, coupled with
JMapViewer classes. |
org.openstreetmap.josm.gui.layer.imagery |
Provides classes for handling imagery background layers.
|
Modifier and Type | Class and Description |
---|---|
class |
Projected
Projected coordinates represented by an encapsulates a Point2D.Double value.
|
Modifier and Type | Method and Description |
---|---|
IProjected |
TileSource.tileXYtoProjected(int x,
int y,
int zoom)
Convert tile indices (x/y/zoom) into projected coordinates of the tile origin.
|
Modifier and Type | Method and Description |
---|---|
TileXY |
TileSource.projectedToTileXY(IProjected p,
int zoom)
Convert projected coordinates to tile indices.
|
Modifier and Type | Method and Description |
---|---|
IProjected |
TMSTileSource.tileXYtoProjected(int x,
int y,
int zoom) |
Modifier and Type | Method and Description |
---|---|
TileXY |
TMSTileSource.projectedToTileXY(IProjected p,
int zoom) |
Modifier and Type | Method and Description |
---|---|
static IProjected |
CoordinateConversion.enToProj(EastNorth en)
Converts an
EastNorth to an IProjected instance. |
IProjected |
AbstractWMSTileSource.tileXYtoProjected(int x,
int y,
int zoom) |
IProjected |
WMTSTileSource.tileXYtoProjected(int x,
int y,
int zoom) |
Modifier and Type | Method and Description |
---|---|
TileXY |
AbstractWMSTileSource.projectedToTileXY(IProjected p,
int zoom) |
TileXY |
WMTSTileSource.projectedToTileXY(IProjected projected,
int zoom) |
static EastNorth |
CoordinateConversion.projToEn(IProjected p)
Converts an
IProjected to an EastNorth instance. |
Modifier and Type | Method and Description |
---|---|
IProjected |
TileCoordinateConverter.shiftDisplayToServer(EastNorth en)
Apply reverse shift to EastNorth coordinate.
|
Modifier and Type | Method and Description |
---|---|
private MapViewState.MapViewPoint |
TileCoordinateConverter.pos(IProjected p) |
Constructor and Description |
---|
TileAnchor(IProjected tileOrigin,
IProjected nextTileOrigin)
Constructs a new
TileAnchor . |