|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.osmdroid.tileprovider.modules.MapTileModuleProviderBase.TileLoader
protected abstract class MapTileModuleProviderBase.TileLoader
Load the requested tile. An abstract internal class whose objects are used by worker threads to acquire tiles from servers. It processes tiles from the 'pending' set to the 'working' set as they become available. The key unimplemented method is 'loadTile'.
Constructor Summary | |
---|---|
protected |
MapTileModuleProviderBase.TileLoader()
|
Method Summary | |
---|---|
protected abstract android.graphics.drawable.Drawable |
loadTile(MapTileRequestState pState)
Load the requested tile. |
void |
run()
This is a functor class of type Runnable. |
protected void |
tileLoaded(MapTileRequestState pState,
android.graphics.drawable.Drawable pDrawable)
A tile has loaded. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected MapTileModuleProviderBase.TileLoader()
Method Detail |
---|
protected abstract android.graphics.drawable.Drawable loadTile(MapTileRequestState pState) throws MapTileModuleProviderBase.CantContinueException
pState
-
{@link
- CantContinueException}
MapTileModuleProviderBase.CantContinueException
protected void tileLoaded(MapTileRequestState pState, android.graphics.drawable.Drawable pDrawable)
public final void run()
run
in interface Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |