Package | Description |
---|---|
org.openstreetmap.gui.jmapviewer |
This package and all sub-packages are belonging to the Java
component JMapViewer
|
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.history |
Provides GUI classes for handling history of OSM objects.
|
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
Modifier and Type | Class and Description |
---|---|
class |
JMapViewer
Provides a simple panel that displays pre-rendered map tiles loaded from the
OpenStreetMap project.
|
Modifier and Type | Field and Description |
---|---|
protected TileLoaderListener |
OsmTileLoader.listener |
Constructor and Description |
---|
OsmTileLoader(TileLoaderListener listener) |
OsmTileLoader(TileLoaderListener listener,
java.util.Map<java.lang.String,java.lang.String> headers) |
TileController(TileSource source,
TileCache tileCache,
TileLoaderListener listener) |
Modifier and Type | Field and Description |
---|---|
protected TileLoaderListener |
TMSCachedTileLoader.listener |
Modifier and Type | Field and Description |
---|---|
private static java.util.concurrent.ConcurrentMap<java.lang.String,java.util.Set<TileLoaderListener>> |
TMSCachedTileLoaderJob.inProgress |
Modifier and Type | Method and Description |
---|---|
protected TileLoader |
CachedTileLoaderFactory.getLoader(TileLoaderListener listener,
org.apache.commons.jcs.access.behavior.ICacheAccess<java.lang.String,BufferedImageCacheEntry> cache,
TileJobOptions options) |
TileLoader |
CachedTileLoaderFactory.makeTileLoader(TileLoaderListener listener,
java.util.Map<java.lang.String,java.lang.String> inputHeaders,
long minimumExpiryTime) |
TileLoader |
TileLoaderFactory.makeTileLoader(TileLoaderListener listener,
java.util.Map<java.lang.String,java.lang.String> headers,
long minimumExpiryTime)
Creates TileLoaderFactory - factory that creates tile loaders with all options already set
|
Constructor and Description |
---|
TMSCachedTileLoader(TileLoaderListener listener,
org.apache.commons.jcs.access.behavior.ICacheAccess<java.lang.String,BufferedImageCacheEntry> cache,
TileJobOptions options)
Constructor
|
TMSCachedTileLoaderJob(TileLoaderListener listener,
Tile tile,
org.apache.commons.jcs.access.behavior.ICacheAccess<java.lang.String,BufferedImageCacheEntry> cache,
TileJobOptions options,
java.util.concurrent.ThreadPoolExecutor downloadExecutor)
Constructor for creating a job, to get a specific tile from cache
|
WMSCachedTileLoader(TileLoaderListener listener,
org.apache.commons.jcs.access.behavior.ICacheAccess<java.lang.String,BufferedImageCacheEntry> cache,
TileJobOptions options)
Creates a TileLoader with separate WMS download thread pool.
|
WMSCachedTileLoaderJob(TileLoaderListener listener,
Tile tile,
org.apache.commons.jcs.access.behavior.ICacheAccess<java.lang.String,BufferedImageCacheEntry> cache,
TileJobOptions options,
java.util.concurrent.ThreadPoolExecutor downloadExecutor)
Creates a job - that will download specific tile
|
Modifier and Type | Class and Description |
---|---|
class |
SlippyMapBBoxChooser
This panel displays a map and lets the user chose a
BBox . |
private static class |
TileSelectionBBoxChooser.TileBoundsMapView
The map view used in this bounding box chooser
|
Modifier and Type | Class and Description |
---|---|
private static class |
CoordinateInfoViewer.MapViewer |
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.
|
class |
AbstractTileSourceLayer.PrecacheTask
Task responsible for precaching imagery along the gpx track
|
class |
TMSLayer
Class that displays a slippy map layer.
|
class |
WMSLayer
This is a layer that grabs the current screen from an WMS server.
|
class |
WMTSLayer
WMTS layer based on AbstractTileSourceLayer.
|