public interface SimpleCacheHelper
Modifier and Type | Method and Description |
---|---|
void |
clearCache(java.lang.String mapName, Rectangle2D bounds)
Clear the cache in specific area
|
java.lang.String |
getImageFullURL(MapParameter mapParam, ImageOutputOption outputOption)
Get the tile full path based on map parameters and map output settings.
|
int[] |
getImageIndexs(MapParameter mapParam)
Get tile index value
|
java.lang.String |
getImageRelativeURL(MapParameter mapParam, ImageOutputOption outputOption)
Set the tile relative path based on map parameters and map output settings.
|
java.lang.String getImageRelativeURL(MapParameter mapParam, ImageOutputOption outputOption)
Set the tile relative path based on map parameters and map output settings.
mapParam
- map parametersoutputOption
- output optionsjava.lang.String getImageFullURL(MapParameter mapParam, ImageOutputOption outputOption)
Get the tile full path based on map parameters and map output settings.
mapParam
- map parametersoutputOption
- output optionsint[] getImageIndexs(MapParameter mapParam)
Get tile index value
mapParam
- map parametersvoid clearCache(java.lang.String mapName, Rectangle2D bounds)
Clear the cache in specific area
mapName
- the map namebounds
- the specific range