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 |
Provides classes for handling the different kinds of map layers.
|
org.openstreetmap.josm.gui.layer.imagery |
Provides classes for handling imagery background layers.
|
Modifier and Type | Method and Description |
---|---|
TileXY |
Tile.getTileXY() |
Modifier and Type | Method and Description |
---|---|
TileXY |
TileSource.latLonToTileXY(double lat,
double lon,
int zoom) |
TileXY |
TileSource.latLonToTileXY(ICoordinate point,
int zoom) |
Modifier and Type | Method and Description |
---|---|
ICoordinate |
TileSource.tileXYToLatLon(TileXY xy,
int zoom) |
Modifier and Type | Method and Description |
---|---|
TileXY |
TMSTileSource.latLonToTileXY(double lat,
double lon,
int zoom) |
TileXY |
ScanexTileSource.latLonToTileXY(double lat,
double lon,
int zoom) |
TileXY |
AbstractTMSTileSource.latLonToTileXY(ICoordinate point,
int zoom) |
Modifier and Type | Method and Description |
---|---|
ICoordinate |
AbstractTMSTileSource.tileXYToLatLon(TileXY xy,
int zoom) |
Modifier and Type | Method and Description |
---|---|
private TileXY |
AbstractWMSTileSource.eastNorthToTileXY(EastNorth enPoint,
int zoom) |
TileXY |
WMTSTileSource.latLonToTileXY(double lat,
double lon,
int zoom) |
TileXY |
AbstractWMSTileSource.latLonToTileXY(double lat,
double lon,
int zoom) |
TileXY |
WMTSTileSource.latLonToTileXY(ICoordinate point,
int zoom) |
TileXY |
AbstractWMSTileSource.latLonToTileXY(ICoordinate point,
int zoom) |
Modifier and Type | Method and Description |
---|---|
ICoordinate |
WMTSTileSource.tileXYToLatLon(TileXY xy,
int zoom) |
ICoordinate |
AbstractWMSTileSource.tileXYToLatLon(TileXY xy,
int zoom) |
Constructor and Description |
---|
TileSet(TileXY t1,
TileXY t2,
int zoom) |
Constructor and Description |
---|
TileRange(TileXY t1,
TileXY t2,
int zoom) |