com.supermap.services.components

Interface TileBuilder

    • Method Detail

      • setTask

        void setTask(TileTask task,
                   TaskExecutingState executingState)
        

        Sets the tiling task information and task execution status.

        Parameters:
        task -
        executingState -
        Since:
        6.1.3
      • setTileStore

        void setTileStore(TileStore pTileStore)
        

        Sets the tiling memory

        Parameters:
        pTileStore -
        Since:
        6.1.3
      • setOriginalPoint

        void setOriginalPoint(Point2D pOriginalPoint)
        

        Sets the origin point of the map tile

        Parameters:
        pOriginalPoint -
        Since:
        6.1.3
      • setTileSize

        void setTileSize(int pImageSize)
        

        Sets the tile size

        Parameters:
        pImageSize -
        Since:
        6.1.3
      • setTileVersion

        void setTileVersion(java.lang.String tileVersion)
        

        Sets the tile version

        Parameters:
        tileVersion -
        Since:
        6.1.3
      • setKvStore

        void setKvStore(KeyValueStore kvStore)
        

        Sets the key value to the memory, the user saves the white chart information

        Parameters:
        kvStore -
        Since:
        6.1.3
      • init

        void init()
        

        Initialize the tile generator

        Since:
        6.1.3
      • dispose

        void dispose()
        

        Logs off the current tile generator

        Since:
        6.1.3
      • getRunnable

        java.lang.Runnable getRunnable()
        

        Returns the Runnable instance of the tile generator for commiting to the execution in the thread pool.

        Returns:
        Since:
        6.1.3
      • setFormat

        void setFormat(OutputFormat pFormat)
        

        Sets the tile format

        Parameters:
        pFormat -
        Since:
        6.1.3