com.supermap.services.providers
Interface MapCacheV5Helper
-
public interface MapCacheV5Helper
-
-
Method Summary
Methods Modifier and Type Method and Description voidclearCache(Rectangle2D bounds, com.supermap.mapping.Map mapObj, Rectangle2D indexBounds)voiddestroy()MapImagegetMapImage(MapParameter mapParam, ImageOutputOption outputOption, com.supermap.mapping.Map mapObj, Rectangle2D indexBounds)
-
-
-
Method Detail
-
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)
-
destroy
void destroy()
-
-