3D Tiles extension for S2 bounding volumes.
More...
#include <Cesium3DTiles/Extension3dTilesBoundingVolumeS2.h>
|
std::string | token |
| A hexadecimal representation of the S2CellId. Tokens shall be lower-case, shall not contain whitespace and shall have trailing zeros stripped.
|
|
double | minimumHeight = double() |
| The minimum height of the tile, specified in meters above (or below) the WGS84 ellipsoid.
|
|
double | maximumHeight = double() |
| The maximum height of the tile, specified in meters above (or below) the WGS84 ellipsoid.
|
|
std::unordered_map< std::string, std::any > | extensions |
| The extensions attached to this object. More...
|
|
JsonValue::Object | extras |
| Application-specific data. More...
|
|
JsonValue::Object | unknownProperties |
| Unknown properties that exist on this object but do not have any representation in the statically-typed classes. More...
|
|
|
static constexpr const char * | TypeName |
|
static constexpr const char * | ExtensionName |
|
3D Tiles extension for S2 bounding volumes.
Definition at line 15 of file Extension3dTilesBoundingVolumeS2.h.
◆ ExtensionName
constexpr const char* Cesium3DTiles::Extension3dTilesBoundingVolumeS2::ExtensionName |
|
inlinestaticconstexpr |
◆ TypeName
constexpr const char* Cesium3DTiles::Extension3dTilesBoundingVolumeS2::TypeName |
|
inlinestaticconstexpr |
The documentation for this struct was generated from the following file: