CesiumJsonReader::ReadJsonResult< Cesium3DTiles::ExtensionMaxarContentGeoJson > readFromJson(const std::span< const std::byte > &data) const
Reads an instance of ExtensionMaxarContentGeoJson from a byte buffer.
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< std::vector< Cesium3DTiles::ExtensionMaxarContentGeoJson > > readArrayFromJson(const rapidjson::Value &value) const
Reads an array of instances of ExtensionMaxarContentGeoJson from a rapidJson::Value.
CesiumJsonReader::ReadJsonResult< Cesium3DTiles::ExtensionMaxarContentGeoJson > readFromJson(const rapidjson::Value &value) const
Reads an instance of ExtensionMaxarContentGeoJson from a rapidJson::Value.
ExtensionMaxarContentGeoJsonReader()
Constructs a new instance.
Enables loading GeoJSON content in 3D Tiles. This extension is declared at the tileset level to enabl...