com.supermap.services.components.tilecache

接口 UTFGridTileCache<T extends TileSourceInfo>

    • 方法详细资料

      • clear

        void clear(java.lang.String mapName,
                 Rectangle2D bounds)
        

        清除制定地图,指定范围内的切片缓存

        参数:
        mapName - 地图名
        bounds - 范围,如果为空,则清除所有
      • dispose

        void dispose()
        

        释放缓存相关资源

      • cacheUTFGrid

        void cacheUTFGrid(UTFGridParameter utfGridParameter,
                        UTFGridResult data)
        

        缓存一个UTFGrid切片请求。

        参数:
        utfGridParameter -
        tileData - UTFGrid切片的二进制数据
      • getUTFGridCache

        UTFGridTileInfo getUTFGridCache(UTFGridParameter utfGridParameter)
        

        获取给定出图请求的UTFGrid缓存。

        参数:
        utfGridParameter -
        返回:
        瓦片信息
      • getUTFGridTilesetInfos

        TilesetInfo[] getUTFGridTilesetInfos(java.lang.String mapName)
        
        获取给定地图的所有UTFGrid切片信息。
        参数:
        mapName -
        返回: