JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.openstreetmap.gui.jmapviewer.interfaces
Interface TileJob
All Superinterfaces:
java.lang.Runnable
All Known Implementing Classes:
OsmFileCacheTileLoader.FileLoadJob
public interface
TileJob
extends java.lang.Runnable
Interface for implementing a tile loading job. Tiles are usually loaded via HTTP or from a file.
Author:
Dirk Stöcker
Method Summary
Methods
Modifier and Type
Method and Description
Tile
getTile
()
Function to return the tile associated with the job
Methods inherited from interface java.lang.Runnable
run
Method Detail
getTile
Tile
getTile()
Function to return the tile associated with the job
Returns:
Tile
to be handled
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method