com.supermap.services.components.impl

Class LocalTileStore

  • java.lang.Object
    • com.supermap.services.components.impl.LocalTileStore
  • All Implemented Interfaces:
    Disposable, TileStore


    public class LocalTileStore
    extends java.lang.Object
    implements TileStore
    

    Local tile storage.

    Since:
    7.0.1
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      protected static int MAX_COMMIT 
    • Constructor Summary

      Constructors 
      Constructor and Description
      LocalTileStore() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean appendTileVersionUpdate(java.lang.String tileVersionName, double[] scaleDenominators, double[] resolutions, Rectangle2D bounds)
      Adds the update information to the specified tile version
      void commit()
      Stores the tiles in a tile set.
      java.lang.String createNewVersion(java.lang.String parentVersion, java.lang.String versionDescription, VersionUpdate versionUpdate)
      Creates a new tile version.
      void dispose()
      Release the resource object.
      java.lang.String getLastTileVersion()
      Gets the latest tile version.
      TilesetDesc getTilesetDesc()
      Gets the tile description.
      boolean init(TileSourceInfo tileSourceInfo, MetaData metaData, boolean createTilesetIfNotExist)
      Initialization.
      void storeTile( tile)
      Stores tiles.
      void storeTiles([] tiles)
      Stores tiles.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait