@itwin/core-common 3.0.0-extension.1 → 3.1.0-dev.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (285) hide show
  1. package/CHANGELOG.md +84 -1
  2. package/LICENSE.md +1 -1
  3. package/lib/cjs/BackgroundMapSettings.d.ts +1 -1
  4. package/lib/cjs/BackgroundMapSettings.d.ts.map +1 -1
  5. package/lib/cjs/BackgroundMapSettings.js.map +1 -1
  6. package/lib/cjs/ConcurrentQuery.d.ts +28 -11
  7. package/lib/cjs/ConcurrentQuery.d.ts.map +1 -1
  8. package/lib/cjs/ConcurrentQuery.js +26 -12
  9. package/lib/cjs/ConcurrentQuery.js.map +1 -1
  10. package/lib/cjs/ContextRealityModel.d.ts +36 -16
  11. package/lib/cjs/ContextRealityModel.d.ts.map +1 -1
  12. package/lib/cjs/ContextRealityModel.js +46 -7
  13. package/lib/cjs/ContextRealityModel.js.map +1 -1
  14. package/lib/cjs/DisplayStyleSettings.d.ts +30 -24
  15. package/lib/cjs/DisplayStyleSettings.d.ts.map +1 -1
  16. package/lib/cjs/DisplayStyleSettings.js +43 -16
  17. package/lib/cjs/DisplayStyleSettings.js.map +1 -1
  18. package/lib/cjs/ECSqlReader.d.ts +17 -5
  19. package/lib/cjs/ECSqlReader.d.ts.map +1 -1
  20. package/lib/cjs/ECSqlReader.js +55 -22
  21. package/lib/cjs/ECSqlReader.js.map +1 -1
  22. package/lib/cjs/ECSqlTypes.d.ts +3 -3
  23. package/lib/cjs/ECSqlTypes.js +3 -3
  24. package/lib/cjs/ECSqlTypes.js.map +1 -1
  25. package/lib/cjs/ElementProps.d.ts +9 -0
  26. package/lib/cjs/ElementProps.d.ts.map +1 -1
  27. package/lib/cjs/ElementProps.js.map +1 -1
  28. package/lib/cjs/EntityProps.d.ts +8 -1
  29. package/lib/cjs/EntityProps.d.ts.map +1 -1
  30. package/lib/cjs/EntityProps.js.map +1 -1
  31. package/lib/cjs/Environment.d.ts +61 -0
  32. package/lib/cjs/Environment.d.ts.map +1 -0
  33. package/lib/cjs/Environment.js +74 -0
  34. package/lib/cjs/Environment.js.map +1 -0
  35. package/lib/cjs/FeatureSymbology.d.ts +97 -18
  36. package/lib/cjs/FeatureSymbology.d.ts.map +1 -1
  37. package/lib/cjs/FeatureSymbology.js +83 -27
  38. package/lib/cjs/FeatureSymbology.js.map +1 -1
  39. package/lib/cjs/GeoCoordinateServices.d.ts +66 -1
  40. package/lib/cjs/GeoCoordinateServices.d.ts.map +1 -1
  41. package/lib/cjs/GeoCoordinateServices.js +39 -1
  42. package/lib/cjs/GeoCoordinateServices.js.map +1 -1
  43. package/lib/cjs/Gradient.d.ts.map +1 -1
  44. package/lib/cjs/Gradient.js +10 -0
  45. package/lib/cjs/Gradient.js.map +1 -1
  46. package/lib/cjs/GroundPlane.d.ts +26 -15
  47. package/lib/cjs/GroundPlane.d.ts.map +1 -1
  48. package/lib/cjs/GroundPlane.js +40 -39
  49. package/lib/cjs/GroundPlane.js.map +1 -1
  50. package/lib/cjs/IModel.d.ts +33 -4
  51. package/lib/cjs/IModel.d.ts.map +1 -1
  52. package/lib/cjs/IModel.js +27 -10
  53. package/lib/cjs/IModel.js.map +1 -1
  54. package/lib/cjs/Localization.d.ts +1 -1
  55. package/lib/cjs/Localization.js.map +1 -1
  56. package/lib/cjs/MapLayerSettings.d.ts +2 -2
  57. package/lib/cjs/MapLayerSettings.js +2 -2
  58. package/lib/cjs/MapLayerSettings.js.map +1 -1
  59. package/lib/cjs/NativeAppProps.d.ts +2 -36
  60. package/lib/cjs/NativeAppProps.d.ts.map +1 -1
  61. package/lib/cjs/NativeAppProps.js.map +1 -1
  62. package/lib/cjs/PlanarClipMask.d.ts +73 -8
  63. package/lib/cjs/PlanarClipMask.d.ts.map +1 -1
  64. package/lib/cjs/PlanarClipMask.js +17 -24
  65. package/lib/cjs/PlanarClipMask.js.map +1 -1
  66. package/lib/cjs/RealityDataAccessProps.d.ts +42 -0
  67. package/lib/cjs/RealityDataAccessProps.d.ts.map +1 -0
  68. package/lib/cjs/RealityDataAccessProps.js +20 -0
  69. package/lib/cjs/RealityDataAccessProps.js.map +1 -0
  70. package/lib/cjs/RenderMaterial.d.ts +7 -7
  71. package/lib/cjs/RenderMaterial.d.ts.map +1 -1
  72. package/lib/cjs/RenderMaterial.js +10 -5
  73. package/lib/cjs/RenderMaterial.js.map +1 -1
  74. package/lib/cjs/RenderSchedule.d.ts +4 -0
  75. package/lib/cjs/RenderSchedule.d.ts.map +1 -1
  76. package/lib/cjs/RenderSchedule.js +5 -1
  77. package/lib/cjs/RenderSchedule.js.map +1 -1
  78. package/lib/cjs/RenderTexture.d.ts +8 -1
  79. package/lib/cjs/RenderTexture.d.ts.map +1 -1
  80. package/lib/cjs/RenderTexture.js.map +1 -1
  81. package/lib/cjs/SkyBox.d.ts +142 -34
  82. package/lib/cjs/SkyBox.d.ts.map +1 -1
  83. package/lib/cjs/SkyBox.js +192 -6
  84. package/lib/cjs/SkyBox.js.map +1 -1
  85. package/lib/cjs/TextureMapping.d.ts +3 -1
  86. package/lib/cjs/TextureMapping.d.ts.map +1 -1
  87. package/lib/cjs/TextureMapping.js +9 -6
  88. package/lib/cjs/TextureMapping.js.map +1 -1
  89. package/lib/cjs/TextureProps.d.ts +21 -2
  90. package/lib/cjs/TextureProps.d.ts.map +1 -1
  91. package/lib/cjs/TextureProps.js +19 -0
  92. package/lib/cjs/TextureProps.js.map +1 -1
  93. package/lib/cjs/ThematicDisplay.d.ts +6 -0
  94. package/lib/cjs/ThematicDisplay.d.ts.map +1 -1
  95. package/lib/cjs/ThematicDisplay.js +26 -0
  96. package/lib/cjs/ThematicDisplay.js.map +1 -1
  97. package/lib/cjs/TileProps.d.ts +6 -0
  98. package/lib/cjs/TileProps.d.ts.map +1 -1
  99. package/lib/cjs/TileProps.js.map +1 -1
  100. package/lib/cjs/ViewFlags.d.ts +8 -0
  101. package/lib/cjs/ViewFlags.d.ts.map +1 -1
  102. package/lib/cjs/ViewFlags.js +30 -10
  103. package/lib/cjs/ViewFlags.js.map +1 -1
  104. package/lib/cjs/core-common.d.ts +7 -0
  105. package/lib/cjs/core-common.d.ts.map +1 -1
  106. package/lib/cjs/core-common.js +7 -0
  107. package/lib/cjs/core-common.js.map +1 -1
  108. package/lib/cjs/geometry/ElementGeometry.d.ts +12 -8
  109. package/lib/cjs/geometry/ElementGeometry.d.ts.map +1 -1
  110. package/lib/cjs/geometry/ElementGeometry.js.map +1 -1
  111. package/lib/cjs/geometry/FrustumPlanes.d.ts +1 -1
  112. package/lib/cjs/geometry/FrustumPlanes.d.ts.map +1 -1
  113. package/lib/cjs/geometry/FrustumPlanes.js +26 -13
  114. package/lib/cjs/geometry/FrustumPlanes.js.map +1 -1
  115. package/lib/cjs/geometry/GeometryStream.d.ts +3 -3
  116. package/lib/cjs/geometry/GeometryStream.d.ts.map +1 -1
  117. package/lib/cjs/geometry/GeometryStream.js.map +1 -1
  118. package/lib/cjs/ipc/IpcWebSocket.d.ts +12 -5
  119. package/lib/cjs/ipc/IpcWebSocket.d.ts.map +1 -1
  120. package/lib/cjs/ipc/IpcWebSocket.js +32 -8
  121. package/lib/cjs/ipc/IpcWebSocket.js.map +1 -1
  122. package/lib/cjs/ipc/IpcWebSocketTransport.d.ts +15 -0
  123. package/lib/cjs/ipc/IpcWebSocketTransport.d.ts.map +1 -0
  124. package/lib/cjs/ipc/IpcWebSocketTransport.js +142 -0
  125. package/lib/cjs/ipc/IpcWebSocketTransport.js.map +1 -0
  126. package/lib/cjs/rpc/core/RpcInvocation.d.ts +4 -4
  127. package/lib/cjs/rpc/core/RpcInvocation.d.ts.map +1 -1
  128. package/lib/cjs/rpc/core/RpcInvocation.js +3 -1
  129. package/lib/cjs/rpc/core/RpcInvocation.js.map +1 -1
  130. package/lib/cjs/rpc/web/BentleyCloudRpcProtocol.d.ts.map +1 -1
  131. package/lib/cjs/rpc/web/BentleyCloudRpcProtocol.js +3 -2
  132. package/lib/cjs/rpc/web/BentleyCloudRpcProtocol.js.map +1 -1
  133. package/lib/cjs/tile/ElementGraphics.d.ts +5 -1
  134. package/lib/cjs/tile/ElementGraphics.d.ts.map +1 -1
  135. package/lib/cjs/tile/ElementGraphics.js.map +1 -1
  136. package/lib/cjs/tile/GltfTileIO.d.ts +16 -79
  137. package/lib/cjs/tile/GltfTileIO.d.ts.map +1 -1
  138. package/lib/cjs/tile/GltfTileIO.js +72 -153
  139. package/lib/cjs/tile/GltfTileIO.js.map +1 -1
  140. package/lib/cjs/tile/TileMetadata.d.ts +20 -8
  141. package/lib/cjs/tile/TileMetadata.d.ts.map +1 -1
  142. package/lib/cjs/tile/TileMetadata.js +50 -53
  143. package/lib/cjs/tile/TileMetadata.js.map +1 -1
  144. package/lib/esm/BackgroundMapSettings.d.ts +1 -1
  145. package/lib/esm/BackgroundMapSettings.d.ts.map +1 -1
  146. package/lib/esm/BackgroundMapSettings.js.map +1 -1
  147. package/lib/esm/ConcurrentQuery.d.ts +28 -11
  148. package/lib/esm/ConcurrentQuery.d.ts.map +1 -1
  149. package/lib/esm/ConcurrentQuery.js +26 -12
  150. package/lib/esm/ConcurrentQuery.js.map +1 -1
  151. package/lib/esm/ContextRealityModel.d.ts +36 -16
  152. package/lib/esm/ContextRealityModel.d.ts.map +1 -1
  153. package/lib/esm/ContextRealityModel.js +45 -6
  154. package/lib/esm/ContextRealityModel.js.map +1 -1
  155. package/lib/esm/DisplayStyleSettings.d.ts +30 -24
  156. package/lib/esm/DisplayStyleSettings.d.ts.map +1 -1
  157. package/lib/esm/DisplayStyleSettings.js +43 -16
  158. package/lib/esm/DisplayStyleSettings.js.map +1 -1
  159. package/lib/esm/ECSqlReader.d.ts +17 -5
  160. package/lib/esm/ECSqlReader.d.ts.map +1 -1
  161. package/lib/esm/ECSqlReader.js +56 -23
  162. package/lib/esm/ECSqlReader.js.map +1 -1
  163. package/lib/esm/ECSqlTypes.d.ts +3 -3
  164. package/lib/esm/ECSqlTypes.js +3 -3
  165. package/lib/esm/ECSqlTypes.js.map +1 -1
  166. package/lib/esm/ElementProps.d.ts +9 -0
  167. package/lib/esm/ElementProps.d.ts.map +1 -1
  168. package/lib/esm/ElementProps.js.map +1 -1
  169. package/lib/esm/EntityProps.d.ts +8 -1
  170. package/lib/esm/EntityProps.d.ts.map +1 -1
  171. package/lib/esm/EntityProps.js.map +1 -1
  172. package/lib/esm/Environment.d.ts +61 -0
  173. package/lib/esm/Environment.d.ts.map +1 -0
  174. package/lib/esm/Environment.js +70 -0
  175. package/lib/esm/Environment.js.map +1 -0
  176. package/lib/esm/FeatureSymbology.d.ts +97 -18
  177. package/lib/esm/FeatureSymbology.d.ts.map +1 -1
  178. package/lib/esm/FeatureSymbology.js +84 -28
  179. package/lib/esm/FeatureSymbology.js.map +1 -1
  180. package/lib/esm/GeoCoordinateServices.d.ts +66 -1
  181. package/lib/esm/GeoCoordinateServices.d.ts.map +1 -1
  182. package/lib/esm/GeoCoordinateServices.js +39 -1
  183. package/lib/esm/GeoCoordinateServices.js.map +1 -1
  184. package/lib/esm/Gradient.d.ts.map +1 -1
  185. package/lib/esm/Gradient.js +10 -0
  186. package/lib/esm/Gradient.js.map +1 -1
  187. package/lib/esm/GroundPlane.d.ts +26 -15
  188. package/lib/esm/GroundPlane.d.ts.map +1 -1
  189. package/lib/esm/GroundPlane.js +40 -39
  190. package/lib/esm/GroundPlane.js.map +1 -1
  191. package/lib/esm/IModel.d.ts +33 -4
  192. package/lib/esm/IModel.d.ts.map +1 -1
  193. package/lib/esm/IModel.js +27 -10
  194. package/lib/esm/IModel.js.map +1 -1
  195. package/lib/esm/Localization.d.ts +1 -1
  196. package/lib/esm/Localization.js.map +1 -1
  197. package/lib/esm/MapLayerSettings.d.ts +2 -2
  198. package/lib/esm/MapLayerSettings.js +2 -2
  199. package/lib/esm/MapLayerSettings.js.map +1 -1
  200. package/lib/esm/NativeAppProps.d.ts +2 -36
  201. package/lib/esm/NativeAppProps.d.ts.map +1 -1
  202. package/lib/esm/NativeAppProps.js.map +1 -1
  203. package/lib/esm/PlanarClipMask.d.ts +73 -8
  204. package/lib/esm/PlanarClipMask.d.ts.map +1 -1
  205. package/lib/esm/PlanarClipMask.js +17 -24
  206. package/lib/esm/PlanarClipMask.js.map +1 -1
  207. package/lib/esm/RealityDataAccessProps.d.ts +42 -0
  208. package/lib/esm/RealityDataAccessProps.d.ts.map +1 -0
  209. package/lib/esm/RealityDataAccessProps.js +17 -0
  210. package/lib/esm/RealityDataAccessProps.js.map +1 -0
  211. package/lib/esm/RenderMaterial.d.ts +7 -7
  212. package/lib/esm/RenderMaterial.d.ts.map +1 -1
  213. package/lib/esm/RenderMaterial.js +10 -5
  214. package/lib/esm/RenderMaterial.js.map +1 -1
  215. package/lib/esm/RenderSchedule.d.ts +4 -0
  216. package/lib/esm/RenderSchedule.d.ts.map +1 -1
  217. package/lib/esm/RenderSchedule.js +5 -1
  218. package/lib/esm/RenderSchedule.js.map +1 -1
  219. package/lib/esm/RenderTexture.d.ts +8 -1
  220. package/lib/esm/RenderTexture.d.ts.map +1 -1
  221. package/lib/esm/RenderTexture.js.map +1 -1
  222. package/lib/esm/SkyBox.d.ts +142 -34
  223. package/lib/esm/SkyBox.d.ts.map +1 -1
  224. package/lib/esm/SkyBox.js +187 -5
  225. package/lib/esm/SkyBox.js.map +1 -1
  226. package/lib/esm/TextureMapping.d.ts +3 -1
  227. package/lib/esm/TextureMapping.d.ts.map +1 -1
  228. package/lib/esm/TextureMapping.js +9 -6
  229. package/lib/esm/TextureMapping.js.map +1 -1
  230. package/lib/esm/TextureProps.d.ts +21 -2
  231. package/lib/esm/TextureProps.d.ts.map +1 -1
  232. package/lib/esm/TextureProps.js +18 -1
  233. package/lib/esm/TextureProps.js.map +1 -1
  234. package/lib/esm/ThematicDisplay.d.ts +6 -0
  235. package/lib/esm/ThematicDisplay.d.ts.map +1 -1
  236. package/lib/esm/ThematicDisplay.js +26 -0
  237. package/lib/esm/ThematicDisplay.js.map +1 -1
  238. package/lib/esm/TileProps.d.ts +6 -0
  239. package/lib/esm/TileProps.d.ts.map +1 -1
  240. package/lib/esm/TileProps.js.map +1 -1
  241. package/lib/esm/ViewFlags.d.ts +8 -0
  242. package/lib/esm/ViewFlags.d.ts.map +1 -1
  243. package/lib/esm/ViewFlags.js +30 -10
  244. package/lib/esm/ViewFlags.js.map +1 -1
  245. package/lib/esm/core-common.d.ts +7 -0
  246. package/lib/esm/core-common.d.ts.map +1 -1
  247. package/lib/esm/core-common.js +7 -0
  248. package/lib/esm/core-common.js.map +1 -1
  249. package/lib/esm/geometry/ElementGeometry.d.ts +12 -8
  250. package/lib/esm/geometry/ElementGeometry.d.ts.map +1 -1
  251. package/lib/esm/geometry/ElementGeometry.js.map +1 -1
  252. package/lib/esm/geometry/FrustumPlanes.d.ts +1 -1
  253. package/lib/esm/geometry/FrustumPlanes.d.ts.map +1 -1
  254. package/lib/esm/geometry/FrustumPlanes.js +26 -13
  255. package/lib/esm/geometry/FrustumPlanes.js.map +1 -1
  256. package/lib/esm/geometry/GeometryStream.d.ts +3 -3
  257. package/lib/esm/geometry/GeometryStream.d.ts.map +1 -1
  258. package/lib/esm/geometry/GeometryStream.js.map +1 -1
  259. package/lib/esm/ipc/IpcWebSocket.d.ts +12 -5
  260. package/lib/esm/ipc/IpcWebSocket.d.ts.map +1 -1
  261. package/lib/esm/ipc/IpcWebSocket.js +31 -6
  262. package/lib/esm/ipc/IpcWebSocket.js.map +1 -1
  263. package/lib/esm/ipc/IpcWebSocketTransport.d.ts +15 -0
  264. package/lib/esm/ipc/IpcWebSocketTransport.d.ts.map +1 -0
  265. package/lib/esm/ipc/IpcWebSocketTransport.js +138 -0
  266. package/lib/esm/ipc/IpcWebSocketTransport.js.map +1 -0
  267. package/lib/esm/rpc/core/RpcInvocation.d.ts +4 -4
  268. package/lib/esm/rpc/core/RpcInvocation.d.ts.map +1 -1
  269. package/lib/esm/rpc/core/RpcInvocation.js +3 -1
  270. package/lib/esm/rpc/core/RpcInvocation.js.map +1 -1
  271. package/lib/esm/rpc/web/BentleyCloudRpcProtocol.d.ts.map +1 -1
  272. package/lib/esm/rpc/web/BentleyCloudRpcProtocol.js +2 -1
  273. package/lib/esm/rpc/web/BentleyCloudRpcProtocol.js.map +1 -1
  274. package/lib/esm/tile/ElementGraphics.d.ts +5 -1
  275. package/lib/esm/tile/ElementGraphics.d.ts.map +1 -1
  276. package/lib/esm/tile/ElementGraphics.js.map +1 -1
  277. package/lib/esm/tile/GltfTileIO.d.ts +16 -79
  278. package/lib/esm/tile/GltfTileIO.d.ts.map +1 -1
  279. package/lib/esm/tile/GltfTileIO.js +70 -149
  280. package/lib/esm/tile/GltfTileIO.js.map +1 -1
  281. package/lib/esm/tile/TileMetadata.d.ts +20 -8
  282. package/lib/esm/tile/TileMetadata.d.ts.map +1 -1
  283. package/lib/esm/tile/TileMetadata.js +50 -53
  284. package/lib/esm/tile/TileMetadata.js.map +1 -1
  285. package/package.json +9 -10
@@ -2,9 +2,9 @@
2
2
  * @module DisplayStyles
3
3
  */
4
4
  import { BeEvent } from "@itwin/core-bentley";
5
- import { SpatialClassifierProps, SpatialClassifiers } from "./SpatialClassification";
6
- import { PlanarClipMaskProps, PlanarClipMaskSettings } from "./PlanarClipMask";
7
5
  import { FeatureAppearance, FeatureAppearanceProps } from "./FeatureSymbology";
6
+ import { PlanarClipMaskProps, PlanarClipMaskSettings } from "./PlanarClipMask";
7
+ import { SpatialClassifierProps, SpatialClassifiers } from "./SpatialClassification";
8
8
  /** JSON representation of the blob properties for an OrbitGt property cloud.
9
9
  * @alpha
10
10
  */
@@ -16,21 +16,21 @@ export interface OrbitGtBlobProps {
16
16
  accountName: string;
17
17
  }
18
18
  /** Identify the Reality Data service provider
19
- * @alpha
19
+ * @beta
20
20
  */
21
21
  export declare enum RealityDataProvider {
22
22
  /**
23
23
  * This is the legacy mode where the access to the 3d tiles is harcoded in ContextRealityModelProps.tilesetUrl property.
24
24
  * It was use to support RealityMesh3DTiles, Terrain3DTiles, Cesium3DTiles
25
25
  * You should use other mode when possible
26
- * @see [[RealityDataSource.createRealityDataSourceKeyFromUrl]] that will try to detect provider from an URL
26
+ * @see [[RealityDataSource.createKeyFromUrl]] that will try to detect provider from an URL
27
27
  */
28
28
  TilesetUrl = "TilesetUrl",
29
29
  /**
30
30
  * This is the legacy mode where the access to the 3d tiles is harcoded in ContextRealityModelProps.OrbitGtBlob property.
31
31
  * It was use to support OrbitPointCloud (OPC) from other server than ContextShare
32
32
  * You should use other mode when possible
33
- * @see [[RealityDataSource.createRealityDataSourceKeyFromUrl]] that will try to detect provider from an URL
33
+ * @see [[RealityDataSource.createKeyFromOrbitGtBlobProps]] that will try to detect provider from an URL
34
34
  */
35
35
  OrbitGtBlob = "OrbitGtBlob",
36
36
  /**
@@ -45,7 +45,7 @@ export declare enum RealityDataProvider {
45
45
  CesiumIonAsset = "CesiumIonAsset"
46
46
  }
47
47
  /** Identify the Reality Data storage format
48
- * @alpha
48
+ * @beta
49
49
  */
50
50
  export declare enum RealityDataFormat {
51
51
  /**
@@ -57,10 +57,21 @@ export declare enum RealityDataFormat {
57
57
  */
58
58
  OPC = "OPC"
59
59
  }
60
+ /** Utility function for RealityDataFormat
61
+ * @beta
62
+ */
63
+ export declare namespace RealityDataFormat {
64
+ /**
65
+ * Try to extract the RealityDataFormat from the url
66
+ * @param tilesetUrl the reality data attachment url
67
+ * @returns the extracted RealityDataFormat or ThreeDTile by default if not found
68
+ */
69
+ function fromUrl(tilesetUrl: string): RealityDataFormat;
70
+ }
60
71
  /**
61
- * Key used by RealityDataConnection to identify RealityDataSource and reality data format
62
- * This key identify one and only one reality data on the provider
63
- * @alpha
72
+ * Key used by RealityDataSource to identify provider and reality data format
73
+ * This key identify one and only one reality data source on the provider
74
+ * @beta
64
75
  */
65
76
  export interface RealityDataSourceKey {
66
77
  /**
@@ -78,9 +89,18 @@ export interface RealityDataSourceKey {
78
89
  /** The context id that was used when reality data was attached - if none provided, current session iTwinId will be used */
79
90
  iTwinId?: string;
80
91
  }
92
+ /**
93
+ * RealityDataSourceKey utility functions
94
+ * @beta */
95
+ export declare namespace RealityDataSourceKey {
96
+ /** Utility function to convert a RealityDataSourceKey into its string representation */
97
+ function convertToString(rdSourceKey: RealityDataSourceKey): string;
98
+ /** Utility function to compare two RealityDataSourceKey, we consider it equal even if itwinId is different */
99
+ function isEqual(key1: RealityDataSourceKey, key2: RealityDataSourceKey): boolean;
100
+ }
81
101
  /** JSON representation of the reality data reference attachment properties.
82
- * @alpha
83
- */
102
+ * @beta
103
+ */
84
104
  export interface RealityDataSourceProps {
85
105
  /** The source key that identify a reality data for the provider. */
86
106
  sourceKey: RealityDataSourceKey;
@@ -89,10 +109,8 @@ export interface RealityDataSourceProps {
89
109
  * @public
90
110
  */
91
111
  export interface ContextRealityModelProps {
92
- /**
93
- * The reality data source key identify the reality data provider and storage format.
94
- * It takes precedence over tilesetUrl and orbitGtBlob when present and can be use to actually replace these properties.
95
- * @alpha
112
+ /** @see [[ContextRealityModel.rdSourceKey]].
113
+ * @beta
96
114
  */
97
115
  rdSourceKey?: RealityDataSourceKey;
98
116
  /** The URL that supplies the 3d tiles for displaying the reality model. */
@@ -126,10 +144,12 @@ export declare namespace ContextRealityModelProps {
126
144
  * @public
127
145
  */
128
146
  export declare class ContextRealityModel {
147
+ /** @internal */
129
148
  protected readonly _props: ContextRealityModelProps;
130
149
  /**
131
150
  * The reality data source key identify the reality data provider and storage format.
132
- * @alpha
151
+ * It takes precedence over tilesetUrl and orbitGtBlob when present and can be use to actually replace these properties.
152
+ * @beta
133
153
  */
134
154
  readonly rdSourceKey?: RealityDataSourceKey;
135
155
  /** A name suitable for display in a user interface. By default, an empty string. */
@@ -1 +1 @@
1
- {"version":3,"file":"ContextRealityModel.d.ts","sourceRoot":"","sources":["../../src/ContextRealityModel.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ContextRealityModel.d.ts","sourceRoot":"","sources":["../../src/ContextRealityModel.ts"],"names":[],"mappings":"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"}
@@ -7,13 +7,13 @@
7
7
  * @module DisplayStyles
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.ContextRealityModels = exports.ContextRealityModel = exports.ContextRealityModelProps = exports.RealityDataFormat = exports.RealityDataProvider = void 0;
10
+ exports.ContextRealityModels = exports.ContextRealityModel = exports.ContextRealityModelProps = exports.RealityDataSourceKey = exports.RealityDataFormat = exports.RealityDataProvider = void 0;
11
11
  const core_bentley_1 = require("@itwin/core-bentley");
12
- const SpatialClassification_1 = require("./SpatialClassification");
13
- const PlanarClipMask_1 = require("./PlanarClipMask");
14
12
  const FeatureSymbology_1 = require("./FeatureSymbology");
13
+ const PlanarClipMask_1 = require("./PlanarClipMask");
14
+ const SpatialClassification_1 = require("./SpatialClassification");
15
15
  /** Identify the Reality Data service provider
16
- * @alpha
16
+ * @beta
17
17
  */
18
18
  var RealityDataProvider;
19
19
  (function (RealityDataProvider) {
@@ -21,14 +21,14 @@ var RealityDataProvider;
21
21
  * This is the legacy mode where the access to the 3d tiles is harcoded in ContextRealityModelProps.tilesetUrl property.
22
22
  * It was use to support RealityMesh3DTiles, Terrain3DTiles, Cesium3DTiles
23
23
  * You should use other mode when possible
24
- * @see [[RealityDataSource.createRealityDataSourceKeyFromUrl]] that will try to detect provider from an URL
24
+ * @see [[RealityDataSource.createKeyFromUrl]] that will try to detect provider from an URL
25
25
  */
26
26
  RealityDataProvider["TilesetUrl"] = "TilesetUrl";
27
27
  /**
28
28
  * This is the legacy mode where the access to the 3d tiles is harcoded in ContextRealityModelProps.OrbitGtBlob property.
29
29
  * It was use to support OrbitPointCloud (OPC) from other server than ContextShare
30
30
  * You should use other mode when possible
31
- * @see [[RealityDataSource.createRealityDataSourceKeyFromUrl]] that will try to detect provider from an URL
31
+ * @see [[RealityDataSource.createKeyFromOrbitGtBlobProps]] that will try to detect provider from an URL
32
32
  */
33
33
  RealityDataProvider["OrbitGtBlob"] = "OrbitGtBlob";
34
34
  /**
@@ -43,7 +43,7 @@ var RealityDataProvider;
43
43
  RealityDataProvider["CesiumIonAsset"] = "CesiumIonAsset";
44
44
  })(RealityDataProvider = exports.RealityDataProvider || (exports.RealityDataProvider = {}));
45
45
  /** Identify the Reality Data storage format
46
- * @alpha
46
+ * @beta
47
47
  */
48
48
  var RealityDataFormat;
49
49
  (function (RealityDataFormat) {
@@ -56,6 +56,45 @@ var RealityDataFormat;
56
56
  */
57
57
  RealityDataFormat["OPC"] = "OPC";
58
58
  })(RealityDataFormat = exports.RealityDataFormat || (exports.RealityDataFormat = {}));
59
+ /** Utility function for RealityDataFormat
60
+ * @beta
61
+ */
62
+ (function (RealityDataFormat) {
63
+ /**
64
+ * Try to extract the RealityDataFormat from the url
65
+ * @param tilesetUrl the reality data attachment url
66
+ * @returns the extracted RealityDataFormat or ThreeDTile by default if not found
67
+ */
68
+ function fromUrl(tilesetUrl) {
69
+ let format = RealityDataFormat.ThreeDTile;
70
+ if (tilesetUrl.includes(".opc"))
71
+ format = RealityDataFormat.OPC;
72
+ return format;
73
+ }
74
+ RealityDataFormat.fromUrl = fromUrl;
75
+ })(RealityDataFormat = exports.RealityDataFormat || (exports.RealityDataFormat = {}));
76
+ /**
77
+ * RealityDataSourceKey utility functions
78
+ * @beta */
79
+ var RealityDataSourceKey;
80
+ (function (RealityDataSourceKey) {
81
+ /** Utility function to convert a RealityDataSourceKey into its string representation */
82
+ function convertToString(rdSourceKey) {
83
+ return `${rdSourceKey.provider}:${rdSourceKey.format}:${rdSourceKey.id}:${rdSourceKey === null || rdSourceKey === void 0 ? void 0 : rdSourceKey.iTwinId}`;
84
+ }
85
+ RealityDataSourceKey.convertToString = convertToString;
86
+ /** Utility function to compare two RealityDataSourceKey, we consider it equal even if itwinId is different */
87
+ function isEqual(key1, key2) {
88
+ if ((key1.provider === RealityDataProvider.CesiumIonAsset) && key2.provider === RealityDataProvider.CesiumIonAsset)
89
+ return true; // ignore other properties for CesiumIonAsset, id is hidden
90
+ if ((key1.provider === key2.provider) && (key1.format === key2.format) && (key1.id === key2.id)) {
91
+ // && (key1?.iTwinId === key2?.iTwinId)) -> ignore iTwinId, consider it is the same reality data
92
+ return true;
93
+ }
94
+ return false;
95
+ }
96
+ RealityDataSourceKey.isEqual = isEqual;
97
+ })(RealityDataSourceKey = exports.RealityDataSourceKey || (exports.RealityDataSourceKey = {}));
59
98
  /** @public */
60
99
  var ContextRealityModelProps;
61
100
  (function (ContextRealityModelProps) {
@@ -1 +1 @@
1
- {"version":3,"file":"ContextRealityModel.js","sourceRoot":"","sources":["../../src/ContextRealityModel.ts"],"names":[],"mappings":"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","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module DisplayStyles\r\n */\r\n\r\nimport { assert, BeEvent } from \"@itwin/core-bentley\";\r\nimport { SpatialClassifierProps, SpatialClassifiers } from \"./SpatialClassification\";\r\nimport { PlanarClipMaskMode, PlanarClipMaskProps, PlanarClipMaskSettings } from \"./PlanarClipMask\";\r\nimport { FeatureAppearance, FeatureAppearanceProps } from \"./FeatureSymbology\";\r\n\r\n/** JSON representation of the blob properties for an OrbitGt property cloud.\r\n * @alpha\r\n */\r\nexport interface OrbitGtBlobProps {\r\n rdsUrl?: string;\r\n containerName: string;\r\n blobFileName: string;\r\n sasToken: string;\r\n accountName: string;\r\n}\r\n\r\n/** Identify the Reality Data service provider\r\n * @alpha\r\n */\r\nexport enum RealityDataProvider {\r\n /**\r\n * This is the legacy mode where the access to the 3d tiles is harcoded in ContextRealityModelProps.tilesetUrl property.\r\n * It was use to support RealityMesh3DTiles, Terrain3DTiles, Cesium3DTiles\r\n * You should use other mode when possible\r\n * @see [[RealityDataSource.createRealityDataSourceKeyFromUrl]] that will try to detect provider from an URL\r\n */\r\n TilesetUrl = \"TilesetUrl\",\r\n /**\r\n * This is the legacy mode where the access to the 3d tiles is harcoded in ContextRealityModelProps.OrbitGtBlob property.\r\n * It was use to support OrbitPointCloud (OPC) from other server than ContextShare\r\n * You should use other mode when possible\r\n * @see [[RealityDataSource.createRealityDataSourceKeyFromUrl]] that will try to detect provider from an URL\r\n */\r\n OrbitGtBlob = \"OrbitGtBlob\",\r\n /**\r\n * Will provide access url from realityDataId and iTwinId on contextShare for 3dTile storage format or OPC storage format\r\n * This provider support all type of 3dTile storage fomat and OrbitPointCloud: RealityMesh3DTiles, Terrain3DTiles, Cesium3DTiles, OPC\r\n * @see [[RealityDataFormat]].\r\n */\r\n ContextShare = \"ContextShare\",\r\n /**\r\n * Will provide Open Street Map Building (OSM) from Cesium Ion (in 3dTile format)\r\n */\r\n CesiumIonAsset = \"CesiumIonAsset\",\r\n}\r\n\r\n/** Identify the Reality Data storage format\r\n * @alpha\r\n */\r\nexport enum RealityDataFormat {\r\n /**\r\n * 3dTile supported formats; RealityMesh3DTiles, Terrain3DTiles, Cesium3DTiles\r\n * */\r\n ThreeDTile = \"ThreeDTile\",\r\n /**\r\n * Orbit Point Cloud (OPC) storage format (RealityDataType.OPC)\r\n */\r\n OPC = \"OPC\",\r\n}\r\n\r\n/**\r\n * Key used by RealityDataConnection to identify RealityDataSource and reality data format\r\n * This key identify one and only one reality data on the provider\r\n * @alpha\r\n */\r\nexport interface RealityDataSourceKey {\r\n /**\r\n * The provider that supplies the access to reality data source for displaying the reality model\r\n * @see [[RealityDataProvider]] for default supported value;\r\n */\r\n provider: string;\r\n /**\r\n * The format used by the provider to store the reality data\r\n * @see [[RealityDataFormat]] for default supported value;\r\n */\r\n format: string;\r\n /** The reality data id that identify a reality data for the provider */\r\n id: string;\r\n /** The context id that was used when reality data was attached - if none provided, current session iTwinId will be used */\r\n iTwinId?: string;\r\n}\r\n\r\n/** JSON representation of the reality data reference attachment properties.\r\n * @alpha\r\n */\r\nexport interface RealityDataSourceProps {\r\n /** The source key that identify a reality data for the provider. */\r\n sourceKey: RealityDataSourceKey;\r\n}\r\n\r\n/** JSON representation of a [[ContextRealityModel]].\r\n * @public\r\n */\r\nexport interface ContextRealityModelProps {\r\n /**\r\n * The reality data source key identify the reality data provider and storage format.\r\n * It takes precedence over tilesetUrl and orbitGtBlob when present and can be use to actually replace these properties.\r\n * @alpha\r\n */\r\n rdSourceKey?: RealityDataSourceKey;\r\n /** The URL that supplies the 3d tiles for displaying the reality model. */\r\n tilesetUrl: string;\r\n /** @see [[ContextRealityModel.orbitGtBlob]].\r\n * @alpha\r\n */\r\n orbitGtBlob?: OrbitGtBlobProps;\r\n /** @see [[ContextRealityModel.realityDataId]]. */\r\n realityDataId?: string;\r\n /** An optional, user-friendly name for the reality model suitable for display in a user interface. */\r\n name?: string;\r\n /** An optional, user-friendly description of the reality model suitable for display in a user interface. */\r\n description?: string;\r\n /** @see [[ContextRealityModel.classifiers]]. */\r\n classifiers?: SpatialClassifierProps[];\r\n /** @see [[ContextRealityModel.planarClipMask]]. */\r\n planarClipMask?: PlanarClipMaskProps;\r\n /** @see [[ContextRealityModel.appearanceOverrides]]. */\r\n appearanceOverrides?: FeatureAppearanceProps;\r\n}\r\n\r\n/** @public */\r\nexport namespace ContextRealityModelProps {\r\n /** Produce a deep copy of `input`. */\r\n export function clone(input: ContextRealityModelProps) {\r\n // Spread operator is shallow, and includes `undefined` properties and empty strings.\r\n // We want to make deep copies, omit undefined properties and empty strings, and require tilesetUrl to be defined.\r\n const output: ContextRealityModelProps = { tilesetUrl: input.tilesetUrl ?? \"\" };\r\n\r\n if (input.rdSourceKey)\r\n output.rdSourceKey = { ...input.rdSourceKey };\r\n\r\n if (input.name)\r\n output.name = input.name;\r\n\r\n if (input.realityDataId)\r\n output.realityDataId = input.realityDataId;\r\n\r\n if (input.description)\r\n output.description = input.description;\r\n\r\n if (input.orbitGtBlob)\r\n output.orbitGtBlob = { ...input.orbitGtBlob };\r\n\r\n if (input.appearanceOverrides) {\r\n output.appearanceOverrides = { ...input.appearanceOverrides };\r\n if (input.appearanceOverrides.rgb)\r\n output.appearanceOverrides.rgb = { ...input.appearanceOverrides.rgb };\r\n }\r\n\r\n if (input.planarClipMask)\r\n output.planarClipMask = { ...input.planarClipMask };\r\n\r\n if (input.classifiers)\r\n output.classifiers = input.classifiers.map((x) => { return { ...x, flags: { ...x.flags } }; });\r\n\r\n return output;\r\n }\r\n}\r\n\r\n/** A reality model not associated with a [GeometricModel]($backend) but instead defined in a [DisplayStyle]($backend) or [DisplayStyleState]($frontend).\r\n * Such reality models are displayed to provide context to the view and can be freely attached and detached at display time.\r\n * @see [this interactive example](https://www.itwinjs.org/sample-showcase/?group=Viewer&sample=reality-data-sample)\r\n * @see [[DisplayStyleSettings.contextRealityModels]] to define context reality models for a display style.\r\n * @public\r\n */\r\nexport class ContextRealityModel {\r\n protected readonly _props: ContextRealityModelProps;\r\n /**\r\n * The reality data source key identify the reality data provider and storage format.\r\n * @alpha\r\n */\r\n public readonly rdSourceKey?: RealityDataSourceKey;\r\n /** A name suitable for display in a user interface. By default, an empty string. */\r\n public readonly name: string;\r\n /** The URL that supplies the 3d tiles for displaying the reality model. */\r\n public readonly url: string;\r\n /** A description of the model suitable for display in a user interface. By default, an empty string. */\r\n public readonly description: string;\r\n /** An optional identifier that, if present, can be used to elide a request to the reality data service. */\r\n public readonly realityDataId?: string;\r\n /** A set of [[SpatialClassifier]]s, of which one at any given time can be used to classify the reality model. */\r\n public readonly classifiers?: SpatialClassifiers;\r\n /** @alpha */\r\n public readonly orbitGtBlob?: Readonly<OrbitGtBlobProps>;\r\n protected _appearanceOverrides?: FeatureAppearance;\r\n protected _planarClipMask?: PlanarClipMaskSettings;\r\n /** Event dispatched just before assignment to [[planarClipMaskSettings]]. */\r\n public readonly onPlanarClipMaskChanged = new BeEvent<(newSettings: PlanarClipMaskSettings | undefined, model: ContextRealityModel) => void>();\r\n /** Event dispatched just before assignment to [[appearanceOverrides]]. */\r\n public readonly onAppearanceOverridesChanged = new BeEvent<(newOverrides: FeatureAppearance | undefined, model: ContextRealityModel) => void>();\r\n\r\n /** Construct a new context reality model.\r\n * @param props JSON representation of the reality model, which will be kept in sync with changes made via the ContextRealityModel's methods.\r\n */\r\n public constructor(props: ContextRealityModelProps) {\r\n this._props = props;\r\n this.rdSourceKey = props.rdSourceKey;\r\n this.name = props.name ?? \"\";\r\n this.url = props.tilesetUrl ?? \"\";\r\n this.orbitGtBlob = props.orbitGtBlob;\r\n this.realityDataId = props.realityDataId;\r\n this.description = props.description ?? \"\";\r\n this._appearanceOverrides = props.appearanceOverrides ? FeatureAppearance.fromJSON(props.appearanceOverrides) : undefined;\r\n if (props.planarClipMask && props.planarClipMask.mode !== PlanarClipMaskMode.None)\r\n this._planarClipMask = PlanarClipMaskSettings.fromJSON(props.planarClipMask);\r\n\r\n if (props.classifiers)\r\n this.classifiers = new SpatialClassifiers(props);\r\n }\r\n\r\n /** Optionally describes how the geometry of the reality model can be masked by other models. */\r\n public get planarClipMaskSettings(): PlanarClipMaskSettings | undefined {\r\n return this._planarClipMask;\r\n }\r\n public set planarClipMaskSettings(settings: PlanarClipMaskSettings | undefined) {\r\n this.onPlanarClipMaskChanged.raiseEvent(settings, this);\r\n if (!settings)\r\n delete this._props.planarClipMask;\r\n else\r\n this._props.planarClipMask = settings.toJSON();\r\n\r\n this._planarClipMask = settings;\r\n }\r\n\r\n /** Overrides applied to the appearance of the reality model. Only the rgb, transparency, nonLocatable, and emphasized properties are applicable - the rest are ignored. */\r\n public get appearanceOverrides(): FeatureAppearance | undefined {\r\n return this._appearanceOverrides;\r\n }\r\n public set appearanceOverrides(overrides: FeatureAppearance | undefined) {\r\n this.onAppearanceOverridesChanged.raiseEvent(overrides, this);\r\n if (!overrides)\r\n delete this._props.appearanceOverrides;\r\n else\r\n this._props.appearanceOverrides = overrides.toJSON();\r\n\r\n this._appearanceOverrides = overrides;\r\n }\r\n\r\n /** Convert this model to its JSON representation. */\r\n public toJSON(): ContextRealityModelProps {\r\n return ContextRealityModelProps.clone(this._props);\r\n }\r\n\r\n /** Returns true if [[name]] and [[url]] match the specified name and url. */\r\n public matchesNameAndUrl(name: string, url: string): boolean {\r\n return this.name === name && this.url === url;\r\n }\r\n}\r\n\r\n/** An object that can store the JSON representation of a list of [[ContextRealityModel]]s.\r\n * @see [[ContextRealityModels]].\r\n * @see [[DisplayStyleSettingsProps.contextRealityModels]].\r\n * @public\r\n */\r\nexport interface ContextRealityModelsContainer {\r\n /** The list of reality models. */\r\n contextRealityModels?: ContextRealityModelProps[];\r\n}\r\n\r\n/** A list of [[ContextRealityModel]]s attached to a [[DisplayStyleSettings]]. The list may be presented to the user with the name and description of each model.\r\n * The list is automatically synchronized with the underlying JSON representation provided by the input [[ContextRealityModelsContainer]].\r\n * @see [this interactive example](https://www.itwinjs.org/sample-showcase/?group=Viewer&sample=reality-data-sample)\r\n * @see [[DisplayStyleSettings.contextRealityModels]].\r\n * @public\r\n */\r\nexport class ContextRealityModels {\r\n private readonly _container: ContextRealityModelsContainer;\r\n private readonly _createModel: (props: ContextRealityModelProps) => ContextRealityModel;\r\n private readonly _models: ContextRealityModel[] = [];\r\n /** Event dispatched just before [[ContextRealityModel.planarClipMaskSettings]] is modified for one of the reality models. */\r\n public readonly onPlanarClipMaskChanged = new BeEvent<(model: ContextRealityModel, newSettings: PlanarClipMaskSettings | undefined) => void>();\r\n /** Event dispatched just before [[ContextRealityModel.appearanceOverrides]] is modified for one of the reality models. */\r\n public readonly onAppearanceOverridesChanged = new BeEvent<(model: ContextRealityModel, newOverrides: FeatureAppearance | undefined) => void>();\r\n /** Event dispatched when a model is [[add]]ed, [[delete]]d, [[replace]]d, or [[update]]d. */\r\n public readonly onChanged = new BeEvent<(previousModel: ContextRealityModel | undefined, newModel: ContextRealityModel | undefined) => void>();\r\n\r\n /** Construct a new list of reality models from its JSON representation. THe list will be initialized from `container.classifiers` and that JSON representation\r\n * will be kept in sync with changes made to the list. The caller should not directly modify `container.classifiers` or its contents as that will cause the list\r\n * to become out of sync with the JSON representation.\r\n * @param container The object that holds the JSON representation of the list.\r\n * @param createContextRealityModel Optional function used to instantiate ContextRealityModels added to the list.\r\n */\r\n public constructor(container: ContextRealityModelsContainer, createContextRealityModel?: (props: ContextRealityModelProps) => ContextRealityModel) {\r\n this._container = container;\r\n this._createModel = createContextRealityModel ?? ((props) => new ContextRealityModel(props));\r\n\r\n const models = container.contextRealityModels;\r\n if (models)\r\n for (const model of models)\r\n this._models.push(this.createModel(model));\r\n }\r\n\r\n /** The read-only list of reality models. */\r\n public get models(): ReadonlyArray<ContextRealityModel> {\r\n return this._models;\r\n }\r\n\r\n /** Append a new reality model to the list.\r\n * @param The JSON representation of the reality model.\r\n * @returns the newly-added reality model.\r\n */\r\n public add(props: ContextRealityModelProps): ContextRealityModel {\r\n if (!this._container.contextRealityModels)\r\n this._container.contextRealityModels = [];\r\n\r\n props = ContextRealityModelProps.clone(props);\r\n const model = this.createModel(props);\r\n\r\n this.onChanged.raiseEvent(undefined, model);\r\n\r\n this._models.push(model);\r\n this._container.contextRealityModels.push(props);\r\n\r\n return model;\r\n }\r\n\r\n /** Remove the specified reality model from the list.\r\n * @param model The reality model to remove.\r\n * @returns true if the model was removed, or false if the model was not present in the list.\r\n */\r\n public delete(model: ContextRealityModel): boolean {\r\n const index = this._models.indexOf(model);\r\n if (-1 === index)\r\n return false;\r\n\r\n assert(undefined !== this._container.contextRealityModels);\r\n assert(index < this._container.contextRealityModels.length);\r\n\r\n this.dropEventListeners(model);\r\n this.onChanged.raiseEvent(model, undefined);\r\n\r\n this._models.splice(index, 1);\r\n if (this.models.length === 0)\r\n this._container.contextRealityModels = undefined;\r\n else\r\n this._container.contextRealityModels.splice(index, 1);\r\n\r\n return true;\r\n }\r\n\r\n /** Remove all reality models from the list. */\r\n public clear(): void {\r\n for (const model of this.models) {\r\n this.dropEventListeners(model);\r\n this.onChanged.raiseEvent(model, undefined);\r\n }\r\n\r\n this._container.contextRealityModels = undefined;\r\n this._models.length = 0;\r\n }\r\n\r\n /** Replace a reality model in the list.\r\n * @param toReplace The reality model to be replaced.\r\n * @param replaceWith The JSON representation of the replacement reality model.\r\n * @returns the newly-created reality model that replaced `toReplace`.\r\n * @throws Error if `toReplace` is not present in the list\r\n * @note The replacement occupies the same index in the list as `toReplace` did.\r\n */\r\n public replace(toReplace: ContextRealityModel, replaceWith: ContextRealityModelProps): ContextRealityModel {\r\n const index = this._models.indexOf(toReplace);\r\n if (-1 === index)\r\n throw new Error(\"ContextRealityModel not present in list.\");\r\n\r\n assert(undefined !== this._container.contextRealityModels);\r\n assert(index < this._container.contextRealityModels.length);\r\n\r\n replaceWith = ContextRealityModelProps.clone(replaceWith);\r\n const model = this.createModel(replaceWith);\r\n\r\n this.onChanged.raiseEvent(toReplace, model);\r\n this.dropEventListeners(toReplace);\r\n\r\n this._models[index] = model;\r\n this._container.contextRealityModels[index] = replaceWith;\r\n\r\n return model;\r\n }\r\n\r\n /** Change selected properties of a reality model.\r\n * @param toUpdate The reality model whose properties are to be modified.\r\n * @param updateProps The properties to change.\r\n * @returns The updated reality model, identical to `toUpdate` except for properties explicitly supplied by `updateProps`.\r\n * @throws Error if `toUpdate` is not present in the list.\r\n */\r\n public update(toUpdate: ContextRealityModel, updateProps: Partial<ContextRealityModelProps>): ContextRealityModel {\r\n const props = {\r\n ...toUpdate.toJSON(),\r\n ...updateProps,\r\n };\r\n\r\n // Partial<> makes it possible to pass `undefined` for tilesetUrl...preserve previous URL in that case.\r\n if (undefined === props.tilesetUrl)\r\n props.tilesetUrl = toUpdate.url;\r\n\r\n return this.replace(toUpdate, props);\r\n }\r\n\r\n private createModel(props: ContextRealityModelProps): ContextRealityModel {\r\n const model = this._createModel(props);\r\n // eslint-disable-next-line @typescript-eslint/unbound-method\r\n model.onPlanarClipMaskChanged.addListener(this.handlePlanarClipMaskChanged, this);\r\n // eslint-disable-next-line @typescript-eslint/unbound-method\r\n model.onAppearanceOverridesChanged.addListener(this.handleAppearanceOverridesChanged, this);\r\n return model;\r\n }\r\n\r\n private dropEventListeners(model: ContextRealityModel): void {\r\n // eslint-disable-next-line @typescript-eslint/unbound-method\r\n model.onPlanarClipMaskChanged.removeListener(this.handlePlanarClipMaskChanged, this);\r\n // eslint-disable-next-line @typescript-eslint/unbound-method\r\n model.onAppearanceOverridesChanged.removeListener(this.handleAppearanceOverridesChanged, this);\r\n }\r\n\r\n private handlePlanarClipMaskChanged(mask: PlanarClipMaskSettings | undefined, model: ContextRealityModel): void {\r\n this.onPlanarClipMaskChanged.raiseEvent(model, mask);\r\n }\r\n\r\n private handleAppearanceOverridesChanged(app: FeatureAppearance | undefined, model: ContextRealityModel): void {\r\n this.onAppearanceOverridesChanged.raiseEvent(model, app);\r\n }\r\n}\r\n"]}
1
+ {"version":3,"file":"ContextRealityModel.js","sourceRoot":"","sources":["../../src/ContextRealityModel.ts"],"names":[],"mappings":"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","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module DisplayStyles\r\n */\r\n\r\nimport { assert, BeEvent } from \"@itwin/core-bentley\";\r\nimport { FeatureAppearance, FeatureAppearanceProps } from \"./FeatureSymbology\";\r\nimport { PlanarClipMaskMode, PlanarClipMaskProps, PlanarClipMaskSettings } from \"./PlanarClipMask\";\r\nimport { SpatialClassifierProps, SpatialClassifiers } from \"./SpatialClassification\";\r\n\r\n/** JSON representation of the blob properties for an OrbitGt property cloud.\r\n * @alpha\r\n */\r\nexport interface OrbitGtBlobProps {\r\n rdsUrl?: string;\r\n containerName: string;\r\n blobFileName: string;\r\n sasToken: string;\r\n accountName: string;\r\n}\r\n\r\n/** Identify the Reality Data service provider\r\n * @beta\r\n */\r\nexport enum RealityDataProvider {\r\n /**\r\n * This is the legacy mode where the access to the 3d tiles is harcoded in ContextRealityModelProps.tilesetUrl property.\r\n * It was use to support RealityMesh3DTiles, Terrain3DTiles, Cesium3DTiles\r\n * You should use other mode when possible\r\n * @see [[RealityDataSource.createKeyFromUrl]] that will try to detect provider from an URL\r\n */\r\n TilesetUrl = \"TilesetUrl\",\r\n /**\r\n * This is the legacy mode where the access to the 3d tiles is harcoded in ContextRealityModelProps.OrbitGtBlob property.\r\n * It was use to support OrbitPointCloud (OPC) from other server than ContextShare\r\n * You should use other mode when possible\r\n * @see [[RealityDataSource.createKeyFromOrbitGtBlobProps]] that will try to detect provider from an URL\r\n */\r\n OrbitGtBlob = \"OrbitGtBlob\",\r\n /**\r\n * Will provide access url from realityDataId and iTwinId on contextShare for 3dTile storage format or OPC storage format\r\n * This provider support all type of 3dTile storage fomat and OrbitPointCloud: RealityMesh3DTiles, Terrain3DTiles, Cesium3DTiles, OPC\r\n * @see [[RealityDataFormat]].\r\n */\r\n ContextShare = \"ContextShare\",\r\n /**\r\n * Will provide Open Street Map Building (OSM) from Cesium Ion (in 3dTile format)\r\n */\r\n CesiumIonAsset = \"CesiumIonAsset\",\r\n}\r\n\r\n/** Identify the Reality Data storage format\r\n * @beta\r\n */\r\nexport enum RealityDataFormat {\r\n /**\r\n * 3dTile supported formats; RealityMesh3DTiles, Terrain3DTiles, Cesium3DTiles\r\n * */\r\n ThreeDTile = \"ThreeDTile\",\r\n /**\r\n * Orbit Point Cloud (OPC) storage format (RealityDataType.OPC)\r\n */\r\n OPC = \"OPC\",\r\n}\r\n\r\n/** Utility function for RealityDataFormat\r\n * @beta\r\n */\r\nexport namespace RealityDataFormat {\r\n /**\r\n * Try to extract the RealityDataFormat from the url\r\n * @param tilesetUrl the reality data attachment url\r\n * @returns the extracted RealityDataFormat or ThreeDTile by default if not found\r\n */\r\n export function fromUrl(tilesetUrl: string): RealityDataFormat {\r\n let format = RealityDataFormat.ThreeDTile;\r\n if (tilesetUrl.includes(\".opc\"))\r\n format = RealityDataFormat.OPC;\r\n return format;\r\n }\r\n}\r\n\r\n/**\r\n * Key used by RealityDataSource to identify provider and reality data format\r\n * This key identify one and only one reality data source on the provider\r\n * @beta\r\n */\r\nexport interface RealityDataSourceKey {\r\n /**\r\n * The provider that supplies the access to reality data source for displaying the reality model\r\n * @see [[RealityDataProvider]] for default supported value;\r\n */\r\n provider: string;\r\n /**\r\n * The format used by the provider to store the reality data\r\n * @see [[RealityDataFormat]] for default supported value;\r\n */\r\n format: string;\r\n /** The reality data id that identify a reality data for the provider */\r\n id: string;\r\n /** The context id that was used when reality data was attached - if none provided, current session iTwinId will be used */\r\n iTwinId?: string;\r\n}\r\n/**\r\n * RealityDataSourceKey utility functions\r\n * @beta */\r\nexport namespace RealityDataSourceKey {\r\n /** Utility function to convert a RealityDataSourceKey into its string representation */\r\n export function convertToString(rdSourceKey: RealityDataSourceKey): string {\r\n return `${rdSourceKey.provider}:${rdSourceKey.format}:${rdSourceKey.id}:${rdSourceKey?.iTwinId}`;\r\n }\r\n /** Utility function to compare two RealityDataSourceKey, we consider it equal even if itwinId is different */\r\n export function isEqual(key1: RealityDataSourceKey, key2: RealityDataSourceKey): boolean {\r\n if ((key1.provider === RealityDataProvider.CesiumIonAsset) && key2.provider === RealityDataProvider.CesiumIonAsset)\r\n return true; // ignore other properties for CesiumIonAsset, id is hidden\r\n if ((key1.provider === key2.provider) && (key1.format === key2.format) && (key1.id === key2.id) ) {\r\n // && (key1?.iTwinId === key2?.iTwinId)) -> ignore iTwinId, consider it is the same reality data\r\n return true;\r\n }\r\n return false;\r\n }\r\n}\r\n\r\n/** JSON representation of the reality data reference attachment properties.\r\n * @beta\r\n*/\r\nexport interface RealityDataSourceProps {\r\n /** The source key that identify a reality data for the provider. */\r\n sourceKey: RealityDataSourceKey;\r\n}\r\n\r\n/** JSON representation of a [[ContextRealityModel]].\r\n * @public\r\n */\r\nexport interface ContextRealityModelProps {\r\n /** @see [[ContextRealityModel.rdSourceKey]].\r\n * @beta\r\n */\r\n rdSourceKey?: RealityDataSourceKey;\r\n /** The URL that supplies the 3d tiles for displaying the reality model. */\r\n tilesetUrl: string;\r\n /** @see [[ContextRealityModel.orbitGtBlob]].\r\n * @alpha\r\n */\r\n orbitGtBlob?: OrbitGtBlobProps;\r\n /** @see [[ContextRealityModel.realityDataId]]. */\r\n realityDataId?: string;\r\n /** An optional, user-friendly name for the reality model suitable for display in a user interface. */\r\n name?: string;\r\n /** An optional, user-friendly description of the reality model suitable for display in a user interface. */\r\n description?: string;\r\n /** @see [[ContextRealityModel.classifiers]]. */\r\n classifiers?: SpatialClassifierProps[];\r\n /** @see [[ContextRealityModel.planarClipMask]]. */\r\n planarClipMask?: PlanarClipMaskProps;\r\n /** @see [[ContextRealityModel.appearanceOverrides]]. */\r\n appearanceOverrides?: FeatureAppearanceProps;\r\n}\r\n\r\n/** @public */\r\nexport namespace ContextRealityModelProps {\r\n /** Produce a deep copy of `input`. */\r\n export function clone(input: ContextRealityModelProps) {\r\n // Spread operator is shallow, and includes `undefined` properties and empty strings.\r\n // We want to make deep copies, omit undefined properties and empty strings, and require tilesetUrl to be defined.\r\n const output: ContextRealityModelProps = { tilesetUrl: input.tilesetUrl ?? \"\" };\r\n\r\n if (input.rdSourceKey)\r\n output.rdSourceKey = { ...input.rdSourceKey };\r\n\r\n if (input.name)\r\n output.name = input.name;\r\n\r\n if (input.realityDataId)\r\n output.realityDataId = input.realityDataId;\r\n\r\n if (input.description)\r\n output.description = input.description;\r\n\r\n if (input.orbitGtBlob)\r\n output.orbitGtBlob = { ...input.orbitGtBlob };\r\n\r\n if (input.appearanceOverrides) {\r\n output.appearanceOverrides = { ...input.appearanceOverrides };\r\n if (input.appearanceOverrides.rgb)\r\n output.appearanceOverrides.rgb = { ...input.appearanceOverrides.rgb };\r\n }\r\n\r\n if (input.planarClipMask)\r\n output.planarClipMask = { ...input.planarClipMask };\r\n\r\n if (input.classifiers)\r\n output.classifiers = input.classifiers.map((x) => { return { ...x, flags: { ...x.flags } }; });\r\n\r\n return output;\r\n }\r\n}\r\n\r\n/** A reality model not associated with a [GeometricModel]($backend) but instead defined in a [DisplayStyle]($backend) or [DisplayStyleState]($frontend).\r\n * Such reality models are displayed to provide context to the view and can be freely attached and detached at display time.\r\n * @see [this interactive example](https://www.itwinjs.org/sample-showcase/?group=Viewer&sample=reality-data-sample)\r\n * @see [[DisplayStyleSettings.contextRealityModels]] to define context reality models for a display style.\r\n * @public\r\n */\r\nexport class ContextRealityModel {\r\n /** @internal */\r\n protected readonly _props: ContextRealityModelProps;\r\n /**\r\n * The reality data source key identify the reality data provider and storage format.\r\n * It takes precedence over tilesetUrl and orbitGtBlob when present and can be use to actually replace these properties.\r\n * @beta\r\n */\r\n public readonly rdSourceKey?: RealityDataSourceKey;\r\n /** A name suitable for display in a user interface. By default, an empty string. */\r\n public readonly name: string;\r\n /** The URL that supplies the 3d tiles for displaying the reality model. */\r\n public readonly url: string;\r\n /** A description of the model suitable for display in a user interface. By default, an empty string. */\r\n public readonly description: string;\r\n /** An optional identifier that, if present, can be used to elide a request to the reality data service. */\r\n public readonly realityDataId?: string;\r\n /** A set of [[SpatialClassifier]]s, of which one at any given time can be used to classify the reality model. */\r\n public readonly classifiers?: SpatialClassifiers;\r\n /** @alpha */\r\n public readonly orbitGtBlob?: Readonly<OrbitGtBlobProps>;\r\n protected _appearanceOverrides?: FeatureAppearance;\r\n protected _planarClipMask?: PlanarClipMaskSettings;\r\n /** Event dispatched just before assignment to [[planarClipMaskSettings]]. */\r\n public readonly onPlanarClipMaskChanged = new BeEvent<(newSettings: PlanarClipMaskSettings | undefined, model: ContextRealityModel) => void>();\r\n /** Event dispatched just before assignment to [[appearanceOverrides]]. */\r\n public readonly onAppearanceOverridesChanged = new BeEvent<(newOverrides: FeatureAppearance | undefined, model: ContextRealityModel) => void>();\r\n\r\n /** Construct a new context reality model.\r\n * @param props JSON representation of the reality model, which will be kept in sync with changes made via the ContextRealityModel's methods.\r\n */\r\n public constructor(props: ContextRealityModelProps) {\r\n this._props = props;\r\n this.rdSourceKey = props.rdSourceKey;\r\n this.name = props.name ?? \"\";\r\n this.url = props.tilesetUrl ?? \"\";\r\n this.orbitGtBlob = props.orbitGtBlob;\r\n this.realityDataId = props.realityDataId;\r\n this.description = props.description ?? \"\";\r\n this._appearanceOverrides = props.appearanceOverrides ? FeatureAppearance.fromJSON(props.appearanceOverrides) : undefined;\r\n if (props.planarClipMask && props.planarClipMask.mode !== PlanarClipMaskMode.None)\r\n this._planarClipMask = PlanarClipMaskSettings.fromJSON(props.planarClipMask);\r\n\r\n if (props.classifiers)\r\n this.classifiers = new SpatialClassifiers(props);\r\n }\r\n\r\n /** Optionally describes how the geometry of the reality model can be masked by other models. */\r\n public get planarClipMaskSettings(): PlanarClipMaskSettings | undefined {\r\n return this._planarClipMask;\r\n }\r\n public set planarClipMaskSettings(settings: PlanarClipMaskSettings | undefined) {\r\n this.onPlanarClipMaskChanged.raiseEvent(settings, this);\r\n if (!settings)\r\n delete this._props.planarClipMask;\r\n else\r\n this._props.planarClipMask = settings.toJSON();\r\n\r\n this._planarClipMask = settings;\r\n }\r\n\r\n /** Overrides applied to the appearance of the reality model. Only the rgb, transparency, nonLocatable, and emphasized properties are applicable - the rest are ignored. */\r\n public get appearanceOverrides(): FeatureAppearance | undefined {\r\n return this._appearanceOverrides;\r\n }\r\n public set appearanceOverrides(overrides: FeatureAppearance | undefined) {\r\n this.onAppearanceOverridesChanged.raiseEvent(overrides, this);\r\n if (!overrides)\r\n delete this._props.appearanceOverrides;\r\n else\r\n this._props.appearanceOverrides = overrides.toJSON();\r\n\r\n this._appearanceOverrides = overrides;\r\n }\r\n\r\n /** Convert this model to its JSON representation. */\r\n public toJSON(): ContextRealityModelProps {\r\n return ContextRealityModelProps.clone(this._props);\r\n }\r\n\r\n /** Returns true if [[name]] and [[url]] match the specified name and url. */\r\n public matchesNameAndUrl(name: string, url: string): boolean {\r\n return this.name === name && this.url === url;\r\n }\r\n}\r\n\r\n/** An object that can store the JSON representation of a list of [[ContextRealityModel]]s.\r\n * @see [[ContextRealityModels]].\r\n * @see [[DisplayStyleSettingsProps.contextRealityModels]].\r\n * @public\r\n */\r\nexport interface ContextRealityModelsContainer {\r\n /** The list of reality models. */\r\n contextRealityModels?: ContextRealityModelProps[];\r\n}\r\n\r\n/** A list of [[ContextRealityModel]]s attached to a [[DisplayStyleSettings]]. The list may be presented to the user with the name and description of each model.\r\n * The list is automatically synchronized with the underlying JSON representation provided by the input [[ContextRealityModelsContainer]].\r\n * @see [this interactive example](https://www.itwinjs.org/sample-showcase/?group=Viewer&sample=reality-data-sample)\r\n * @see [[DisplayStyleSettings.contextRealityModels]].\r\n * @public\r\n */\r\nexport class ContextRealityModels {\r\n private readonly _container: ContextRealityModelsContainer;\r\n private readonly _createModel: (props: ContextRealityModelProps) => ContextRealityModel;\r\n private readonly _models: ContextRealityModel[] = [];\r\n /** Event dispatched just before [[ContextRealityModel.planarClipMaskSettings]] is modified for one of the reality models. */\r\n public readonly onPlanarClipMaskChanged = new BeEvent<(model: ContextRealityModel, newSettings: PlanarClipMaskSettings | undefined) => void>();\r\n /** Event dispatched just before [[ContextRealityModel.appearanceOverrides]] is modified for one of the reality models. */\r\n public readonly onAppearanceOverridesChanged = new BeEvent<(model: ContextRealityModel, newOverrides: FeatureAppearance | undefined) => void>();\r\n /** Event dispatched when a model is [[add]]ed, [[delete]]d, [[replace]]d, or [[update]]d. */\r\n public readonly onChanged = new BeEvent<(previousModel: ContextRealityModel | undefined, newModel: ContextRealityModel | undefined) => void>();\r\n\r\n /** Construct a new list of reality models from its JSON representation. THe list will be initialized from `container.classifiers` and that JSON representation\r\n * will be kept in sync with changes made to the list. The caller should not directly modify `container.classifiers` or its contents as that will cause the list\r\n * to become out of sync with the JSON representation.\r\n * @param container The object that holds the JSON representation of the list.\r\n * @param createContextRealityModel Optional function used to instantiate ContextRealityModels added to the list.\r\n */\r\n public constructor(container: ContextRealityModelsContainer, createContextRealityModel?: (props: ContextRealityModelProps) => ContextRealityModel) {\r\n this._container = container;\r\n this._createModel = createContextRealityModel ?? ((props) => new ContextRealityModel(props));\r\n\r\n const models = container.contextRealityModels;\r\n if (models)\r\n for (const model of models)\r\n this._models.push(this.createModel(model));\r\n }\r\n\r\n /** The read-only list of reality models. */\r\n public get models(): ReadonlyArray<ContextRealityModel> {\r\n return this._models;\r\n }\r\n\r\n /** Append a new reality model to the list.\r\n * @param The JSON representation of the reality model.\r\n * @returns the newly-added reality model.\r\n */\r\n public add(props: ContextRealityModelProps): ContextRealityModel {\r\n if (!this._container.contextRealityModels)\r\n this._container.contextRealityModels = [];\r\n\r\n props = ContextRealityModelProps.clone(props);\r\n const model = this.createModel(props);\r\n\r\n this.onChanged.raiseEvent(undefined, model);\r\n\r\n this._models.push(model);\r\n this._container.contextRealityModels.push(props);\r\n\r\n return model;\r\n }\r\n\r\n /** Remove the specified reality model from the list.\r\n * @param model The reality model to remove.\r\n * @returns true if the model was removed, or false if the model was not present in the list.\r\n */\r\n public delete(model: ContextRealityModel): boolean {\r\n const index = this._models.indexOf(model);\r\n if (-1 === index)\r\n return false;\r\n\r\n assert(undefined !== this._container.contextRealityModels);\r\n assert(index < this._container.contextRealityModels.length);\r\n\r\n this.dropEventListeners(model);\r\n this.onChanged.raiseEvent(model, undefined);\r\n\r\n this._models.splice(index, 1);\r\n if (this.models.length === 0)\r\n this._container.contextRealityModels = undefined;\r\n else\r\n this._container.contextRealityModels.splice(index, 1);\r\n\r\n return true;\r\n }\r\n\r\n /** Remove all reality models from the list. */\r\n public clear(): void {\r\n for (const model of this.models) {\r\n this.dropEventListeners(model);\r\n this.onChanged.raiseEvent(model, undefined);\r\n }\r\n\r\n this._container.contextRealityModels = undefined;\r\n this._models.length = 0;\r\n }\r\n\r\n /** Replace a reality model in the list.\r\n * @param toReplace The reality model to be replaced.\r\n * @param replaceWith The JSON representation of the replacement reality model.\r\n * @returns the newly-created reality model that replaced `toReplace`.\r\n * @throws Error if `toReplace` is not present in the list\r\n * @note The replacement occupies the same index in the list as `toReplace` did.\r\n */\r\n public replace(toReplace: ContextRealityModel, replaceWith: ContextRealityModelProps): ContextRealityModel {\r\n const index = this._models.indexOf(toReplace);\r\n if (-1 === index)\r\n throw new Error(\"ContextRealityModel not present in list.\");\r\n\r\n assert(undefined !== this._container.contextRealityModels);\r\n assert(index < this._container.contextRealityModels.length);\r\n\r\n replaceWith = ContextRealityModelProps.clone(replaceWith);\r\n const model = this.createModel(replaceWith);\r\n\r\n this.onChanged.raiseEvent(toReplace, model);\r\n this.dropEventListeners(toReplace);\r\n\r\n this._models[index] = model;\r\n this._container.contextRealityModels[index] = replaceWith;\r\n\r\n return model;\r\n }\r\n\r\n /** Change selected properties of a reality model.\r\n * @param toUpdate The reality model whose properties are to be modified.\r\n * @param updateProps The properties to change.\r\n * @returns The updated reality model, identical to `toUpdate` except for properties explicitly supplied by `updateProps`.\r\n * @throws Error if `toUpdate` is not present in the list.\r\n */\r\n public update(toUpdate: ContextRealityModel, updateProps: Partial<ContextRealityModelProps>): ContextRealityModel {\r\n const props = {\r\n ...toUpdate.toJSON(),\r\n ...updateProps,\r\n };\r\n\r\n // Partial<> makes it possible to pass `undefined` for tilesetUrl...preserve previous URL in that case.\r\n if (undefined === props.tilesetUrl)\r\n props.tilesetUrl = toUpdate.url;\r\n\r\n return this.replace(toUpdate, props);\r\n }\r\n\r\n private createModel(props: ContextRealityModelProps): ContextRealityModel {\r\n const model = this._createModel(props);\r\n // eslint-disable-next-line @typescript-eslint/unbound-method\r\n model.onPlanarClipMaskChanged.addListener(this.handlePlanarClipMaskChanged, this);\r\n // eslint-disable-next-line @typescript-eslint/unbound-method\r\n model.onAppearanceOverridesChanged.addListener(this.handleAppearanceOverridesChanged, this);\r\n return model;\r\n }\r\n\r\n private dropEventListeners(model: ContextRealityModel): void {\r\n // eslint-disable-next-line @typescript-eslint/unbound-method\r\n model.onPlanarClipMaskChanged.removeListener(this.handlePlanarClipMaskChanged, this);\r\n // eslint-disable-next-line @typescript-eslint/unbound-method\r\n model.onAppearanceOverridesChanged.removeListener(this.handleAppearanceOverridesChanged, this);\r\n }\r\n\r\n private handlePlanarClipMaskChanged(mask: PlanarClipMaskSettings | undefined, model: ContextRealityModel): void {\r\n this.onPlanarClipMaskChanged.raiseEvent(model, mask);\r\n }\r\n\r\n private handleAppearanceOverridesChanged(app: FeatureAppearance | undefined, model: ContextRealityModel): void {\r\n this.onAppearanceOverridesChanged.raiseEvent(model, app);\r\n }\r\n}\r\n"]}
@@ -9,7 +9,6 @@ import { BackgroundMapSettings, PersistentBackgroundMapProps } from "./Backgroun
9
9
  import { ClipStyle, ClipStyleProps } from "./ClipStyle";
10
10
  import { ColorDef, ColorDefProps } from "./ColorDef";
11
11
  import { DefinitionElementProps } from "./ElementProps";
12
- import { GroundPlaneProps } from "./GroundPlane";
13
12
  import { HiddenLine } from "./HiddenLine";
14
13
  import { FeatureAppearance, FeatureAppearanceProps } from "./FeatureSymbology";
15
14
  import { PlanarClipMaskProps, PlanarClipMaskSettings } from "./PlanarClipMask";
@@ -18,7 +17,7 @@ import { LightSettings, LightSettingsProps } from "./LightSettings";
18
17
  import { MapImageryProps, MapImagerySettings } from "./MapImagerySettings";
19
18
  import { PlanProjectionSettings, PlanProjectionSettingsProps } from "./PlanProjectionSettings";
20
19
  import { RenderSchedule } from "./RenderSchedule";
21
- import { SkyBoxProps } from "./SkyBox";
20
+ import { Environment, EnvironmentProps } from "./Environment";
22
21
  import { SolarShadowSettings, SolarShadowSettingsProps } from "./SolarShadows";
23
22
  import { SubCategoryAppearance } from "./SubCategoryAppearance";
24
23
  import { ThematicDisplay, ThematicDisplayProps } from "./ThematicDisplay";
@@ -51,13 +50,6 @@ export interface DisplayStylePlanarClipMaskProps extends PlanarClipMaskProps {
51
50
  /** The Id of the model to mask. */
52
51
  modelId?: Id64String;
53
52
  }
54
- /** JSON representation of the environment setup of a [[DisplayStyle3d]].
55
- * @public
56
- */
57
- export interface EnvironmentProps {
58
- ground?: GroundPlaneProps;
59
- sky?: SkyBoxProps;
60
- }
61
53
  /** Describes the style in which monochrome color is applied by a [[DisplayStyleSettings]].
62
54
  * @public
63
55
  */
@@ -99,7 +91,7 @@ export interface DisplayStyleSettingsProps {
99
91
  * @deprecated Use DisplayStyleSettingsProps.renderTimeline.
100
92
  * @internal
101
93
  */
102
- scheduleScript?: RenderSchedule.ModelTimelineProps[];
94
+ scheduleScript?: RenderSchedule.ScriptProps;
103
95
  /** The Id of a [RenderTimeline]($backend) element containing a [[RenderSchedule.Script]] that can be used to animate the view. */
104
96
  renderTimeline?: Id64String;
105
97
  /** The point in time reflected by the view, in UNIX seconds.
@@ -263,7 +255,7 @@ export declare class DisplayStyleSettings {
263
255
  * @deprecated Use onRenderTimelineChanged
264
256
  * @internal
265
257
  */
266
- readonly onScheduleScriptPropsChanged: BeEvent<(newProps: Readonly<RenderSchedule.ModelTimelineProps[]> | undefined) => void>;
258
+ readonly onScheduleScriptPropsChanged: BeEvent<(newProps: Readonly<RenderSchedule.ScriptProps> | undefined) => void>;
267
259
  /** Event raised just prior to assignment to the [[renderTimeline]] property. */
268
260
  readonly onRenderTimelineChanged: BeEvent<(newRenderTimeline: Id64String | undefined) => void>;
269
261
  /** Event raised just prior to assignment to the [[timePoint]] property. */
@@ -280,17 +272,17 @@ export declare class DisplayStyleSettings {
280
272
  readonly onSubCategoryOverridesChanged: BeEvent<(subCategoryId: Id64String, newOverrides: SubCategoryOverride | undefined) => void>;
281
273
  /** Event raised just before changing the appearance override for a model. */
282
274
  readonly onModelAppearanceOverrideChanged: BeEvent<(modelId: Id64String, newAppearance: FeatureAppearance | undefined) => void>;
283
- /** Event raised just prior to assignment to the [[thematic]] property. */
275
+ /** Event raised just prior to assignment to the [[DisplayStyle3dSettings.thematic]] property. */
284
276
  readonly onThematicChanged: BeEvent<(newThematic: ThematicDisplay) => void>;
285
- /** Event raised just prior to assignment to the [[hiddenLineSettings]] property. */
277
+ /** Event raised just prior to assignment to the [[DisplayStyle3dSettings.hiddenLineSettings]] property. */
286
278
  readonly onHiddenLineSettingsChanged: BeEvent<(newSettings: HiddenLine.Settings) => void>;
287
- /** Event raised just prior to assignment to the [[ambientOcclusionSettings]] property. */
279
+ /** Event raised just prior to assignment to the [[DisplayStyle3dSettings.ambientOcclusionSettings]] property. */
288
280
  readonly onAmbientOcclusionSettingsChanged: BeEvent<(newSettings: AmbientOcclusion.Settings) => void>;
289
- /** Event raised just prior to assignment to the [[solarShadows]] property. */
281
+ /** Event raised just prior to assignment to the [[DisplayStyle3dSettings.solarShadows]] property. */
290
282
  readonly onSolarShadowsChanged: BeEvent<(newSettings: SolarShadowSettings) => void>;
291
- /** Event raised just prior to assignment to the [[environment]] property. */
292
- readonly onEnvironmentChanged: BeEvent<(newProps: Readonly<EnvironmentProps>) => void>;
293
- /** Event raised just prior to assignment to the [[lights]] property. */
283
+ /** Event raised just prior to assignment to the [[DisplayStyle3dSettings.environment]] property. */
284
+ readonly onEnvironmentChanged: BeEvent<(newEnv: Readonly<Environment>) => void>;
285
+ /** Event raised just prior to assignment to the [[DisplayStyle3dSettings.lights]] property. */
294
286
  readonly onLightsChanged: BeEvent<(newLights: LightSettings) => void>;
295
287
  /** Event raised just before changing the plan projection settings for a model. */
296
288
  readonly onPlanProjectionSettingsChanged: BeEvent<(modelId: Id64String, newSettings: PlanProjectionSettings | undefined) => void>;
@@ -337,12 +329,15 @@ export declare class DisplayStyleSettings {
337
329
  * Handles keeping the map imagery layers in synch after changes have been made (used internally only by front end)
338
330
  */
339
331
  synchMapImagery(): void;
340
- /** The Id of a [RenderTimeline]($backend) element containing a [[RenderSchedule.Script]] used to animate the view. */
332
+ /** The Id of a [RenderTimeline]($backend) element containing a [[RenderSchedule.Script]] used to animate the view.
333
+ * @note If this [[DisplayStyleSettings]] is associated with a [DisplayStyleState]($frontend), assigning to [[renderTimeline]] will enqueue asynchronous loading of
334
+ * the script from the [RenderTimeline]($backend) element; for more readable code, prefer instead to `await` [DisplayStyleState.changeRenderTimeline]($frontend).
335
+ */
341
336
  get renderTimeline(): Id64String | undefined;
342
337
  set renderTimeline(id: Id64String | undefined);
343
338
  /** @internal @deprecated */
344
- get scheduleScriptProps(): RenderSchedule.ModelTimelineProps[] | undefined;
345
- set scheduleScriptProps(props: RenderSchedule.ModelTimelineProps[] | undefined);
339
+ get scheduleScriptProps(): RenderSchedule.ScriptProps | undefined;
340
+ set scheduleScriptProps(props: RenderSchedule.ScriptProps | undefined);
346
341
  /** The point in time reflected by the view, in UNIX seconds.
347
342
  * This identifies a point on the timeline of the style's [[RenderSchedule.Script]], if any; it may also affect display of four-dimensional reality models.
348
343
  */
@@ -462,6 +457,7 @@ export declare class DisplayStyle3dSettings extends DisplayStyleSettings {
462
457
  private _ao;
463
458
  private _solarShadows;
464
459
  private _lights;
460
+ private _environment;
465
461
  private _planProjections?;
466
462
  private get _json3d();
467
463
  is3d(): this is DisplayStyle3dSettings;
@@ -501,9 +497,19 @@ export declare class DisplayStyle3dSettings extends DisplayStyleSettings {
501
497
  /** The settings that control how solar shadows are displayed. */
502
498
  get solarShadows(): SolarShadowSettings;
503
499
  set solarShadows(solarShadows: SolarShadowSettings);
504
- /** @internal */
505
- get environment(): EnvironmentProps;
506
- set environment(environment: EnvironmentProps);
500
+ /** Controls the display of a [[SkyBox]] and [[GroundPlane]].
501
+ * @public
502
+ */
503
+ get environment(): Environment;
504
+ set environment(environment: Environment);
505
+ /** Toggle display of the [[environment]]'s [[SkyBox]].
506
+ * @param display Whether to display the skybox, or `undefined` to toggle the current display.
507
+ */
508
+ toggleSkyBox(display?: boolean): void;
509
+ /** Toggle display of the [[environment]]'s [[GroundPlane]].
510
+ * @param display Whether to display the ground plane, or `undefined` to toggle the current display.
511
+ */
512
+ toggleGroundPlane(display?: boolean): void;
507
513
  get lights(): LightSettings;
508
514
  set lights(lights: LightSettings);
509
515
  /** Adjust the solar light direction based on a date and time at a geographic location.
@@ -1 +1 @@
1
- {"version":3,"file":"DisplayStyleSettings.d.ts","sourceRoot":"","sources":["../../src/DisplayStyleSettings.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"DisplayStyleSettings.d.ts","sourceRoot":"","sources":["../../src/DisplayStyleSettings.ts"],"names":[],"mappings":"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"}