| Package | Description |
|---|---|
| org.openstreetmap.gui.jmapviewer.tilesources | |
| org.openstreetmap.josm.data.imagery | |
| org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMapQuestTileSource |
class |
AbstractOsmTileSource
Abstract class for OSM Tile sources
|
class |
BingAerialTileSource
Tile source for the Bing Maps REST Imagery API.
|
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
This tilesource uses different to OsmMercator projection.
|
class |
TemplatedTMSTileSource
Handles templated TMS Tile Source.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CachedAttributionBingAerialTileSource
Bing TileSource with cached attribution
|
class |
TemplatedWMSTileSource
Tile Source handling WMS providers
|
| Modifier and Type | Method and Description |
|---|---|
protected TMSTileSource |
TMSLayer.getTileSource(ImageryInfo info)
Creates and returns a new TileSource instance depending on the
ImageryInfo.ImageryType
of the passed ImageryInfo object. |
static TMSTileSource |
TMSLayer.getTileSourceStatic(ImageryInfo info,
java.lang.Runnable attributionLoadedTask)
Creates and returns a new TileSource instance depending on the
ImageryInfo.ImageryType
of the passed ImageryInfo object. |