コンテンツにスキップ

TilesetDataset

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

Extends

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


getContour()

getContour(): undefined | TilesetContourOption

contour

Returns

undefined | TilesetContourOption


getCreatedAt()

getCreatedAt(): Date

作成日時を取得

Returns

Date

Inherited from

AbstractDataset.getCreatedAt


getDescription()

getDescription(): string

説明を取得

Returns

string

Inherited from

AbstractDataset.getDescription


getHeightmap()

getHeightmap(): undefined | TilesetHeightmapOption

heigntmap

Returns

undefined | TilesetHeightmapOption


getId()

getId(): string

データセットのidを取得

Returns

string

Inherited from

AbstractDataset.getId


getImage()

getImage(): undefined | TilesetImageOption

image

Returns

undefined | TilesetImageOption


getInfo()

getInfo(): Info

info

Returns

Info


getName()

getName(): string

名前を取得

Returns

string

Inherited from

AbstractDataset.getName


getOwnerId()

getOwnerId(): string

オーナーのidを取得

Returns

string

Inherited from

AbstractDataset.getOwnerId


getSRID()

getSRID(): number

空間参照系識別コード(EPSGコード)

Returns

number


getStatuses()

getStatuses(): Status[]

各コンバート処理のステータス

Returns

Status[]


getTiles()

getTiles(): undefined | TilesetTilesOption

tiles

Returns

undefined | TilesetTilesOption


getUpdatedAt()

getUpdatedAt(): Date

更新日時を取得

Returns

Date

Inherited from

AbstractDataset.getUpdatedAt


getUrl()

getUrl(): string

モデルが公開されているURL

Returns

string