RealityDataSourceProviderRegistry Class @beta
A registry of RealityDataSourceProviders identified by their unique names. The registry can be accessed via realityDataSourceProviders. It includes a handful of built-in providers for sources like Cesium ION, ContextShare, OrbitGT, and arbitrary public-accessible URLs. Any number of additional providers can be registered. They should typically be registered just after startup.
Methods
Name | Description | |
---|---|---|
find(name: string): undefined | RealityDataSourceProvider | Look up the provider registered by the specified name . |
|
register(name: string, provider: RealityDataSourceProvider): void | Register provider to produce RealityDataSources for the specified provider name . |
Defined in
Last Updated: 03 July, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.