cesium-native 0.61.0
Loading...
Searching...
No Matches
ExtensionMaxarContentGeoJson.h
1// This file was generated by generate-classes.
2// DO NOT EDIT THIS FILE!
3#pragma once
4
5#include <Cesium3DTiles/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
7
8namespace Cesium3DTiles {
14struct CESIUM3DTILES_API ExtensionMaxarContentGeoJson final
19 static constexpr const char* TypeName = "ExtensionMaxarContentGeoJson";
22 static constexpr const char* ExtensionName = "MAXAR_content_geojson";
23
30 int64_t getSizeBytes() const {
31 int64_t accum = 0;
32 accum += int64_t(sizeof(ExtensionMaxarContentGeoJson));
34 int64_t(sizeof(CesiumUtility::ExtensibleObject));
35
36 return accum;
37 }
38};
39} // namespace Cesium3DTiles
Classes for using 3D Tiles.
Definition Buffer.h:7
Enables loading GeoJSON content in 3D Tiles. This extension is declared at the tileset level to enabl...
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...
static constexpr const char * TypeName
The original name of this type.
static constexpr const char * ExtensionName
The official name of the extension. This should be the same as its key in the extensions object.
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 ...