com.supermap.realspace

类 ARPlanes

  • java.lang.Object
    • com.supermap.realspace.ARPlanes


  • public class ARPlanes
    extends java.lang.Object
    AR平面集合类
    • 构造器概要

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

      所有方法 实例方法 具体方法 
      限定符和类型 方法和说明
      ARPlane get(int id)
      通过AR平面ID获取AR平面。
      int getCount()
      获取AR平面集合的总数。
      • 从类继承的方法 java.lang.Object

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

      • ARPlanes

        public ARPlanes()
    • 方法详细资料

      • get

        public ARPlane get(int id)
        通过AR平面ID获取AR平面。
        参数:
        id - AR平面ID。
        返回:
        ARPlan 获取到的AR平面。
      • getCount

        public int getCount()
        获取AR平面集合的总数。
        返回:
        AR平面集合的总数。