Package | Description |
---|---|
org.openstreetmap.gui.jmapviewer.tilesources | |
org.openstreetmap.josm.data.imagery |
Provides the classes for JOSM imagery sources, coupled with
JMapViewer classes. |
Constructor and Description |
---|
AbstractTMSTileSource(TileSourceInfo info)
Creates an instance based on TileSource information
|
BingAerialTileSource(TileSourceInfo info)
Constructs a new
BingAerialTileSource . |
ScanexTileSource(TileSourceInfo info)
Constructs a new
ScanexTileSource . |
TemplatedTMSTileSource(TileSourceInfo info)
Creates Templated TMS Tile Source based on ImageryInfo
|
TMSTileSource(TileSourceInfo info)
Constructs a new
TMSTileSource . |
Modifier and Type | Class and Description |
---|---|
class |
ImageryInfo
Class that stores info about an image background layer.
|
Constructor and Description |
---|
AbstractWMSTileSource(TileSourceInfo info,
Projection tileProjection)
Constructs a new
AbstractWMSTileSource . |
CachedAttributionBingAerialTileSource(TileSourceInfo info,
java.lang.Runnable attributionDownloadedTask)
Creates tile source
|
JosmTemplatedTMSTileSource(TileSourceInfo info)
Creates TMS tilesource based on tilesource info
|