com.supermap.services.components.tilecache

Class TileCacheBase<T extends TileSourceInfo>

  • java.lang.Object
    • com.supermap.services.components.tilecache.TileCacheBase<T>
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      protected tilesource 
    • Constructor Summary

      Constructors 
      Constructor and Description
      TileCacheBase() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void clear(java.lang.String mapName, Rectangle2D bounds) 
      protected connectTileSource(T config) 
      void dispose() 
      TilesetInfo[] getTilesetInfos(java.lang.String mapName)
      Gets all the tile information for a given map.
      boolean init(T config) 
      protected void insureInited() 
      boolean isAvailable() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tilesource

        protected  tilesource
        
    • Constructor Detail

      • TileCacheBase

        public TileCacheBase()
        
    • Method Detail

      • init

        public boolean init(T config)
        
      • connectTileSource

        protected  connectTileSource(T config)
        
      • insureInited

        protected void insureInited()
        
      • dispose

        public void dispose()
        
      • clear

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

        public TilesetInfo[] getTilesetInfos(java.lang.String mapName)
        
        Gets all the tile information for a given map.
        Parameters:
        mapName -
        Returns:
      • isAvailable

        public boolean isAvailable()