public class GeoEntityCacheBuilder
extends com.supermap.data.InternalHandleDisposable
构造器和说明 |
---|
GeoEntityCacheBuilder()
默认构造一个新的GeoEntityCacheBuilder对象。
|
限定符和类型 | 方法和说明 |
---|---|
void |
addSteppedListener(SteppedListener l) |
boolean |
build()
执行实体数据集生成缓存。
|
void |
dispose()
释放对象所占资源。
|
AttributeExtentType |
getAttributeExtentType()
获取属性存储类型。
|
String |
getCacheName()
获取缓存名称。
|
DatasetVector |
getDataset()
获取数据集。
|
CacheFileType |
getFileType()
获取文件缓存类型。
|
int |
getLODSize()
获取LOD层级数。
|
String |
getOutputFolder()
获取缓存输出路径。
|
int |
getProcessThreadsCount()
获取线程数。
|
ProcessFileType |
getProcessType()
获取生成方式,是追加还是新建。
|
double |
getTileWidth()
获取瓦片边长
|
void |
removeSteppedListener(SteppedListener l) |
void |
setAttributeExtentType(AttributeExtentType type)
设置属性存储类型。
|
void |
setCacheName(String cacheName)
设置缓存名称。
|
void |
setCacheVersion(S3MVersion version)
设置缓存S3M版本。
|
void |
setDataset(DatasetVector value)
设置数据集。
|
void |
setFileType(CacheFileType fileType)
设置文件缓存类型。
|
static void |
setIsDisposable(com.supermap.data.InternalHandleDisposable obj,
boolean disposable) |
void |
setLODSize(int value)
设置LOD层级数。
|
void |
setOutputFolder(String outputFolder)
设置缓存输出路径。
|
void |
setProcessThreadsCount(int value)
设置线程数。
|
void |
setProcessType(ProcessFileType value)
设置生成方式,是追加还是新建。
|
void |
setTileWidth(double value)
设置瓦片边长。
|
public void dispose()
public DatasetVector getDataset()
public void setDataset(DatasetVector value)
value
- 实体数据集public String getCacheName()
public void setCacheName(String cacheName)
cacheName
- 缓存名称public String getOutputFolder()
public void setOutputFolder(String outputFolder)
outputFolder
- 缓存输出路径public ProcessFileType getProcessType()
public void setProcessType(ProcessFileType value)
value
- 生成方式public void setTileWidth(double value)
value
- 瓦片边长public double getTileWidth()
public void setLODSize(int value)
value
- LOD层级数public int getLODSize()
public void setFileType(CacheFileType fileType)
fileType
- 文件缓存类型public CacheFileType getFileType()
public void addSteppedListener(SteppedListener l)
public void removeSteppedListener(SteppedListener l)
public int getProcessThreadsCount()
public void setProcessThreadsCount(int value)
value
- 线程数public AttributeExtentType getAttributeExtentType()
public void setAttributeExtentType(AttributeExtentType type)
type
- 属性存储类型public void setCacheVersion(S3MVersion version)
version
- 缓存S3M版本public boolean build()
public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
Copyright © 2021–2024 SuperMap. All rights reserved.