コンテンツにスキップ

B3dDataset

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

Extends

Constructors

new B3dDataset()

new B3dDataset(api): B3dDataset

Parameters

Parameter Type Description
api CloudApi

Returns

B3dDataset

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


getCreatedAt()

getCreatedAt(): Date

作成日時を取得

Returns

Date

Inherited from

AbstractDataset.getCreatedAt


getDescription()

getDescription(): string

説明を取得

Returns

string

Inherited from

AbstractDataset.getDescription


getFormat()

getFormat(): number

B3Dのファイル形式を取得

Returns

number


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


getRHO()

getRHO(): number

B3Dのタイルの分割レベルを取得

Returns

number


getTileFormat()

getTileFormat(): number

B3Dのタイルフォーマット形式を取得

Returns

number


getTransform()

getTransform(): Transform

A0CS から GOCS へのアフィン変換行列 (列優先、倍精度) を取得

Returns

Transform


getUpdatedAt()

getUpdatedAt(): Date

更新日時を取得

Returns

Date

Inherited from

AbstractDataset.getUpdatedAt


getUrl()

getUrl(): undefined | string

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

Returns

undefined | string