com.supermap.realspace
类 Selection3DModelingObject
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.realspace.Selection3D
-
- com.supermap.realspace.Selection3DModelingObject
-
- 所有已实现的接口:
- IDisposable
public class Selection3DModelingObject extends Selection3D
三维选择集类。支持获取对象选择集中指定序号的用户ID和建模数据类型。
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 int
get(int index)
返回建模对象选择集中指定序号对象的用户ID值。String
getType(int index)
返回建模对象选择集中指定序号对象的建模数据类型。static void
setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
从类继承的方法 com.supermap.realspace.Selection3D
add, addRange, clear, dispose, getCount, getLayer, getStyle, isBoundingBoxVisible, remove, removeRange, setBoundingBoxVisible, setStyle, toRecordset, updateData
-
-
-
-
方法详细资料
-
get
public int get(int index)
返回建模对象选择集中指定序号对象的用户ID值。建模对象的原始数据为用户自定义数据,同样ID也为用户自定义ID。
- 覆盖:
get
在类中Selection3D
- 参数:
index
- 建模对象选择集中指定对象的序号。- 返回:
- 对象的用户 ID 值。
- 抛出:
IllegalStateException
- 当前对象已被释放。IndexOutOfBoundsException
- 索引越界。- 从以下版本开始:
- 11.2.0。
-
getType
public String getType(int index)
返回建模对象选择集中指定序号对象的建模数据类型。- 参数:
index
- 建模对象选择集中指定对象的序号。- 返回:
- 建模数据类型枚举。
- 抛出:
IllegalStateException
- 当前对象已被释放。IndexOutOfBoundsException
- 索引越界。- 从以下版本开始:
- 11.2.0。
-
setIsDisposable
public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.