5#include <Cesium3DTiles/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
21 "ExtensionMetadataEntityMaxarContentGeoJson";
42 if (this->propertiesSchemaUri) {
43 accum += int64_t(this->propertiesSchemaUri->capacity() *
sizeof(
char));
Classes for using 3D Tiles.
Enables loading optional metadata schema for GeoJSON properties.
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...
static constexpr const char * ExtensionName
The official name of the extension. This should be the same as its key in the extensions object.
static constexpr const char * TypeName
The original name of this type.
std::optional< std::string > propertiesSchemaUri
The URI (or IRI) of the external schema file for feature metadata.
The base class for objects that have extensions and extras.
int64_t getSizeBytes() const
Calculates the size in bytes of this ExtensibleObject, including all of its extras but NOT including ...