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.
|
Constructor and Description |
---|
TileRange(TileRange r)
Constructs a new
TileRange . |
Modifier and Type | Method and Description |
---|---|
TileRange |
TileSource.getCoveringTileRange(Tile tile,
int newZoom)
Returns a range of tiles, that cover a given tile, which is
usually at a different zoom level.
|
Modifier and Type | Method and Description |
---|---|
TileRange |
TMSTileSource.getCoveringTileRange(Tile tile,
int newZoom) |
Modifier and Type | Method and Description |
---|---|
TileRange |
WMTSTileSource.getCoveringTileRange(Tile tile,
int newZoom) |
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractTileSourceLayer.TileSet |
Constructor and Description |
---|
TileSet(TileRange range) |