cesium-native 0.46.0
|
Information on reality data. More...
#include <CesiumITwinClient/ITwinRealityData.h>
Public Attributes | |
std::string | id |
Identifier of the reality data. | |
std::string | displayName |
The name of the reality data. | |
std::string | description |
A textual description of the reality data. | |
ITwinRealityDataClassification | classification |
Specific value constrained field that indicates the nature of the reality data. | |
std::string | type |
A key indicating the format of the data. | |
CesiumGeospatial::GlobeRectangle | extent |
Contains the rectangular area on the Earth which encloses the reality data. | |
bool | authoring |
A boolean value that is true if the data is being created. It is false if the data has been completely uploaded. | |
Information on reality data.
See https://developer.bentley.com/apis/reality-management/operations/get-all-reality-data/#reality-data-metadata for more information.
Definition at line 43 of file ITwinRealityData.h.
bool CesiumITwinClient::ITwinRealityData::authoring |
A boolean value that is true if the data is being created. It is false if the data has been completely uploaded.
Definition at line 89 of file ITwinRealityData.h.
ITwinRealityDataClassification CesiumITwinClient::ITwinRealityData::classification |
Specific value constrained field that indicates the nature of the reality data.
Definition at line 67 of file ITwinRealityData.h.
std::string CesiumITwinClient::ITwinRealityData::description |
A textual description of the reality data.
This property may not contain any control sequence such as a URL or code.
Definition at line 62 of file ITwinRealityData.h.
std::string CesiumITwinClient::ITwinRealityData::displayName |
The name of the reality data.
This property may not contain any control sequence such as a URL or code.
Definition at line 56 of file ITwinRealityData.h.
CesiumGeospatial::GlobeRectangle CesiumITwinClient::ITwinRealityData::extent |
Contains the rectangular area on the Earth which encloses the reality data.
Definition at line 84 of file ITwinRealityData.h.
std::string CesiumITwinClient::ITwinRealityData::id |
Identifier of the reality data.
This identifier is assigned by the service at the creation of the reality data. It is also unique.
Definition at line 50 of file ITwinRealityData.h.
std::string CesiumITwinClient::ITwinRealityData::type |
A key indicating the format of the data.
The type property should be a specific indication of the format of the reality data. Given a type, the consuming software should be able to determine if it has the capacity to open the reality data. Although the type field is a free string some specific values are reserved and other values should be selected judiciously. Look at the documentation for an exhaustive list of reserved reality data types.
Definition at line 79 of file ITwinRealityData.h.