cesium-native 0.62.0
Loading...
Searching...
No Matches
ExtensionSchemaMaxarContentGeoJsonGeometryValue.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
8#include <cstdint>
9#include <string>
10
11namespace Cesium3DTiles {
20 static constexpr const char* TypeName =
21 "ExtensionSchemaMaxarContentGeoJsonGeometryValue";
22
26 struct Type {
28 inline static const std::string Point = "Point";
29
31 inline static const std::string LineString = "LineString";
32
34 inline static const std::string Polygon = "Polygon";
35
37 inline static const std::string MultiPoint = "MultiPoint";
38
40 inline static const std::string MultiLineString = "MultiLineString";
41
43 inline static const std::string MultiPolygon = "MultiPolygon";
44 };
45
52 std::string type = Type::Point;
53
57 int64_t dimensions = int64_t();
58
65 int64_t getSizeBytes() const {
66 int64_t accum = 0;
69 int64_t(sizeof(CesiumUtility::ExtensibleObject));
70
71 return accum;
72 }
73};
74} // namespace Cesium3DTiles
Classes for using 3D Tiles.
Definition Buffer.h:7
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...
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 ...