com.supermap.armap.data

类 ARRecordset

  • java.lang.Object
    • com.supermap.armap.data.ARRecordset


  • public class ARRecordset
    extends java.lang.Object
    • 构造器概要

      构造器 
      构造器和说明
      ARRecordset() 
    • 方法概要

      所有方法 静态方法 具体方法 
      限定符和类型 方法和说明
      static boolean addARElement(ARElement element, Recordset recordset)
      添加AR模型
      static boolean remove(DatasetVector datasetVector, int elementID)
      从数据集中删除指定对象
      • 从类继承的方法 java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • ARRecordset

        public ARRecordset()
    • 方法详细资料

      • addARElement

        public static boolean addARElement(ARElement element,
                                           Recordset recordset)
        添加AR模型
        参数:
        element - 待添加的AR模型
        recordset - 目标记录集,即AR图层对应的数据集中的记录集
        返回:
        添加结果,true添加成功,false添加失败
      • remove

        public static boolean remove(DatasetVector datasetVector,
                                     int elementID)
        从数据集中删除指定对象
        参数:
        datasetVector - 删除对象所在图层对应的数据集
        elementID - 删除对象id
        返回:
        删除是否成功,true表示删除成功,false表示删除失败