Reads FeatureIdTexture instances from JSON.
CesiumJsonReader::ReadJsonResult< CesiumGltf::FeatureIdTexture > readFromJson(const std::span< const std::byte > &data) const
Reads an instance of FeatureIdTexture 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< CesiumGltf::FeatureIdTexture > > readArrayFromJson(const rapidjson::Value &value) const
Reads an array of instances of FeatureIdTexture from a rapidJson::Value.
FeatureIdTextureReader()
Constructs a new instance.
CesiumJsonReader::ReadJsonResult< CesiumGltf::FeatureIdTexture > readFromJson(const rapidjson::Value &value) const
Reads an instance of FeatureIdTexture from a rapidJson::Value.