public interface VectorTileCache<T extends TileSourceInfo>
Modifier and Type | Method and Description |
---|---|
void |
cacheVector(VectorTileParameter vectorTileParameter, VectorTileData vectorTile)
Caches vector request result.
|
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
|
VectorTileInfo |
getVectorCache(VectorTileParameter vectorTileParameter)
Gets the vector cache for the given request.
|
TilesetInfo[] |
getVectorTilesetInfos(java.lang.String mapName)
Gets all the tile information for a given map.
|
void clear(java.lang.String mapName, Rectangle2D bounds) throws MapException
Clears the specified map, specifies the range of the tile cache
mapName
- Map namebounds
- Range, if empty, clears allMapException
void dispose()
Releases cache-related resources
void cacheVector(VectorTileParameter vectorTileParameter, VectorTileData vectorTile)
Caches vector request result.
vectorTileParameter
-vectorTile
- Vector TileVectorTileInfo getVectorCache(VectorTileParameter vectorTileParameter)
Gets the vector cache for the given request.
vectorTileParameter
-TilesetInfo[] getVectorTilesetInfos(java.lang.String mapName)
mapName
-