Package org.oscim.layers.tile
Class MapTile.State
java.lang.Object
org.oscim.layers.tile.MapTile.State
- Enclosing class:
- MapTile
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byteSTATE_CANCEL: tile is removed from TileManager, but may still be processed by TileLoader.static final byteDont touch if you find some.static final byteSTATE_LOADING means the tile is about to be loaded / loading.static final byteSTATE_NEW_DATA: tile data is prepared for rendering.static final bytestatic final byteSTATE_READY: tile data is uploaded to GL. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NONE
public static final byte NONE- See Also:
-
LOADING
public static final byte LOADINGSTATE_LOADING means the tile is about to be loaded / loading. Tile belongs to TileLoader thread.- See Also:
-
NEW_DATA
public static final byte NEW_DATASTATE_NEW_DATA: tile data is prepared for rendering. While 'locked' it belongs to GL Thread.- See Also:
-
READY
public static final byte READYSTATE_READY: tile data is uploaded to GL. While 'locked' it belongs to GL Thread.- See Also:
-
CANCEL
public static final byte CANCELSTATE_CANCEL: tile is removed from TileManager, but may still be processed by TileLoader.- See Also:
-
DEADBEEF
public static final byte DEADBEEFDont touch if you find some.- See Also:
-
-
Constructor Details
-
State
public State()
-