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¶
Inherited from¶
AbstractDataset.getAttributions
getContour()¶
getContour():
undefined|TilesetContourOption
contour
Returns¶
undefined | TilesetContourOption
getCreatedAt()¶
getCreatedAt():
Date
作成日時を取得
Returns¶
Date
Inherited from¶
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¶
getImage()¶
getImage():
undefined|TilesetImageOption
image
Returns¶
undefined | TilesetImageOption
getInfo()¶
getInfo():
Info
info
Returns¶
Info
getName()¶
getName():
string
名前を取得
Returns¶
string
Inherited from¶
getOwnerId()¶
getOwnerId():
string
オーナーのidを取得
Returns¶
string
Inherited from¶
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¶
getUrl()¶
getUrl():
string
モデルが公開されているURL
Returns¶
string