A factory for creating a TilesetContentLoader from data from the iTwin Cesium Curated Content API. More...
#include <Cesium3DTilesSelection/ITwinCesiumCuratedContentLoaderFactory.h>
Public Member Functions | |
ITwinCesiumCuratedContentLoaderFactory (uint32_t iTwinCesiumContentID, const std::string &iTwinAccessToken) | |
Creates a new factory for loading content from iTwin Cesium Curated Content. | |
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. | |
virtual bool | isValid () const override |
Returns true if a valid TilesetContentLoader can be constructed from this factory. | |
![]() |
Additional Inherited Members | |
![]() | |
using | AuthorizationHeaderChangeListener |
The type of a callback called when the Authorization header used by a tileset loader has changed. | |
A factory for creating a TilesetContentLoader from data from the iTwin Cesium Curated Content API.
Definition at line 18 of file ITwinCesiumCuratedContentLoaderFactory.h.
Cesium3DTilesSelection::ITwinCesiumCuratedContentLoaderFactory::ITwinCesiumCuratedContentLoaderFactory | ( | uint32_t | iTwinCesiumContentID, |
const std::string & | iTwinAccessToken ) |
Creates a new factory for loading content from iTwin Cesium Curated Content.
iTwinCesiumContentID | The ID of the item to load. |
iTwinAccessToken | The access token to use to access the API. |
|
overridevirtual |
Creates an instance of the loader corresponding to this factory.
externals | The TilesetExternals. |
tilesetOptions | The TilesetOptions. |
headerChangeListener | A callback that will be called when the Authorization header used by the tileset loader has changed. |
Implements Cesium3DTilesSelection::TilesetContentLoaderFactory.
|
overridevirtual |
Returns true if a valid TilesetContentLoader can be constructed from this factory.
Implements Cesium3DTilesSelection::TilesetContentLoaderFactory.