Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOsmTileSource
Abstract class for OSM Tile sources
|
class |
BingAerialTileSource
Tile source for the Bing Maps REST Imagery API.
|
static class |
OsmTileSource.CycleMap
The "Cycle Map" OSM tile source.
|
static class |
OsmTileSource.Mapnik
The default "Mapnik" OSM tile source.
|
static class |
OsmTileSource.TransportMap
The "Transport Map" 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 |
AbstractWMSTileSource
Base class for different WMS tile sources those based on URL templates and those based on WMS endpoints
|
class |
CachedAttributionBingAerialTileSource
Bing TileSource with cached attribution
|
class |
JosmTemplatedTMSTileSource
JOSM wrapper class that uses min/max zoom settings from imagery settings instead of JMapViewer defaults
|
class |
TemplatedWMSTileSource
Tile Source handling WMS providers
|
class |
WMSEndpointTileSource
Class representing ImageryType.WMS_ENDPOINT tile source.
|
Modifier and Type | Method and Description |
---|---|
protected TMSTileSource |
TMSLayer.getTileSource()
Creates and returns a new TileSource instance depending on the
ImageryInfo.ImageryType
of the ImageryInfo object specified in the constructor. |
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. |