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.gui.bbox | |
org.openstreetmap.josm.gui.layer |
Modifier and Type | Field and Description |
---|---|
protected TileSource |
Tile.source |
protected TileSource |
TileController.tileSource |
protected TileSource |
JMapViewer.tileSource |
Modifier and Type | Field and Description |
---|---|
protected Map<TileSource,File> |
OsmFileCacheTileLoader.sourceCacheDirMap |
Modifier and Type | Method and Description |
---|---|
TileSource |
Tile.getSource() |
TileSource |
TileController.getTileLayerSource() |
TileSource |
TileController.getTileSource() |
Modifier and Type | Method and Description |
---|---|
void |
OsmFileCacheTileLoader.clearCache(TileSource source) |
void |
OsmFileCacheTileLoader.clearCache(TileSource source,
TileClearController controller) |
protected File |
TMSFileCacheTileLoader.getSourceCacheDir(TileSource source) |
protected File |
OsmFileCacheTileLoader.getSourceCacheDir(TileSource source) |
Tile |
MemoryTileCache.getTile(TileSource source,
int x,
int y,
int z) |
static String |
Tile.getTileKey(TileSource source,
int xtile,
int ytile,
int zoom) |
void |
TileController.setTileSource(TileSource tileSource) |
void |
JMapViewer.setTileSource(TileSource tileSource) |
Constructor and Description |
---|
Tile(TileSource source,
int xtile,
int ytile,
int zoom)
Creates a tile with empty image.
|
Tile(TileSource source,
int xtile,
int ytile,
int zoom,
BufferedImage image)
Creates a tile with specified image.
|
TileController(TileSource source,
TileCache tileCache,
TileLoaderListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
CachedTileLoader.clearCache(TileSource source) |
void |
CachedTileLoader.clearCache(TileSource source,
TileClearController controller) |
Tile |
TileCache.getTile(TileSource source,
int x,
int y,
int z)
Retrieves a tile from the cache if present, otherwise
null
will be returned. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMapQuestTileSource |
class |
AbstractOsmTileSource
Abstract clas for OSM Tile sources
|
class |
AbstractTileSource |
class |
AbstractTMSTileSource |
class |
BingAerialTileSource |
class |
MapQuestOpenAerialTileSource |
class |
MapQuestOsmTileSource |
static class |
OsmTileSource.CycleMap
The "Cycle Map" OSM tile source.
|
static class |
OsmTileSource.Mapnik
The default "Mapnik" OSM tile source.
|
class |
ScanexTileSource |
class |
TemplatedTMSTileSource |
class |
TMSTileSource |
Modifier and Type | Field and Description |
---|---|
private TileSource[] |
SourceButton.sources |
Modifier and Type | Method and Description |
---|---|
private List<TileSource> |
SlippyMapBBoxChooser.getAllTileSources() |
List<TileSource> |
SlippyMapBBoxChooser.TileSourceProvider.getTileSources() |
List<TileSource> |
SlippyMapBBoxChooser.TMSTileSourceProvider.getTileSources() |
Modifier and Type | Method and Description |
---|---|
void |
SourceButton.setCurrentMap(TileSource tileSource) |
void |
SlippyMapBBoxChooser.toggleMapSource(TileSource tileSource) |
Modifier and Type | Method and Description |
---|---|
void |
SourceButton.setSources(Collection<TileSource> sources)
Set the tile sources.
|
Constructor and Description |
---|
SourceButton(SlippyMapBBoxChooser slippyMapBBoxChooser,
Collection<TileSource> sources) |
Modifier and Type | Class and Description |
---|---|
private static class |
TMSLayer.CachedAttributionBingAerialTileSource |
Modifier and Type | Field and Description |
---|---|
protected TileSource |
TMSLayer.tileSource |
Modifier and Type | Method and Description |
---|---|
static TileSource |
TMSLayer.getTileSource(ImageryInfo info)
Creates and returns a new TileSource instance depending on the
ImageryInfo.ImageryType
of the passed ImageryInfo object. |
Modifier and Type | Method and Description |
---|---|
(package private) static int |
TMSLayer.checkMaxZoomLvl(int maxZoomLvl,
TileSource ts) |
(package private) static int |
TMSLayer.checkMinZoomLvl(int minZoomLvl,
TileSource ts) |
static int |
TMSLayer.getMaxZoomLvl(TileSource ts) |
static int |
TMSLayer.getMinZoomLvl(TileSource ts) |
private void |
TMSLayer.initTileSource(TileSource tileSource) |