com.supermap.realspace
类 ARPlanes
- java.lang.Object
-
- com.supermap.realspace.ARPlanes
-
public class ARPlanes extends java.lang.Object
AR平面集合类
-
-
方法详细资料
-
get
public ARPlane get(int id)
通过AR平面ID获取AR平面。- 参数:
id
- AR平面ID。- 返回:
- ARPlan 获取到的AR平面。
-
getCount
public int getCount()
获取AR平面集合的总数。- 返回:
- AR平面集合的总数。
-
-