cesium-native 0.46.0
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Cesium3DTilesSelection::ITwinCesiumCuratedContentLoaderFactory Class Reference

A factory for creating a TilesetContentLoader from data from the iTwin Cesium Curated Content API. More...

#include <Cesium3DTilesSelection/ITwinCesiumCuratedContentLoaderFactory.h>

Inheritance diagram for Cesium3DTilesSelection::ITwinCesiumCuratedContentLoaderFactory:
Cesium3DTilesSelection::TilesetContentLoaderFactory

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.
 
- Public Member Functions inherited from Cesium3DTilesSelection::TilesetContentLoaderFactory

Additional Inherited Members

- Public Types inherited from Cesium3DTilesSelection::TilesetContentLoaderFactory
using AuthorizationHeaderChangeListener
 The type of a callback called when the Authorization header used by a tileset loader has changed.
 

Detailed Description

A factory for creating a TilesetContentLoader from data from the iTwin Cesium Curated Content API.

Definition at line 18 of file ITwinCesiumCuratedContentLoaderFactory.h.

Constructor & Destructor Documentation

◆ ITwinCesiumCuratedContentLoaderFactory()

Cesium3DTilesSelection::ITwinCesiumCuratedContentLoaderFactory::ITwinCesiumCuratedContentLoaderFactory ( uint32_t iTwinCesiumContentID,
const std::string & iTwinAccessToken )

Creates a new factory for loading content from iTwin Cesium Curated Content.

Parameters
iTwinCesiumContentIDThe ID of the item to load.
iTwinAccessTokenThe access token to use to access the API.

Member Function Documentation

◆ createLoader()

virtual CesiumAsync::Future< Cesium3DTilesSelection::TilesetContentLoaderResult< Cesium3DTilesSelection::TilesetContentLoader > > Cesium3DTilesSelection::ITwinCesiumCuratedContentLoaderFactory::createLoader ( const TilesetExternals & externals,
const TilesetOptions & tilesetOptions,
const AuthorizationHeaderChangeListener & headerChangeListener )
overridevirtual

Creates an instance of the loader corresponding to this factory.

Parameters
externalsThe TilesetExternals.
tilesetOptionsThe TilesetOptions.
headerChangeListenerA callback that will be called when the Authorization header used by the tileset loader has changed.
Returns
A future that resolves to a TilesetContentLoaderResult.

Implements Cesium3DTilesSelection::TilesetContentLoaderFactory.

◆ isValid()

virtual bool Cesium3DTilesSelection::ITwinCesiumCuratedContentLoaderFactory::isValid ( ) const
overridevirtual

Returns true if a valid TilesetContentLoader can be constructed from this factory.

Implements Cesium3DTilesSelection::TilesetContentLoaderFactory.


The documentation for this class was generated from the following file: