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

        public UpdateObjectsInfo()
        默认构造一个新的 UpdateObjectsInfo 对象。
    • 方法详细资料

      • dispose

        public void dispose()
        释放对象所占资源。
      • getDataset

        public DatasetVector getDataset()
        获取用于模型ID更新的数据集
        返回:
        用于模型ID更新的数据集
      • setDataset

        public void setDataset(DatasetVector dataset)
        设置用于模型ID更新的数据集
        参数:
        dataset - 用于模型ID更新的数据集
      • getObjectIDs

        public ArrayList<Integer> getObjectIDs()
        获取模型ID更新的模型ID集合
        返回:
        模型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.