| Package | Description |
|---|---|
| org.openstreetmap.gui.jmapviewer |
This package and all sub-packages are belonging to the Java
component JMapViewer
|
| org.openstreetmap.josm.gui.bbox | |
| org.openstreetmap.josm.gui.layer |
| 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 |
|---|
OsmFileCacheTileLoader(TileLoaderListener map)
Create a OSMFileCacheTileLoader with system property temp dir.
|
OsmFileCacheTileLoader(TileLoaderListener map,
java.io.File cacheDir)
Create a OSMFileCacheTileLoader with given cache directory.
|
OsmTileLoader(TileLoaderListener listener) |
TileController(TileSource source,
TileCache tileCache,
TileLoaderListener listener) |
TMSFileCacheTileLoader(TileLoaderListener map,
java.io.File cacheDir) |
| Modifier and Type | Class and Description |
|---|---|
class |
SlippyMapBBoxChooser |
private static class |
TileSelectionBBoxChooser.TileBoundsMapView
The map view used in this bounding box chooser
|
| Modifier and Type | Class and Description |
|---|---|
class |
TMSLayer
Class that displays a slippy map layer.
|
| Modifier and Type | Method and Description |
|---|---|
OsmTileLoader |
TMSLayer.TileLoaderFactory.makeTileLoader(TileLoaderListener listener) |