com.supermap.services.components.impl
Class DefaultRealspaceTileBuilder
- java.lang.Object
-
- com.supermap.services.components.impl.AbstractRealspaceTileBuilder
-
- com.supermap.services.components.impl.DefaultRealspaceTileBuilder
-
- All Implemented Interfaces:
- RealspaceTileBuilder, TileBuilder, java.lang.Runnable
public class DefaultRealspaceTileBuilder extends AbstractRealspaceTileBuilder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.supermap.services.components.TileBuilder
TileBuilder.BuildTileProcessListener
-
-
Field Summary
-
Fields inherited from class com.supermap.services.components.impl.AbstractRealspaceTileBuilder
currentTask, fomat, imageSize, kvStore, layerName, listeners, LOCLOGGER_CN, originalPoint, realspace, sceneName, store, taskExecutingState, tileType
-
-
Constructor Summary
Constructors Constructor and Description DefaultRealspaceTileBuilder(CheckedJobBuildConfig pJobConfig, WorkerConfig pWorkerConfig)
-
Method Summary
Methods Modifier and Type Method and Description protected voidbuildOneTileMatrix(ScaleBuildConfig scaleBuildConfig, TileMatrix tileMatrix, java.util.concurrent.atomic.AtomicLong tileTotal)-
Methods inherited from class com.supermap.services.components.impl.AbstractRealspaceTileBuilder
addListener, dispose, getKvStore, getRunnable, init, run, setFormat, setKvStore, setLayerName, setOriginalPoint, setRealspace, setSceneName, setTask, setTileSize, setTileStore, setTileVersion, updateSpeed
-
-
-
-
Constructor Detail
-
DefaultRealspaceTileBuilder
public DefaultRealspaceTileBuilder(CheckedJobBuildConfig pJobConfig, WorkerConfig pWorkerConfig)
-
-
Method Detail
-
buildOneTileMatrix
protected void buildOneTileMatrix(ScaleBuildConfig scaleBuildConfig, TileMatrix tileMatrix, java.util.concurrent.atomic.AtomicLong tileTotal) throws StoreTileFailedException, RealspaceException, java.io.UnsupportedEncodingException
- Specified by:
buildOneTileMatrixin classAbstractRealspaceTileBuilder- Throws:
StoreTileFailedExceptionRealspaceExceptionjava.io.UnsupportedEncodingException
-
-