cesium-native
0.41.0
|
A Cesium ion Asset, such as a 3D Tiles tileset or an imagery layer. More...
#include <CesiumIonClient/Assets.h>
Public Attributes | |
int64_t | id = -1 |
The unique identifier for this asset. | |
std::string | name |
The name of this asset. | |
std::string | description |
A Markdown compatible string describing this asset. | |
std::string | attribution |
A Markdown compatible string containing any required attribution for this asset. More... | |
std::string | type |
The asset's type./. | |
int64_t | bytes = 0 |
The number of bytes this asset occupies in the user's account. | |
std::string | dateAdded |
The date and time that this asset was created in RFC 3339 format. | |
std::string | status |
Describes the state of the asset during the upload and tiling processes. More... | |
int8_t | percentComplete = 0 |
The percentage progress of the tiling pipeline preparing this asset. | |
A Cesium ion Asset, such as a 3D Tiles tileset or an imagery layer.
std::string CesiumIonClient::Asset::attribution |
std::string CesiumIonClient::Asset::status |
Describes the state of the asset during the upload and tiling processes.
| Value | Description | | AWAITING_FILES | The asset has been created but the server is waiting for source data to be uploaded. | | NOT_STARTED | The server was notified that all source data was uploaded and is waiting for the tiling process to start. | | IN_PROGRESS | The source data is being tiled, see percentComplete to monitor progress. | | COMPLETE | The asset was tiled successfully. | | DATA_ERROR | The uploaded source data was invalid or unsupported. | | ERROR | An internal error occurred during the tiling process. Please contact suppo. | rt@c esium .com