public interface UTFGridTileCache<T extends TileSourceInfo>
Modifier and Type | Method and Description |
---|---|
void |
cacheUTFGrid(UTFGridParameter utfGridParameter, UTFGridResult data)
Caches a UTFGrid tile request.
|
void |
clear(java.lang.String mapName, Rectangle2D bounds)
Clears the specified map, specifies the range of the tile cache
|
void |
dispose()
Releases cache-related resources
|
UTFGridTileInfo |
getUTFGridCache(UTFGridParameter utfGridParameter)
Gets the UTFGrid cache for the given drawing request.
|
TilesetInfo[] |
getUTFGridTilesetInfos(java.lang.String mapName)
Gets all the UTFGrid tile information for a given map.
|
void clear(java.lang.String mapName, Rectangle2D bounds)
Clears the specified map, specifies the range of the tile cache
mapName
- Map namebounds
- Range, if empty, clears allvoid dispose()
Releases cache-related resources
void cacheUTFGrid(UTFGridParameter utfGridParameter, UTFGridResult data)
Caches a UTFGrid tile request.
utfGridParameter
-tileData
- UTFGrid Binary data of tile.UTFGridTileInfo getUTFGridCache(UTFGridParameter utfGridParameter)
Gets the UTFGrid cache for the given drawing request.
utfGridParameter
-TilesetInfo[] getUTFGridTilesetInfos(java.lang.String mapName)
mapName
-