new PointCloudCollection(scene)
PointCloudを管理するクラス
Parameters:
Name | Type | Description |
---|---|---|
scene |
mapray.Scene | 所属するシーン |
Members
-
<readonly> length :number
点群オブジェクト数
-
Type:
- number
- Source:
Methods
-
add(item)
点群オブジェクトを追加
-
Parameters:
Name Type Description item
PointCloudProvider 点群プロバイダ
- Source:
Returns:
点群
- Type
- mapray.PointCloud
-
get(index)
点群オブジェクトを取得
-
Parameters:
Name Type Description index
number 番号
- Source:
Returns:
点群
- Type
- mapray.PointCloud
-
insert(index, item)
点群オブジェクトを指定した位置に追加
-
Parameters:
Name Type Description index
number 番号
item
PointCloudProvider 点群プロバイダ
- Source:
Returns:
点群
- Type
- mapray.PointCloud
-
remove(item)
指定した点群オブジェクトを削除
-
Parameters:
Name Type Description item
mapray.PointCloud 削除する点群
- Source:
-
removeByIndex(index)
指定した位置の点群オブジェクトを削除
-
Parameters:
Name Type Description index
number 番号
- Source:
Returns:
削除された点群
- Type
- mapray.PointCloud