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.josm.gui.layer |
Modifier and Type | Field and Description |
---|---|
(package private) Tile |
OsmFileCacheTileLoader.FileLoadJob.tile |
(package private) Tile |
MemoryTileCache.CacheEntry.tile |
Modifier and Type | Method and Description |
---|---|
Tile |
OsmFileCacheTileLoader.FileLoadJob.getTile() |
Tile |
MemoryTileCache.CacheEntry.getTile() |
Tile |
TileController.getTile(int tilex,
int tiley,
int zoom)
retrieves a tile from the cache.
|
Tile |
MemoryTileCache.getTile(TileSource source,
int x,
int y,
int z) |
Modifier and Type | Method and Description |
---|---|
void |
MemoryTileCache.addTile(Tile tile) |
protected MemoryTileCache.CacheEntry |
MemoryTileCache.createCacheEntry(Tile tile) |
TileJob |
OsmTileLoader.createTileLoaderJob(Tile tile) |
TileJob |
TMSFileCacheTileLoader.createTileLoaderJob(Tile tile) |
TileJob |
OsmFileCacheTileLoader.createTileLoaderJob(Tile tile) |
protected java.net.URLConnection |
OsmTileLoader.loadTileFromOsm(Tile tile) |
protected void |
OsmTileLoader.loadTileMetadata(Tile tile,
java.net.URLConnection urlConn) |
void |
JMapViewer.tileLoadingFinished(Tile tile,
boolean success) |
Constructor and Description |
---|
MemoryTileCache.CacheEntry(Tile tile) |
OsmFileCacheTileLoader.FileLoadJob(Tile tile) |
TMSFileCacheTileLoader.TMSFileLoadJob(Tile tile) |
Modifier and Type | Method and Description |
---|---|
Tile |
TileJob.getTile()
Function to return the tile associated with the job
|
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 | Method and Description |
---|---|
void |
TileCache.addTile(Tile tile)
Adds a tile to the cache.
|
TileJob |
TileLoader.createTileLoaderJob(Tile tile)
A typical implementation of this function should create and return a
new
TileJob instance that performs the load action. |
void |
TileLoaderListener.tileLoadingFinished(Tile tile,
boolean success)
Will be called if a new
Tile has been loaded successfully. |
Modifier and Type | Field and Description |
---|---|
private Tile |
TMSLayer.clickedTile |
(package private) Tile |
TMSLayer.showMetadataTile |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<Tile> |
TMSLayer.tileRequestsOutstanding |
Modifier and Type | Method and Description |
---|---|
(package private) Tile |
TMSLayer.getOrCreateTile(int x,
int y,
int zoom) |
(package private) Tile |
TMSLayer.getTile(int x,
int y,
int zoom) |
(package private) Tile |
TMSLayer.getTileForPixelpos(int px,
int py)
This isn't very efficient, but it is only used when the
user right-clicks on the map.
|
(package private) Tile |
TMSLayer.tempCornerTile(Tile t) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<Tile> |
TMSLayer.TileSet.__allTiles(boolean create) |
(package private) java.util.List<Tile> |
TMSLayer.TileSet.allExistingTiles() |
private java.util.List<Tile> |
TMSLayer.TileSet.allLoadedTiles() |
(package private) java.util.List<Tile> |
TMSLayer.TileSet.allTilesCreate() |
(package private) java.util.List<Tile> |
TMSLayer.paintTileImages(java.awt.Graphics g,
TMSLayer.TileSet ts,
int zoom,
Tile border) |
Modifier and Type | Method and Description |
---|---|
(package private) java.awt.Image |
TMSLayer.getLoadedTileImage(Tile tile)
Returns the image for the given tile if both tile and image are loaded.
|
(package private) boolean |
TMSLayer.loadTile(Tile tile,
boolean force) |
(package private) java.util.List<Tile> |
TMSLayer.paintTileImages(java.awt.Graphics g,
TMSLayer.TileSet ts,
int zoom,
Tile border) |
(package private) void |
TMSLayer.paintTileText(TMSLayer.TileSet ts,
Tile tile,
java.awt.Graphics g,
MapView mv,
int zoom,
Tile t) |
private java.awt.Point |
TMSLayer.pixelPos(Tile t) |
(package private) Tile |
TMSLayer.tempCornerTile(Tile t) |
(package private) LatLon |
TMSLayer.tileLatLon(Tile t) |
void |
TMSLayer.tileLoadingFinished(Tile tile,
boolean success) |
(package private) java.awt.Rectangle |
TMSLayer.tileToRect(Tile t1) |