|
cesium-native 0.52.0
|
Reads PropertyTableProperty instances from JSON. More...
#include <Cesium3DTilesReader/PropertyTablePropertyReader.h>
Public Member Functions | |
| PropertyTablePropertyReader () | |
| Constructs a new instance. | |
| CesiumJsonReader::JsonReaderOptions & | getOptions () |
| Gets the options controlling how the JSON is read. | |
| const CesiumJsonReader::JsonReaderOptions & | getOptions () const |
| Gets the options controlling how the JSON is read. | |
| CesiumJsonReader::ReadJsonResult< Cesium3DTiles::PropertyTableProperty > | readFromJson (const std::span< const std::byte > &data) const |
| Reads an instance of PropertyTableProperty from a byte buffer. | |
| CesiumJsonReader::ReadJsonResult< Cesium3DTiles::PropertyTableProperty > | readFromJson (const rapidjson::Value &value) const |
| Reads an instance of PropertyTableProperty from a rapidJson::Value. | |
| CesiumJsonReader::ReadJsonResult< std::vector< Cesium3DTiles::PropertyTableProperty > > | readArrayFromJson (const rapidjson::Value &value) const |
| Reads an array of instances of PropertyTableProperty from a rapidJson::Value. | |
Reads PropertyTableProperty instances from JSON.
Definition at line 25 of file PropertyTablePropertyReader.h.
| CesiumJsonReader::ReadJsonResult< std::vector< Cesium3DTiles::PropertyTableProperty > > Cesium3DTilesReader::PropertyTablePropertyReader::readArrayFromJson | ( | const rapidjson::Value & | value | ) | const |
Reads an array of instances of PropertyTableProperty from a rapidJson::Value.
| value | The value from which to read the array of instances. |
| CesiumJsonReader::ReadJsonResult< Cesium3DTiles::PropertyTableProperty > Cesium3DTilesReader::PropertyTablePropertyReader::readFromJson | ( | const rapidjson::Value & | value | ) | const |
Reads an instance of PropertyTableProperty from a rapidJson::Value.
| value | The value from which to read the instance. |
| CesiumJsonReader::ReadJsonResult< Cesium3DTiles::PropertyTableProperty > Cesium3DTilesReader::PropertyTablePropertyReader::readFromJson | ( | const std::span< const std::byte > & | data | ) | const |
Reads an instance of PropertyTableProperty from a byte buffer.
| data | The buffer from which to read the instance. |