com.supermap.data.processing
类 UpdateObjectsInfo
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.data.processing.UpdateObjectsInfo
-
- 所有已实现的接口:
- IDisposable
public class UpdateObjectsInfo extends com.supermap.data.InternalHandleDisposable
模型缓存局部更新。根据ID更新时参数设置,需要获取更新后的数据集及待更新的模型ID集合。
-
-
构造器概要
构造器 构造器和说明 UpdateObjectsInfo()
默认构造一个新的 UpdateObjectsInfo 对象。
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
释放对象所占资源。DatasetVector
getDataset()
获取用于模型ID更新的数据集ArrayList<Integer>
getObjectIDs()
获取模型ID更新的模型ID集合void
setDataset(DatasetVector dataset)
设置用于模型ID更新的数据集static void
setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
void
setObjectIDs(ArrayList<Integer> objectIDs)
设置模型ID更新的模型ID集合
-
-
-
方法详细资料
-
dispose
public void dispose()
释放对象所占资源。
-
getDataset
public DatasetVector getDataset()
获取用于模型ID更新的数据集- 返回:
- 用于模型ID更新的数据集
-
setDataset
public void setDataset(DatasetVector dataset)
设置用于模型ID更新的数据集- 参数:
dataset
- 用于模型ID更新的数据集
-
setObjectIDs
public void setObjectIDs(ArrayList<Integer> objectIDs)
设置模型ID更新的模型ID集合- 参数:
objectIDs
- 模型ID集合
-
setIsDisposable
public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.