3#include <CesiumGeospatial/GlobeRectangle.h>
A two-dimensional, rectangular region on a globe, specified using longitude and latitude coordinates....
Classes for interacting with the iTwin API.
ITwinRealityDataClassification iTwinRealityDataClassificationFromString(const std::string &str)
Obtains an ITwinRealityDataClassification value from the provided string.
@ Terrain
The content is quantized mesh terrain.
@ Imagery
The content is imagery that can be loaded with CesiumRasterOverlays::ITwinCesiumCuratedContentRasterO...
@ Unknown
The content type returned is not a known type.
ITwinRealityDataClassification
Indicates the nature of the reality data.
Information on reality data.
CesiumGeospatial::GlobeRectangle extent
Contains the rectangular area on the Earth which encloses the reality data.
ITwinRealityDataClassification classification
Specific value constrained field that indicates the nature of the reality data.
std::string id
Identifier of the reality data.
std::string description
A textual description of the reality data.
std::string displayName
The name of 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 completel...
std::string type
A key indicating the format of the data.