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