public abstract class AbstractRealspaceTileBuilder extends AbstractTileBuilder implements RealspaceTileBuilder, java.lang.Runnable
TileBuilder.BuildTileProcessListener
限定符和类型 | 字段和说明 |
---|---|
protected java.lang.String |
layerName |
protected Realspace |
realspace |
protected java.lang.String |
sceneName |
protected TileType |
tileType |
currentTask, fomat, imageSize, listeners, LOCLOGGER_CN, originalPoint, store, taskExecutingState
构造器和说明 |
---|
AbstractRealspaceTileBuilder(CheckedJobBuildConfig pJobConfig, WorkerConfig pWorkerConfig)
构造函数。
|
限定符和类型 | 方法和说明 |
---|---|
void |
setLayerName(java.lang.String pLayerName)
设置图层名
|
void |
setRealspace(Realspace pRealspace)
设置用于切图的三维业务组件
|
void |
setSceneName(java.lang.String pSceneName)
设置场景名
|
protected void |
updateSpeed(long tileTotal) |
addListener, buildOneTileMatrix, dispose, getRunnable, init, run, setFormat, setOriginalPoint, setTask, setTileSize, setTileStore, setTileVersion
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addListener, dispose, getRunnable, init, setFormat, setOriginalPoint, setTask, setTileSize, setTileStore, setTileVersion
protected Realspace realspace
protected java.lang.String sceneName
protected java.lang.String layerName
protected TileType tileType
public AbstractRealspaceTileBuilder(CheckedJobBuildConfig pJobConfig, WorkerConfig pWorkerConfig)
构造函数。
pJobConfig
-pWorkerConfig
-public void setLayerName(java.lang.String pLayerName)
RealspaceTileBuilder
设置图层名
setLayerName
在接口中 RealspaceTileBuilder
public void setRealspace(Realspace pRealspace)
RealspaceTileBuilder
设置用于切图的三维业务组件
setRealspace
在接口中 RealspaceTileBuilder
public void setSceneName(java.lang.String pSceneName)
RealspaceTileBuilder
设置场景名
setSceneName
在接口中 RealspaceTileBuilder
protected void updateSpeed(long tileTotal)