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.data.imagery |
Provides the classes for JOSM imagery sources, coupled with
JMapViewer classes. |
org.openstreetmap.josm.gui.bbox |
Provides GUI classes for displaying a customizable and interactive bounding box.
|
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
org.openstreetmap.josm.gui.layer.imagery |
Provides classes for handling imagery background layers.
|
Modifier and Type | Field and Description |
---|---|
protected TileSource |
Tile.source |
protected TileSource |
JMapViewer.tileSource |
protected TileSource |
TileController.tileSource |
Modifier and Type | Method and Description |
---|---|
TileSource |
Tile.getSource() |
TileSource |
TileController.getTileLayerSource() |
TileSource |
TileController.getTileSource() |
TileSource |
Tile.getTileSource() |
Modifier and Type | Method and Description |
---|---|
Tile |
MemoryTileCache.getTile(TileSource source,
int x,
int y,
int z) |
static java.lang.String |
Tile.getTileKey(TileSource source,
int xtile,
int ytile,
int zoom) |
void |
JMapViewer.setTileSource(TileSource tileSource)
Sets the tile source.
|
void |
TileController.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,
java.awt.image.BufferedImage image)
Creates a tile with specified image.
|
TileController(TileSource source,
TileCache tileCache,
TileLoaderListener listener) |
Modifier and Type | Interface and Description |
---|---|
interface |
TemplatedTileSource
Interface for template tile sources, @see TemplatedTMSTileSource
|
Modifier and Type | Method and Description |
---|---|
void |
CachedTileLoader.clearCache(TileSource source) |
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 |
AbstractOsmTileSource
Abstract class for OSM Tile sources
|
class |
AbstractTileSource |
class |
AbstractTMSTileSource
Class generalizing all tile based 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 |
WMTSTileSource
Tile Source handling WMTS providers
|
Modifier and Type | Method and Description |
---|---|
void |
TMSCachedTileLoader.clearCache(TileSource source) |
Modifier and Type | Field and Description |
---|---|
protected TileSource |
SourceButton.TileSourceButtonModel.tileSource |
Modifier and Type | Field and Description |
---|---|
private java.util.List<TileSource> |
SourceButton.sources |
Modifier and Type | Method and Description |
---|---|
TileSource |
SourceButton.getCurrentSource()
Get the currently-selected tile source.
|
Modifier and Type | Method and Description |
---|---|
private static java.util.List<TileSource> |
SlippyMapBBoxChooser.getAllTileSources() |
java.util.Collection<TileSource> |
SourceButton.getSources()
Get the tile sources.
|
java.util.List<TileSource> |
SlippyMapBBoxChooser.TileSourceProvider.getTileSources()
Gets the tile sources that can be displayed
|
java.util.List<TileSource> |
SlippyMapBBoxChooser.TMSTileSourceProvider.getTileSources() |
Modifier and Type | Method and Description |
---|---|
void |
SourceButton.setCurrentMap(TileSource tileSource)
Changes the current imagery source used for slippy map background.
|
void |
SlippyMapBBoxChooser.toggleMapSource(TileSource tileSource)
Sets the active tile source
|
Modifier and Type | Method and Description |
---|---|
void |
SourceButton.setSources(java.util.Collection<TileSource> sources)
Set the tile sources.
|
Constructor and Description |
---|
TileSourceButtonModel(TileSource tileSource) |
Constructor and Description |
---|
SourceButton(SlippyMapBBoxChooser slippyMapBBoxChooser,
java.util.Collection<TileSource> sources,
javax.swing.ButtonModel showDownloadAreaButtonModel)
Constructs a new
SourceButton . |
Modifier and Type | Method and Description |
---|---|
static int |
AbstractTileSourceLayer.checkMaxZoomLvl(int maxZoomLvl,
TileSource ts)
Checks zoom level against settings
|
static int |
AbstractTileSourceLayer.checkMinZoomLvl(int minZoomLvl,
TileSource ts)
Checks zoom level against settings
|
static int |
AbstractTileSourceLayer.getMaxZoomLvl(TileSource ts) |
static int |
AbstractTileSourceLayer.getMinZoomLvl(TileSource ts) |
Modifier and Type | Field and Description |
---|---|
private TileSource |
TileCoordinateConverter.tileSource |
Constructor and Description |
---|
ReprojectionTile(TileSource source,
int xtile,
int ytile,
int zoom)
Constructs a new
ReprojectionTile . |
TileCoordinateConverter(MapView mapView,
TileSource tileSource,
TileSourceDisplaySettings settings)
Create a new coordinate converter for the map view.
|