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