RealityDataSource Namespace @beta

Utility functions for RealityDataSource

Function

Name Description
RealityDataSource.createKeyFromUrl Create a RealityDataSourceKey from a tilesetUrl.

Defined in

RealityDataSource Interface @beta

This interface provide methods used to access a reality data from a reality data provider

Methods

Name Description
getServiceUrl(iTwinId: string): Promise<string | undefined> This method returns the URL to obtain the Reality Data properties.  

Properties

Name Type Description
isContextShare Readonly boolean    
key Readonly RealityDataSourceKey    
realityData Readonly RealityData | undefined Metatdata on the reality data source  
realityDataId Readonly string | undefined    
realityDataType Readonly string | undefined The reality data type (e.g.: "RealityMesh3DTiles", OPC, Terrain3DTiles, Cesium3DTiles, ...  

Defined in

Last Updated: 04 June, 2026