5 #include "Cesium3DTiles/Library.h"
6 #include "Cesium3DTiles/PropertyStatistics.h"
8 #include <CesiumUtility/ExtensibleObject.h>
12 #include <unordered_map>
21 static inline constexpr
const char* TypeName =
"ClassStatistics";
33 std::unordered_map<std::string, Cesium3DTiles::PropertyStatistics>
properties;
Classes for using 3D Tiles.
Statistics about entities that conform to a class that was defined in a metadata schema.
std::optional< int64_t > count
The number of entities that conform to the class.
std::unordered_map< std::string, Cesium3DTiles::PropertyStatistics > properties
A dictionary, where each key corresponds to a property ID in the class' properties dictionary and eac...
The base class for objects that have extensions and extras.