public interface MapCacheV5Helper
限定符和类型 | 方法和说明 |
---|---|
void |
clearCache(Rectangle2D bounds, com.supermap.mapping.Map mapObj, Rectangle2D indexBounds) |
void |
clearCache(Rectangle2D bounds, MapParameter mapParam, Rectangle2D indexBounds, java.util.List<java.lang.String> cacheName)
清理指定比例尺指定范围的切片缓存。
|
void |
destroy() |
MapImage |
getMapImage(MapParameter mapParam, ImageOutputOption outputOption, com.supermap.mapping.Map mapObj, Rectangle2D indexBounds) |
MapImage getMapImage(MapParameter mapParam, ImageOutputOption outputOption, com.supermap.mapping.Map mapObj, Rectangle2D indexBounds)
void clearCache(Rectangle2D bounds, com.supermap.mapping.Map mapObj, Rectangle2D indexBounds)
void clearCache(Rectangle2D bounds, MapParameter mapParam, Rectangle2D indexBounds, java.util.List<java.lang.String> cacheName)
清理指定比例尺指定范围的切片缓存。
bounds
- 地图范围。mapParam
- 地图参数。indexBounds
- 索引范围。cacheName
- 只读切片集名称列表。这些切片集不需要清理。void destroy()