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.
|
org.openstreetmap.josm.gui.layer.gpx |
Provides classes for handling GPX 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.
|
class |
TMSTileSource
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 |
TemplatedWMSTileSource
Tile Source handling WMS providers
|
class |
WMSEndpointTileSource
Class representing ImageryType.WMS_ENDPOINT tile source.
|
class |
WMTSTileSource
Tile Source handling WMTS providers
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCachedTileSourceLayer<T extends AbstractTMSTileSource>
Class providing cache to other layers
|
class |
AbstractTileSourceLayer<T extends AbstractTMSTileSource>
Base abstract class that supports displaying images provided by TileSource.
|
Modifier and Type | Field and Description |
---|---|
protected T |
AbstractTileSourceLayer.tileSource |
Modifier and Type | Method and Description |
---|---|
static AbstractTMSTileSource |
TMSLayer.getTileSourceStatic(ImageryInfo info)
Creates and returns a new TileSource instance depending on the
ImageryInfo.ImageryType
of the passed ImageryInfo object. |
Modifier and Type | Field and Description |
---|---|
private AbstractTileSourceLayer<? extends AbstractTMSTileSource> |
DownloadWmsAlongTrackAction.PrecacheWmsTask.layer |
Modifier and Type | Method and Description |
---|---|
protected AbstractTileSourceLayer<? extends AbstractTMSTileSource> |
DownloadWmsAlongTrackAction.askedLayer() |
Constructor and Description |
---|
PrecacheWmsTask(AbstractTileSourceLayer<? extends AbstractTMSTileSource> layer,
java.util.List<LatLon> points) |