A factory for creating a TilesetContentLoader from data from the iTwin Cesium Curated Content API.
ITwinCesiumCuratedContentLoaderFactory(uint32_t iTwinCesiumContentID, const std::string &iTwinAccessToken)
Creates a new factory for loading content from iTwin Cesium Curated Content.
virtual bool isValid() const override
Returns true if a valid TilesetContentLoader can be constructed from this factory.
virtual CesiumAsync::Future< Cesium3DTilesSelection::TilesetContentLoaderResult< Cesium3DTilesSelection::TilesetContentLoader > > createLoader(const TilesetExternals &externals, const TilesetOptions &tilesetOptions, const AuthorizationHeaderChangeListener &headerChangeListener) override
Creates an instance of the loader corresponding to this factory.
A factory to create a tileset loader.
std::function< void(const std::string &header, const std::string &headerValue)> AuthorizationHeaderChangeListener
The type of a callback called when the Authorization header used by a tileset loader has changed.
The loader interface to load the tile content.
External interfaces used by a Tileset.
The result of creating a TilesetContentLoader, including the status, request, and any errors,...