|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TileLoader
Interface for implementing a tile loader. Tiles are usually loaded via HTTP or from a file.
Method Summary | |
---|---|
java.lang.Runnable |
createTileLoaderJob(TileSource tileLayerSource,
int tilex,
int tiley,
int zoom)
A typical createTileLoaderJob(org.openstreetmap.gui.jmapviewer.interfaces.TileSource, int, int, int) implementation
should create and return a new Runnable instance that performs the
load action. |
Method Detail |
---|
java.lang.Runnable createTileLoaderJob(TileSource tileLayerSource, int tilex, int tiley, int zoom)
createTileLoaderJob(org.openstreetmap.gui.jmapviewer.interfaces.TileSource, int, int, int)
implementation
should create and return a new Runnable
instance that performs the
load action.
tileLayerSource
- tilex
- tiley
- zoom
-
Runnable
implementation that performs the desired load
action.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |