PointCloudDataset¶
点群データセットを表現するクラス
Extends¶
Constructors¶
new PointCloudDataset()¶
new PointCloudDataset(
api):PointCloudDataset
Parameters¶
| Parameter | Type | Description |
|---|---|---|
api |
CloudApi |
Returns¶
Overrides¶
Methods¶
_restoreFromJson()¶
protected_restoreFromJson(json):void
Parameters¶
| Parameter | Type | Description |
|---|---|---|
json |
Json |
サーバから返却されたJson |
Returns¶
void
Overrides¶
AbstractDataset._restoreFromJson
getAttributions()¶
getAttributions():
Attributions
著作権情報を取得
Returns¶
Inherited from¶
AbstractDataset.getAttributions
getBoundingBox()¶
getBoundingBox():
undefined|BBox3d
点群のバウンディングボックスを取得
Returns¶
undefined | BBox3d
getContentRoot()¶
getContentRoot():
undefined|string
1レベルに1ボックスしか存在しないボックスの中で最も高いレベルのボックス。 (点群に含まれる全ての点を包含するボックスの中で最も高いレベルのボックス)
Returns¶
undefined | string
getCreatedAt()¶
getCreatedAt():
Date
作成日時を取得
Returns¶
Date
Inherited from¶
getDescription()¶
getDescription():
string
説明を取得
Returns¶
string
Inherited from¶
AbstractDataset.getDescription
getFormat()¶
getFormat():
undefined|string
フォーマット(現在はrawのみ対応)
Returns¶
undefined | string
getId()¶
getId():
string
データセットのidを取得
Returns¶
string
Inherited from¶
getName()¶
getName():
string
名前を取得
Returns¶
string
Inherited from¶
getOwnerId()¶
getOwnerId():
string
オーナーのidを取得
Returns¶
string
Inherited from¶
getUpdatedAt()¶
getUpdatedAt():
Date
更新日時を取得
Returns¶
Date
Inherited from¶
getUrl()¶
getUrl():
undefined|string
点群ファイルが公開されているURLを取得
Returns¶
undefined | string