A factory for creating a TilesetContentLoader for assets from Cesium ion.
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.
CesiumIonTilesetContentLoaderFactory(uint32_t ionAssetID, const std::string &ionAccessToken, const std::string &ionAssetEndpointUrl="https://api.cesium.com/")
Creates a new factory for loading a Cesium ion asset.
virtual bool isValid() const override
Returns true if a valid TilesetContentLoader can be constructed from 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,...