Dataset3D¶
3Dデータセットを表現するクラス
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
getCreatedAt()¶
getCreatedAt():
Date
作成日時を取得
Returns¶
Date
Inherited from¶
getDescription()¶
getDescription():
string
説明を取得
Returns¶
string
Inherited from¶
AbstractDataset.getDescription
getDstFileType()¶
getDstFileType():
string
変換後ファイルの形式
Returns¶
string
getExtensions()¶
getExtensions():
object
拡張指定
Returns¶
object
getId()¶
getId():
string
データセットのidを取得
Returns¶
string
Inherited from¶
getName()¶
getName():
string
名前を取得
Returns¶
string
Inherited from¶
getOrigin()¶
getOrigin():
GeoPoint
原点位置
Returns¶
getOwnerId()¶
getOwnerId():
string
オーナーのidを取得
Returns¶
string
Inherited from¶
getPath()¶
getPath():
string
Path
Returns¶
string
getSRID()¶
getSRID():
string
SRID
Returns¶
string
getSceneId()¶
getSceneId():
string
シーンID
Returns¶
string
getSrcFileType()¶
getSrcFileType():
string
ソースファイルの形式
Returns¶
string
getUpdatedAt()¶
getUpdatedAt():
Date
更新日時を取得
Returns¶
Date
Inherited from¶
getUrl()¶
getUrl():
string
モデルが公開されているURL
Returns¶
string