5#include <Cesium3DTiles/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
7#include <CesiumUtility/JsonValue.h>
24 static constexpr const char*
TypeName =
"PropertyTableProperty";
31 inline static const std::string
UINT8 =
"UINT8";
34 inline static const std::string
UINT16 =
"UINT16";
37 inline static const std::string
UINT32 =
"UINT32";
40 inline static const std::string
UINT64 =
"UINT64";
48 inline static const std::string
UINT8 =
"UINT8";
51 inline static const std::string
UINT16 =
"UINT16";
54 inline static const std::string
UINT32 =
"UINT32";
57 inline static const std::string
UINT64 =
"UINT64";
124 std::optional<CesiumUtility::JsonValue>
offset;
131 std::optional<CesiumUtility::JsonValue>
scale;
139 std::optional<CesiumUtility::JsonValue>
max;
147 std::optional<CesiumUtility::JsonValue>
min;
Classes for using 3D Tiles.
Known values for The type of values in arrayOffsets.
static const std::string UINT8
UINT8
static const std::string UINT64
UINT64
static const std::string UINT16
UINT16
static const std::string UINT32
UINT32
Known values for The type of values in stringOffsets.
static const std::string UINT8
UINT8
static const std::string UINT64
UINT64
static const std::string UINT16
UINT16
static const std::string UINT32
UINT32
An array of binary property values. This represents one column of a property table,...
std::optional< CesiumUtility::JsonValue > scale
A scale to apply to property values. Only applicable when the component type is FLOAT32 or FLOAT64,...
static constexpr const char * TypeName
The original name of this type.
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...
std::optional< int64_t > stringOffsets
The index of the buffer view containing offsets for strings. The number of offsets is equal to the nu...
std::optional< CesiumUtility::JsonValue > min
Minimum value present in the property values. Only applicable to SCALAR, VECN, and MATN types....
std::optional< CesiumUtility::JsonValue > max
Maximum value present in the property values. Only applicable to SCALAR, VECN, and MATN types....
std::optional< CesiumUtility::JsonValue > offset
An offset to apply to property values. Only applicable when the component type is FLOAT32 or FLOAT64,...
std::string arrayOffsetType
The type of values in arrayOffsets.
std::optional< int64_t > arrayOffsets
The index of the buffer view containing offsets for variable-length arrays. The number of offsets is ...
int64_t values
The index of the buffer view containing property values. The data type of property values is determin...
std::string stringOffsetType
The type of values in stringOffsets.
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 ...