com.supermap.realspace.threeddesigner
类 ImportSetting3Ds
- java.lang.Object
-
- com.supermap.realspace.threeddesigner.ImportSetting3Ds
-
public class ImportSetting3Ds extends Object
模型导入设置信息集合类。该类是导入设置信息ImportSetting3D 类对象的集合。
-
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 int
add(ImportSetting3D importSetting3D)
在导入设置信息集合中加入一个指定的元素。void
clear()
从导入设置信息集合中移除全部项。ImportSetting3D
get(int index)
根据给定的索引值 Index 获取导入设置信息集合对象中的导入设置信息对象。int
getCount()
获取给定的导入设置信息集合中元素的总数。boolean
insert(int index, ImportSetting3D importSetting3d)
在导入设置信息集合中的指定序号处加入一个元素。boolean
remove(int index)
从导入设置信息集合中移除指定的索引处的项。
-
-
-
方法详细资料
-
getCount
public int getCount()
获取给定的导入设置信息集合中元素的总数。- 返回:
- 元素的总数
-
get
public ImportSetting3D get(int index)
根据给定的索引值 Index 获取导入设置信息集合对象中的导入设置信息对象。- 参数:
index
- 需要索引项的 Index 值,index 从0开始。- 返回:
- 导入设置信息对象
-
add
public int add(ImportSetting3D importSetting3D)
在导入设置信息集合中加入一个指定的元素。- 参数:
importSetting3D
- 要加入的导入设置信息对象。- 返回:
- 新加入元素的序列号。
-
insert
public boolean insert(int index, ImportSetting3D importSetting3d)
在导入设置信息集合中的指定序号处加入一个元素。- 参数:
index
- 指定的序号。importSetting3d
- 要加入的导入设置信息对象。- 返回:
- 加入成功返回 true,否则返回 false。
-
remove
public boolean remove(int index)
从导入设置信息集合中移除指定的索引处的项。- 参数:
index
- 将要删除元素的索引。- 返回:
- 移除成功返回 true,否则返回 false。
-
clear
public void clear()
从导入设置信息集合中移除全部项。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.