コンテンツにスキップ

PointCloudDataset

点群データセットを表現するクラス

Extends

Constructors

new PointCloudDataset()

new PointCloudDataset(api): PointCloudDataset

Parameters

Parameter Type Description
api CloudApi

Returns

PointCloudDataset

Overrides

AbstractDataset.constructor

Methods

_restoreFromJson()

protected _restoreFromJson(json): void

Parameters

Parameter Type Description
json Json サーバから返却されたJson

Returns

void

Overrides

AbstractDataset._restoreFromJson


getAttributions()

getAttributions(): Attributions

著作権情報を取得

Returns

Attributions

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

AbstractDataset.getCreatedAt


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

AbstractDataset.getId


getName()

getName(): string

名前を取得

Returns

string

Inherited from

AbstractDataset.getName


getOwnerId()

getOwnerId(): string

オーナーのidを取得

Returns

string

Inherited from

AbstractDataset.getOwnerId


getUpdatedAt()

getUpdatedAt(): Date

更新日時を取得

Returns

Date

Inherited from

AbstractDataset.getUpdatedAt


getUrl()

getUrl(): undefined | string

点群ファイルが公開されているURLを取得

Returns

undefined | string