public class Selection3DModelingObject extends Selection3D
限定符和类型 | 方法和说明 |
---|---|
int |
get(int index)
返回建模对象选择集中指定序号对象的用户 ID 值。
|
String |
getType(int index)
返回建模对象选择集中指定序号对象的建模数据类型。
|
static void |
setIsDisposable(com.supermap.data.InternalHandleDisposable obj,
boolean disposable) |
add, addRange, clear, dispose, getCount, getLayer, getStyle, isBoundingBoxVisible, remove, removeRange, setBoundingBoxVisible, setStyle, toRecordset, updateData
public int get(int index)
建模对象的原始数据为用户自定义数据,同样ID也为用户自定义ID。
get
在类中 Selection3D
index
- 建模对象选择集中指定对象的序号。public String getType(int index)
index
- 建模对象选择集中指定对象的序号。public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
Copyright © 2021–2024 SuperMap. All rights reserved.