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

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 (269) 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/Environment.d.ts +61 -0
  26. package/lib/cjs/Environment.d.ts.map +1 -0
  27. package/lib/cjs/Environment.js +74 -0
  28. package/lib/cjs/Environment.js.map +1 -0
  29. package/lib/cjs/FeatureSymbology.d.ts +97 -18
  30. package/lib/cjs/FeatureSymbology.d.ts.map +1 -1
  31. package/lib/cjs/FeatureSymbology.js +83 -27
  32. package/lib/cjs/FeatureSymbology.js.map +1 -1
  33. package/lib/cjs/GeoCoordinateServices.d.ts +66 -1
  34. package/lib/cjs/GeoCoordinateServices.d.ts.map +1 -1
  35. package/lib/cjs/GeoCoordinateServices.js +39 -1
  36. package/lib/cjs/GeoCoordinateServices.js.map +1 -1
  37. package/lib/cjs/Gradient.d.ts.map +1 -1
  38. package/lib/cjs/Gradient.js +10 -0
  39. package/lib/cjs/Gradient.js.map +1 -1
  40. package/lib/cjs/GroundPlane.d.ts +26 -15
  41. package/lib/cjs/GroundPlane.d.ts.map +1 -1
  42. package/lib/cjs/GroundPlane.js +40 -39
  43. package/lib/cjs/GroundPlane.js.map +1 -1
  44. package/lib/cjs/IModel.d.ts +33 -4
  45. package/lib/cjs/IModel.d.ts.map +1 -1
  46. package/lib/cjs/IModel.js +27 -10
  47. package/lib/cjs/IModel.js.map +1 -1
  48. package/lib/cjs/Localization.d.ts +1 -1
  49. package/lib/cjs/Localization.js.map +1 -1
  50. package/lib/cjs/MapLayerSettings.d.ts +2 -2
  51. package/lib/cjs/MapLayerSettings.js +2 -2
  52. package/lib/cjs/MapLayerSettings.js.map +1 -1
  53. package/lib/cjs/NativeAppProps.d.ts +2 -36
  54. package/lib/cjs/NativeAppProps.d.ts.map +1 -1
  55. package/lib/cjs/NativeAppProps.js.map +1 -1
  56. package/lib/cjs/PlanarClipMask.d.ts +73 -8
  57. package/lib/cjs/PlanarClipMask.d.ts.map +1 -1
  58. package/lib/cjs/PlanarClipMask.js +17 -24
  59. package/lib/cjs/PlanarClipMask.js.map +1 -1
  60. package/lib/cjs/RealityDataAccessProps.d.ts +42 -0
  61. package/lib/cjs/RealityDataAccessProps.d.ts.map +1 -0
  62. package/lib/cjs/RealityDataAccessProps.js +20 -0
  63. package/lib/cjs/RealityDataAccessProps.js.map +1 -0
  64. package/lib/cjs/RenderMaterial.d.ts +7 -7
  65. package/lib/cjs/RenderMaterial.d.ts.map +1 -1
  66. package/lib/cjs/RenderMaterial.js +10 -5
  67. package/lib/cjs/RenderMaterial.js.map +1 -1
  68. package/lib/cjs/RenderSchedule.d.ts +4 -0
  69. package/lib/cjs/RenderSchedule.d.ts.map +1 -1
  70. package/lib/cjs/RenderSchedule.js +5 -1
  71. package/lib/cjs/RenderSchedule.js.map +1 -1
  72. package/lib/cjs/RenderTexture.d.ts +8 -1
  73. package/lib/cjs/RenderTexture.d.ts.map +1 -1
  74. package/lib/cjs/RenderTexture.js.map +1 -1
  75. package/lib/cjs/SkyBox.d.ts +142 -34
  76. package/lib/cjs/SkyBox.d.ts.map +1 -1
  77. package/lib/cjs/SkyBox.js +192 -6
  78. package/lib/cjs/SkyBox.js.map +1 -1
  79. package/lib/cjs/TextureMapping.d.ts +3 -1
  80. package/lib/cjs/TextureMapping.d.ts.map +1 -1
  81. package/lib/cjs/TextureMapping.js +9 -6
  82. package/lib/cjs/TextureMapping.js.map +1 -1
  83. package/lib/cjs/TextureProps.d.ts +21 -2
  84. package/lib/cjs/TextureProps.d.ts.map +1 -1
  85. package/lib/cjs/TextureProps.js +19 -0
  86. package/lib/cjs/TextureProps.js.map +1 -1
  87. package/lib/cjs/ThematicDisplay.d.ts +6 -0
  88. package/lib/cjs/ThematicDisplay.d.ts.map +1 -1
  89. package/lib/cjs/ThematicDisplay.js +26 -0
  90. package/lib/cjs/ThematicDisplay.js.map +1 -1
  91. package/lib/cjs/TileProps.d.ts +6 -0
  92. package/lib/cjs/TileProps.d.ts.map +1 -1
  93. package/lib/cjs/TileProps.js.map +1 -1
  94. package/lib/cjs/ViewFlags.d.ts +8 -0
  95. package/lib/cjs/ViewFlags.d.ts.map +1 -1
  96. package/lib/cjs/ViewFlags.js +30 -10
  97. package/lib/cjs/ViewFlags.js.map +1 -1
  98. package/lib/cjs/core-common.d.ts +7 -0
  99. package/lib/cjs/core-common.d.ts.map +1 -1
  100. package/lib/cjs/core-common.js +7 -0
  101. package/lib/cjs/core-common.js.map +1 -1
  102. package/lib/cjs/geometry/AdditionalTransform.d.ts +1 -1
  103. package/lib/cjs/geometry/AdditionalTransform.js +1 -1
  104. package/lib/cjs/geometry/AdditionalTransform.js.map +1 -1
  105. package/lib/cjs/geometry/CoordinateReferenceSystem.d.ts +25 -10
  106. package/lib/cjs/geometry/CoordinateReferenceSystem.d.ts.map +1 -1
  107. package/lib/cjs/geometry/CoordinateReferenceSystem.js +9 -7
  108. package/lib/cjs/geometry/CoordinateReferenceSystem.js.map +1 -1
  109. package/lib/cjs/geometry/FrustumPlanes.d.ts +1 -1
  110. package/lib/cjs/geometry/FrustumPlanes.d.ts.map +1 -1
  111. package/lib/cjs/geometry/FrustumPlanes.js +26 -13
  112. package/lib/cjs/geometry/FrustumPlanes.js.map +1 -1
  113. package/lib/cjs/ipc/IpcWebSocket.d.ts +12 -5
  114. package/lib/cjs/ipc/IpcWebSocket.d.ts.map +1 -1
  115. package/lib/cjs/ipc/IpcWebSocket.js +32 -8
  116. package/lib/cjs/ipc/IpcWebSocket.js.map +1 -1
  117. package/lib/cjs/ipc/IpcWebSocketTransport.d.ts +15 -0
  118. package/lib/cjs/ipc/IpcWebSocketTransport.d.ts.map +1 -0
  119. package/lib/cjs/ipc/IpcWebSocketTransport.js +142 -0
  120. package/lib/cjs/ipc/IpcWebSocketTransport.js.map +1 -0
  121. package/lib/cjs/rpc/core/RpcInvocation.d.ts +4 -4
  122. package/lib/cjs/rpc/core/RpcInvocation.d.ts.map +1 -1
  123. package/lib/cjs/rpc/core/RpcInvocation.js +3 -1
  124. package/lib/cjs/rpc/core/RpcInvocation.js.map +1 -1
  125. package/lib/cjs/tile/ElementGraphics.d.ts +5 -1
  126. package/lib/cjs/tile/ElementGraphics.d.ts.map +1 -1
  127. package/lib/cjs/tile/ElementGraphics.js.map +1 -1
  128. package/lib/cjs/tile/GltfTileIO.d.ts +16 -79
  129. package/lib/cjs/tile/GltfTileIO.d.ts.map +1 -1
  130. package/lib/cjs/tile/GltfTileIO.js +72 -153
  131. package/lib/cjs/tile/GltfTileIO.js.map +1 -1
  132. package/lib/cjs/tile/TileMetadata.d.ts +20 -8
  133. package/lib/cjs/tile/TileMetadata.d.ts.map +1 -1
  134. package/lib/cjs/tile/TileMetadata.js +50 -53
  135. package/lib/cjs/tile/TileMetadata.js.map +1 -1
  136. package/lib/esm/BackgroundMapSettings.d.ts +1 -1
  137. package/lib/esm/BackgroundMapSettings.d.ts.map +1 -1
  138. package/lib/esm/BackgroundMapSettings.js.map +1 -1
  139. package/lib/esm/ConcurrentQuery.d.ts +28 -11
  140. package/lib/esm/ConcurrentQuery.d.ts.map +1 -1
  141. package/lib/esm/ConcurrentQuery.js +26 -12
  142. package/lib/esm/ConcurrentQuery.js.map +1 -1
  143. package/lib/esm/ContextRealityModel.d.ts +36 -16
  144. package/lib/esm/ContextRealityModel.d.ts.map +1 -1
  145. package/lib/esm/ContextRealityModel.js +45 -6
  146. package/lib/esm/ContextRealityModel.js.map +1 -1
  147. package/lib/esm/DisplayStyleSettings.d.ts +30 -24
  148. package/lib/esm/DisplayStyleSettings.d.ts.map +1 -1
  149. package/lib/esm/DisplayStyleSettings.js +43 -16
  150. package/lib/esm/DisplayStyleSettings.js.map +1 -1
  151. package/lib/esm/ECSqlReader.d.ts +17 -5
  152. package/lib/esm/ECSqlReader.d.ts.map +1 -1
  153. package/lib/esm/ECSqlReader.js +56 -23
  154. package/lib/esm/ECSqlReader.js.map +1 -1
  155. package/lib/esm/ECSqlTypes.d.ts +3 -3
  156. package/lib/esm/ECSqlTypes.js +3 -3
  157. package/lib/esm/ECSqlTypes.js.map +1 -1
  158. package/lib/esm/Environment.d.ts +61 -0
  159. package/lib/esm/Environment.d.ts.map +1 -0
  160. package/lib/esm/Environment.js +70 -0
  161. package/lib/esm/Environment.js.map +1 -0
  162. package/lib/esm/FeatureSymbology.d.ts +97 -18
  163. package/lib/esm/FeatureSymbology.d.ts.map +1 -1
  164. package/lib/esm/FeatureSymbology.js +84 -28
  165. package/lib/esm/FeatureSymbology.js.map +1 -1
  166. package/lib/esm/GeoCoordinateServices.d.ts +66 -1
  167. package/lib/esm/GeoCoordinateServices.d.ts.map +1 -1
  168. package/lib/esm/GeoCoordinateServices.js +39 -1
  169. package/lib/esm/GeoCoordinateServices.js.map +1 -1
  170. package/lib/esm/Gradient.d.ts.map +1 -1
  171. package/lib/esm/Gradient.js +10 -0
  172. package/lib/esm/Gradient.js.map +1 -1
  173. package/lib/esm/GroundPlane.d.ts +26 -15
  174. package/lib/esm/GroundPlane.d.ts.map +1 -1
  175. package/lib/esm/GroundPlane.js +40 -39
  176. package/lib/esm/GroundPlane.js.map +1 -1
  177. package/lib/esm/IModel.d.ts +33 -4
  178. package/lib/esm/IModel.d.ts.map +1 -1
  179. package/lib/esm/IModel.js +27 -10
  180. package/lib/esm/IModel.js.map +1 -1
  181. package/lib/esm/Localization.d.ts +1 -1
  182. package/lib/esm/Localization.js.map +1 -1
  183. package/lib/esm/MapLayerSettings.d.ts +2 -2
  184. package/lib/esm/MapLayerSettings.js +2 -2
  185. package/lib/esm/MapLayerSettings.js.map +1 -1
  186. package/lib/esm/NativeAppProps.d.ts +2 -36
  187. package/lib/esm/NativeAppProps.d.ts.map +1 -1
  188. package/lib/esm/NativeAppProps.js.map +1 -1
  189. package/lib/esm/PlanarClipMask.d.ts +73 -8
  190. package/lib/esm/PlanarClipMask.d.ts.map +1 -1
  191. package/lib/esm/PlanarClipMask.js +17 -24
  192. package/lib/esm/PlanarClipMask.js.map +1 -1
  193. package/lib/esm/RealityDataAccessProps.d.ts +42 -0
  194. package/lib/esm/RealityDataAccessProps.d.ts.map +1 -0
  195. package/lib/esm/RealityDataAccessProps.js +17 -0
  196. package/lib/esm/RealityDataAccessProps.js.map +1 -0
  197. package/lib/esm/RenderMaterial.d.ts +7 -7
  198. package/lib/esm/RenderMaterial.d.ts.map +1 -1
  199. package/lib/esm/RenderMaterial.js +10 -5
  200. package/lib/esm/RenderMaterial.js.map +1 -1
  201. package/lib/esm/RenderSchedule.d.ts +4 -0
  202. package/lib/esm/RenderSchedule.d.ts.map +1 -1
  203. package/lib/esm/RenderSchedule.js +5 -1
  204. package/lib/esm/RenderSchedule.js.map +1 -1
  205. package/lib/esm/RenderTexture.d.ts +8 -1
  206. package/lib/esm/RenderTexture.d.ts.map +1 -1
  207. package/lib/esm/RenderTexture.js.map +1 -1
  208. package/lib/esm/SkyBox.d.ts +142 -34
  209. package/lib/esm/SkyBox.d.ts.map +1 -1
  210. package/lib/esm/SkyBox.js +187 -5
  211. package/lib/esm/SkyBox.js.map +1 -1
  212. package/lib/esm/TextureMapping.d.ts +3 -1
  213. package/lib/esm/TextureMapping.d.ts.map +1 -1
  214. package/lib/esm/TextureMapping.js +9 -6
  215. package/lib/esm/TextureMapping.js.map +1 -1
  216. package/lib/esm/TextureProps.d.ts +21 -2
  217. package/lib/esm/TextureProps.d.ts.map +1 -1
  218. package/lib/esm/TextureProps.js +18 -1
  219. package/lib/esm/TextureProps.js.map +1 -1
  220. package/lib/esm/ThematicDisplay.d.ts +6 -0
  221. package/lib/esm/ThematicDisplay.d.ts.map +1 -1
  222. package/lib/esm/ThematicDisplay.js +26 -0
  223. package/lib/esm/ThematicDisplay.js.map +1 -1
  224. package/lib/esm/TileProps.d.ts +6 -0
  225. package/lib/esm/TileProps.d.ts.map +1 -1
  226. package/lib/esm/TileProps.js.map +1 -1
  227. package/lib/esm/ViewFlags.d.ts +8 -0
  228. package/lib/esm/ViewFlags.d.ts.map +1 -1
  229. package/lib/esm/ViewFlags.js +30 -10
  230. package/lib/esm/ViewFlags.js.map +1 -1
  231. package/lib/esm/core-common.d.ts +7 -0
  232. package/lib/esm/core-common.d.ts.map +1 -1
  233. package/lib/esm/core-common.js +7 -0
  234. package/lib/esm/core-common.js.map +1 -1
  235. package/lib/esm/geometry/AdditionalTransform.d.ts +1 -1
  236. package/lib/esm/geometry/AdditionalTransform.js +1 -1
  237. package/lib/esm/geometry/AdditionalTransform.js.map +1 -1
  238. package/lib/esm/geometry/CoordinateReferenceSystem.d.ts +25 -10
  239. package/lib/esm/geometry/CoordinateReferenceSystem.d.ts.map +1 -1
  240. package/lib/esm/geometry/CoordinateReferenceSystem.js +9 -7
  241. package/lib/esm/geometry/CoordinateReferenceSystem.js.map +1 -1
  242. package/lib/esm/geometry/FrustumPlanes.d.ts +1 -1
  243. package/lib/esm/geometry/FrustumPlanes.d.ts.map +1 -1
  244. package/lib/esm/geometry/FrustumPlanes.js +26 -13
  245. package/lib/esm/geometry/FrustumPlanes.js.map +1 -1
  246. package/lib/esm/ipc/IpcWebSocket.d.ts +12 -5
  247. package/lib/esm/ipc/IpcWebSocket.d.ts.map +1 -1
  248. package/lib/esm/ipc/IpcWebSocket.js +31 -6
  249. package/lib/esm/ipc/IpcWebSocket.js.map +1 -1
  250. package/lib/esm/ipc/IpcWebSocketTransport.d.ts +15 -0
  251. package/lib/esm/ipc/IpcWebSocketTransport.d.ts.map +1 -0
  252. package/lib/esm/ipc/IpcWebSocketTransport.js +138 -0
  253. package/lib/esm/ipc/IpcWebSocketTransport.js.map +1 -0
  254. package/lib/esm/rpc/core/RpcInvocation.d.ts +4 -4
  255. package/lib/esm/rpc/core/RpcInvocation.d.ts.map +1 -1
  256. package/lib/esm/rpc/core/RpcInvocation.js +3 -1
  257. package/lib/esm/rpc/core/RpcInvocation.js.map +1 -1
  258. package/lib/esm/tile/ElementGraphics.d.ts +5 -1
  259. package/lib/esm/tile/ElementGraphics.d.ts.map +1 -1
  260. package/lib/esm/tile/ElementGraphics.js.map +1 -1
  261. package/lib/esm/tile/GltfTileIO.d.ts +16 -79
  262. package/lib/esm/tile/GltfTileIO.d.ts.map +1 -1
  263. package/lib/esm/tile/GltfTileIO.js +70 -149
  264. package/lib/esm/tile/GltfTileIO.js.map +1 -1
  265. package/lib/esm/tile/TileMetadata.d.ts +20 -8
  266. package/lib/esm/tile/TileMetadata.d.ts.map +1 -1
  267. package/lib/esm/tile/TileMetadata.js +50 -53
  268. package/lib/esm/tile/TileMetadata.js.map +1 -1
  269. package/package.json +10 -11
@@ -1 +1 @@
1
- {"version":3,"file":"CoordinateReferenceSystem.js","sourceRoot":"","sources":["../../../src/geometry/CoordinateReferenceSystem.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 Geometry\r\n */\r\n// cspell:ignore NAVD, NGVD\r\n\r\nimport { GeodeticDatum, GeodeticDatumProps } from \"./GeodeticDatum\";\r\nimport { GeodeticEllipsoid, GeodeticEllipsoidProps } from \"./GeodeticEllipsoid\";\r\nimport { Carto2DDegrees, Carto2DDegreesProps, Projection, ProjectionProps } from \"./Projection\";\r\nimport { AdditionalTransform, AdditionalTransformProps } from \"./AdditionalTransform\";\r\n/** This type indicates possible linear and angular units supported.\r\n * @public\r\n*/\r\nexport type UnitType = \"Meter\" | \"InternationalFoot\" | \"USSurveyFoot\" | \"Degree\" | \"Unsupported\";\r\n\r\n/** The extent in latitude, longitude bounds where a horizontal CRS is applicable\r\n * @public\r\n*/\r\nexport interface HorizontalCRSExtentProps {\r\n /** The South West point in latitude and longitude in degrees for the user-defined extent of the CRS */\r\n southWest: Carto2DDegreesProps;\r\n /** The North East point in latitude in longitude in degrees for the user-defined extent of the CRS.\r\n The latitude of the North East must be greater or equal to the latitude of the South West point\r\n It is possible, however, for the longitude of the South West corner to have greater value than the\r\n longitude of the North East point such as when the west longitude is located on the other side\r\n of the -180/180 degree longitude line.*/\r\n northEast: Carto2DDegreesProps;\r\n}\r\n\r\n/** The extent in latitude, longitude bounds where a horizontal CRS is applicable\r\n * @public\r\n */\r\nexport class HorizontalCRSExtent implements HorizontalCRSExtentProps {\r\n /** The latitude minimum and maximum for the user-defined extent of the CRS */\r\n public readonly southWest: Carto2DDegrees;\r\n /** The North East point in latitude in longitude in degrees for the user-defined extent of the CRS.\r\n The latitude of the North East must be greater or equal to the latitude of the South West point\r\n It is possible, however, for the longitude of the South West corner to have greater value than the\r\n longitude of the North East point such as when the west longitude is located on the other side\r\n of the -180/180 degree longitude line.*/\r\n public readonly northEast: Carto2DDegrees;\r\n\r\n public constructor(data?: HorizontalCRSExtentProps) {\r\n if (data) {\r\n this.southWest = Carto2DDegrees.fromJSON(data.southWest);\r\n this.northEast = Carto2DDegrees.fromJSON(data.northEast);\r\n if (this.northEast.latitude < this.southWest.latitude)\r\n this.northEast.latitude = this.southWest.latitude;\r\n } else {\r\n this.southWest = new Carto2DDegrees();\r\n this.northEast = new Carto2DDegrees();\r\n }\r\n }\r\n\r\n /** Creates an extent object from JSON representation.\r\n * @public */\r\n public static fromJSON(data: HorizontalCRSExtentProps): HorizontalCRSExtent {\r\n return new HorizontalCRSExtent(data);\r\n }\r\n\r\n /** Creates a JSON from the Extent definition\r\n * @public */\r\n public toJSON(): HorizontalCRSExtentProps {\r\n return { southWest: this.southWest.toJSON(), northEast: this.northEast.toJSON() };\r\n }\r\n\r\n /** Compares two Extents. It applies a minuscule tolerance to comparing numbers.\r\n * @public */\r\n public equals(other: HorizontalCRSExtent): boolean {\r\n return this.southWest.equals(other.southWest) && this.northEast.equals(other.northEast);\r\n }\r\n}\r\n\r\n/** Horizontal Geographic Coordinate Reference System definition\r\n * @public\r\n */\r\nexport interface HorizontalCRSProps {\r\n /** The identifier of the horizontal CRS as stored in the dictionary or the service database */\r\n id?: string;\r\n /** Used only for user-defined definitions that will typically use a GUID as id. A display name for the CRS that allows\r\n * a human to understand the nature of the definition\r\n */\r\n name?: string;\r\n /** Description */\r\n description?: string;\r\n /** A textual description of the source of the CRS definition. */\r\n source?: string;\r\n /** If true then indicates the definition is deprecated. It should then be used for backward compatibility only.\r\n * If false or undefined then the definition is not deprecated.\r\n */\r\n deprecated?: boolean;\r\n /** The EPSG code of the CRS. If undefined then there is no EPSG code associated. */\r\n epsg?: number;\r\n /** The identifier of the geodetic datum as stored in the dictionary or the service database. */\r\n datumId?: string;\r\n /** The complete definition of the geodetic datum referred to by datumId. It can also be used if the datum is not stored\r\n * in either service or dictionary.\r\n */\r\n datum?: GeodeticDatumProps;\r\n /** The identifier of the geodetic ellipsoid as stored in the dictionary or the service database. This property is exclusive\r\n * of having datumId and datum properties undefined.\r\n */\r\n ellipsoidId?: string;\r\n /** The complete definition of the geodetic datum referred to by datumId. It can also be used if the datum is not stored\r\n * in either service or dictionary\r\n */\r\n ellipsoid?: GeodeticEllipsoidProps;\r\n /** The text indicating the unit used. */\r\n unit?: UnitType;\r\n /** Projection including projection parameters. */\r\n projection?: ProjectionProps;\r\n /** Extent representing the domain of application of the CRS. */\r\n extent?: HorizontalCRSExtentProps;\r\n}\r\n\r\n/** Horizontal Geographic Coordinate reference System implementation.\r\n * An horizontal CRS defines the portion which is horizontal to the Earth surface (within the deformation brought by the projection process).\r\n * There are two major classes of Horizontal Coordinate Reference Systems:\r\n * - The projected CRS which rely on a projection to flatten the coordinate system space into axises using linear\r\n * units (meter, US Survey Feet, ...) relative to some origin.\r\n * - The non projected CRS (also named geographic CRS by EPSG nomenclature) that does\r\n * not require a projection (projection method = None) and horizontal coordinates are expressed\r\n * as longitude and latitude (see [[Cartographic]])\r\n * Horizontal Coordinate Systems rely on a projection to flatten the surface of an ellipsoid (see [[GeodeticEllipsoid]]) which is\r\n * the mathematical model of the Earth surface.\r\n * Explanations in more details of the various concepts can be obtained from other sources including the page on the subject\r\n * on itwinJS.org (see https://www.itwinjs.org/learning/geolocation/?term=coordinate+system).\r\n * A few details are still required to grasp the model. Geographic Coordinate Reference Systems rely on the concept of geodetic datums\r\n * (see [[GeodeticDatum]]) to convert latitude/longitude from one frame of reference to another. Such geodetic datum will bind the ellipsoid\r\n * and possibly define transformation steps required to convert from the currently used geodetic datum to the common datum WGS84\r\n * used for worldwide data (such as most popular imagery data sources). If there are no rules established to convert to WGS84\r\n * or if those rules are secret then the horizontal CRS can be datum-less and must make direct use of the ellipsoid\r\n * to define the earth surface.\r\n * For this purpose either the geodetic datum must be specified using either datumId or datum properties or both. If\r\n * both these values are undefined then it is possible to define the ellipsoid using properties ellipsoidId or ellipsoid or both.\r\n * These two pairs of properties are mutually exclusive with datum related properties having precedence. If a datum or datumId is set then\r\n * ellipsoid properties will automatically be undefined. If datumId or datum is defined then attempts to set ellipsoidId or ellipsoid\r\n * will fail silently, the values remaining undefined. The ellipsoidId will not be a repeat of the ellipsoidId property part of the\r\n * geodetic datum definition.\r\n * @public\r\n */\r\nexport class HorizontalCRS implements HorizontalCRSProps {\r\n /** The identifier of the horizontal CRS as stored in the dictionary or the service database */\r\n public readonly id?: string;\r\n /** Used only for user-defined definitions that will typically use a GUID as id. A display name for the CRS that allows\r\n ** a human to understand the nature of the definition\r\n */\r\n public readonly name?: string;\r\n /** Description */\r\n public readonly description?: string;\r\n /** The source of the CRS definition. */\r\n public readonly source?: string;\r\n /** If true then indicates the definition is deprecated. It should then be used for backward compatibility only.\r\n * If false then the definition is not deprecated. Default is false.\r\n */\r\n public readonly deprecated: boolean;\r\n /** The EPSG code of the CRS. If undefined then there is no EPSG code associated. */\r\n public readonly epsg?: number;\r\n /** The identifier of the geodetic datum as stored in the dictionary or the service database. */\r\n public readonly datumId?: string;\r\n /** The complete definition of the geodetic datum referred to by datumId. It can also be used if the datum is not stored\r\n * in either service or dictionary.\r\n */\r\n public readonly datum?: GeodeticDatum;\r\n\r\n /** The identifier of the geodetic ellipsoid as stored in the dictionary or the service database. This property is exclusive\r\n * of having datumId and datum properties undefined.\r\n */\r\n public readonly ellipsoidId?: string;\r\n /** The complete definition of the geodetic ellipsoid referred to by ellipsoidId. It can also be used if the ellipsoid is not stored\r\n * in either service or dictionary. This property is exclusive\r\n * of having datumId and datum properties undefined.\r\n */\r\n public readonly ellipsoid?: GeodeticEllipsoid;\r\n /** The text indicating the unit used. */\r\n public readonly unit?: UnitType;\r\n /** Projection including projection parameters. */\r\n public readonly projection?: Projection;\r\n /** Extent representing the domain of application of the CRS. */\r\n public readonly extent?: HorizontalCRSExtent;\r\n\r\n public constructor(_data?: HorizontalCRSProps) {\r\n this.deprecated = false;\r\n if (_data) {\r\n this.id = _data.id;\r\n this.description = _data.description;\r\n this.source = _data.source;\r\n this.deprecated = _data.deprecated ?? false;\r\n this.epsg = _data.epsg;\r\n this.datumId = _data.datumId;\r\n this.datum = _data.datum ? GeodeticDatum.fromJSON(_data.datum) : undefined;\r\n if (!this.datumId && !this.datum) {\r\n this.ellipsoidId = _data.ellipsoidId;\r\n this.ellipsoid = _data.ellipsoid ? GeodeticEllipsoid.fromJSON(_data.ellipsoid) : undefined;\r\n }\r\n this.unit = _data.unit;\r\n this.projection = _data.projection ? Projection.fromJSON(_data.projection) : undefined;\r\n this.extent = _data.extent ? HorizontalCRSExtent.fromJSON(_data.extent) : undefined;\r\n }\r\n }\r\n\r\n /** Creates an Horizontal CRS from JSON representation.\r\n * @public */\r\n public static fromJSON(data: HorizontalCRSProps): HorizontalCRS {\r\n return new HorizontalCRS(data);\r\n }\r\n\r\n /** Creates a JSON from the Horizontal CRS definition\r\n * @public */\r\n public toJSON(): HorizontalCRSProps {\r\n const data: HorizontalCRSProps = {};\r\n data.id = this.id;\r\n data.description = this.description;\r\n data.source = this.source;\r\n /* We prefer to use the default undef instead of false value for deprecated in Json */\r\n if (this.deprecated)\r\n data.deprecated = true;\r\n\r\n data.epsg = this.epsg;\r\n data.datumId = this.datumId;\r\n if (this.datum)\r\n data.datum = this.datum.toJSON();\r\n\r\n data.ellipsoidId = this.ellipsoidId;\r\n if (this.ellipsoid)\r\n data.ellipsoid = this.ellipsoid.toJSON();\r\n\r\n data.unit = this.unit;\r\n if (this.projection)\r\n data.projection = this.projection.toJSON();\r\n\r\n if (this.extent)\r\n data.extent = this.extent.toJSON();\r\n\r\n return data;\r\n }\r\n\r\n /** Compares two horizontal CRS. It is not an equivalence test as descriptive properties are also compared\r\n * but number compares are applied a minuscule tolerance.\r\n * @public */\r\n public equals(other: HorizontalCRS): boolean {\r\n if (this.id !== other.id ||\r\n this.description !== other.description ||\r\n this.source !== other.source ||\r\n this.deprecated !== other.deprecated ||\r\n this.epsg !== other.epsg ||\r\n this.datumId !== other.datumId ||\r\n this.ellipsoidId !== other.ellipsoidId ||\r\n this.unit !== other.unit)\r\n return false;\r\n\r\n if ((this.datum === undefined) !== (other.datum === undefined))\r\n return false;\r\n\r\n if (this.datum && !this.datum.equals(other.datum!))\r\n return false;\r\n\r\n if ((this.ellipsoid === undefined) !== (other.ellipsoid === undefined))\r\n return false;\r\n\r\n if (this.ellipsoid && !this.ellipsoid.equals(other.ellipsoid!))\r\n return false;\r\n\r\n if ((this.projection === undefined) !== (other.projection === undefined))\r\n return false;\r\n\r\n if (this.projection && !this.projection.equals(other.projection!))\r\n return false;\r\n\r\n if ((this.extent === undefined) !== (other.extent === undefined))\r\n return false;\r\n\r\n if (this.extent && !this.extent.equals(other.extent!))\r\n return false;\r\n\r\n return true;\r\n }\r\n}\r\n\r\n/** Vertical Geographic Coordinate reference System definition\r\n * @public\r\n */\r\nexport interface VerticalCRSProps {\r\n /** Vertical CRS Key name. */\r\n id: \"GEOID\" | \"ELLIPSOID\" | \"NGVD29\" | \"NAVD88\";\r\n}\r\n\r\n/** Vertical Coordinate reference System implementation.\r\n * The VerticalCRS contains currently a single identifier property of string type. Although\r\n * we currently only support four distinct key values \"GEOID\", \"ELLIPSOID\", \"NAVD88\" and \"NGVD29\"\r\n * we expect to support a broader set in the future including, eventually, user defined vertical CRS\r\n * which will require additional parameters to be added.\r\n * @public\r\n*/\r\nexport class VerticalCRS implements VerticalCRSProps {\r\n /** Vertical CRS Key name. The only supported values are currently \"GEOID\", \"ELLIPSOID\", \"NAVD88\" and \"NGVD29\". The default is ELLIPSOID */\r\n public readonly id: \"GEOID\" | \"ELLIPSOID\" | \"NGVD29\" | \"NAVD88\";\r\n\r\n public constructor(data?: VerticalCRSProps) {\r\n this.id = \"ELLIPSOID\";\r\n if (data)\r\n this.id = data.id;\r\n }\r\n\r\n /** Creates a Vertical CRS from JSON representation.\r\n * @public */\r\n public static fromJSON(data: VerticalCRSProps): VerticalCRS {\r\n return new VerticalCRS(data);\r\n }\r\n\r\n /** Creates a JSON from the Vertical CRS definition\r\n * @public */\r\n public toJSON(): VerticalCRSProps {\r\n return { id: this.id };\r\n }\r\n\r\n /** Compares two vertical CRS.\r\n * @public */\r\n public equals(other: VerticalCRS): boolean {\r\n return (this.id === other.id);\r\n }\r\n}\r\n\r\n/** Geographic Coordinate Reference System definition that includes both the horizontal and vertical definitions\r\n * @public\r\n */\r\nexport interface GeographicCRSProps {\r\n /** The horizontal portion of the geographic coordinate reference system. */\r\n horizontalCRS?: HorizontalCRSProps;\r\n /** The vertical portion of the geographic coordinate reference system. */\r\n verticalCRS?: VerticalCRSProps;\r\n /** The optional additional transform the geographic coordinate reference system. */\r\n additionalTransform?: AdditionalTransformProps;\r\n}\r\n\r\n/** Geographic Coordinate Reference System implementation. This is the class that indicates the definition of a Geographic\r\n * coordinate reference system comprised of two components: Horizontal and Vertical.\r\n * The vertical component (see [[VerticalCRS]]) is the simplest being formed of a simple identifier as a string.\r\n * The horizontal component contains a list of identification and documentation properties as well as\r\n * defining details possibly including the projection with method and parameters, the definition of the datum, ellipsoid, extent and so on.\r\n * The principle of describing a Geographic CRS is that the definition may be incomplete. The whole set of classes related to geographic\r\n * coordinate reference system classes ([[GeodeticEllipsoid]], [[GeodeticDatum]], [[Projection]], [[GeodeticTransform]], ...) are designed\r\n * so that they can be parsed from incomplete JSON fragments, or produce incomplete JSON fragments such as would be\r\n * generated from a request to a REST API to a server when select OData clauses are used.\r\n * Often GeographicCRS would knowingly be created incomplete but with sufficient information to perform conversion from some\r\n * reprojection engine (the present set of classes do not provide any GeographicCRS conversion).\r\n * For example the following definitions are quite sufficient to request conversion to or from by a reprojection engine:\r\n * { horizontalCRS: {id: \"LL84\"}, verticalCRS: {id:\"GEOID\"}\r\n * or\r\n * { horizontalCRS: {datumId: \"WGS84\", projection: {method: \"None\"}}, verticalCRS: \"ELLIPSOID\"}\r\n * The reprojection engine will use the engine internal dictionary to obtain the details if it can.\r\n * Some definitions will originate from other sources (a parsed WKT for example) and the reprojection engine will require\r\n * all mathematical and operational details to perform any conversion (descriptive information are ignored in the conversion process).\r\n * @note In the absence of the verticalCRS property then ELLIPSOID (Geodetic elevation) will be assumed by reprojection engines.\r\n * @note see important detailed explanation in the [[HorizontalCRS]] documentation.\r\n * @note Earth Centered, Earth Fixed coordinate system (ECEF) is a full 3D cartesian system that unambiguously\r\n * expressed coordinates relative to the Earth Center. Since there is no horizontal portion independent from\r\n * the vertical portion this system cannot be represented by a GeographicCRS and remains a separate concept.\r\n * @public\r\n*/\r\nexport class GeographicCRS implements GeographicCRSProps {\r\n /** The horizontal portion of the geographic coordinate reference system. */\r\n public readonly horizontalCRS?: HorizontalCRS;\r\n /** The vertical portion of the geographic coordinate reference system. */\r\n public readonly verticalCRS?: VerticalCRS;\r\n /** The optional additional transform the geographic coordinate reference system. */\r\n public readonly additionalTransform?: AdditionalTransform;\r\n\r\n public constructor(data?: GeographicCRSProps) {\r\n if (data) {\r\n this.horizontalCRS = data.horizontalCRS ? HorizontalCRS.fromJSON(data.horizontalCRS) : undefined;\r\n this.verticalCRS = data.verticalCRS ? VerticalCRS.fromJSON(data.verticalCRS) : undefined;\r\n this.additionalTransform = data.additionalTransform ? AdditionalTransform.fromJSON(data.additionalTransform) : undefined;\r\n }\r\n }\r\n\r\n /** Creates a Geographic CRS from JSON representation.\r\n * @public */\r\n public static fromJSON(data: GeographicCRSProps): GeographicCRS {\r\n return new GeographicCRS(data);\r\n }\r\n\r\n /** Creates a JSON from the Geographic CRS definition\r\n * @public */\r\n public toJSON(): GeographicCRSProps {\r\n const data: GeographicCRSProps = {};\r\n if (this.horizontalCRS)\r\n data.horizontalCRS = this.horizontalCRS.toJSON();\r\n\r\n if (this.verticalCRS)\r\n data.verticalCRS = this.verticalCRS.toJSON();\r\n\r\n if (this.additionalTransform)\r\n data.additionalTransform = this.additionalTransform.toJSON();\r\n\r\n return data;\r\n }\r\n\r\n /** Compares two Geographic CRS. It is a strict compare operation not an equivalence test though\r\n * number compares are applied a minuscule tolerance.\r\n * It takes into account descriptive properties not only mathematical definition properties.\r\n * @public\r\n */\r\n public equals(other: GeographicCRS): boolean {\r\n if ((this.horizontalCRS === undefined) !== (other.horizontalCRS === undefined))\r\n return false;\r\n\r\n if (this.horizontalCRS && !this.horizontalCRS.equals(other.horizontalCRS!))\r\n return false;\r\n\r\n if ((this.verticalCRS === undefined) !== (other.verticalCRS === undefined))\r\n return false;\r\n\r\n if (this.verticalCRS && !this.verticalCRS.equals(other.verticalCRS!))\r\n return false;\r\n\r\n if ((this.additionalTransform === undefined) !== (other.additionalTransform === undefined))\r\n return false;\r\n\r\n if (this.additionalTransform && !this.additionalTransform.equals(other.additionalTransform!))\r\n return false;\r\n\r\n return true;\r\n }\r\n}\r\n\r\n"]}
1
+ {"version":3,"file":"CoordinateReferenceSystem.js","sourceRoot":"","sources":["../../../src/geometry/CoordinateReferenceSystem.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 Geometry\r\n */\r\n// cspell:ignore NAVD, NGVD, NSRS, Helmert\r\n\r\nimport { GeodeticDatum, GeodeticDatumProps } from \"./GeodeticDatum\";\r\nimport { GeodeticEllipsoid, GeodeticEllipsoidProps } from \"./GeodeticEllipsoid\";\r\nimport { Carto2DDegrees, Carto2DDegreesProps, Projection, ProjectionProps } from \"./Projection\";\r\nimport { AdditionalTransform, AdditionalTransformProps } from \"./AdditionalTransform\";\r\n/** This type indicates possible linear and angular units supported.\r\n * @public\r\n*/\r\nexport type UnitType = \"Meter\" | \"InternationalFoot\" | \"USSurveyFoot\" | \"Degree\" | \"Unsupported\";\r\n\r\n/** The extent in latitude, longitude bounds where a horizontal CRS is applicable\r\n * @public\r\n*/\r\nexport interface HorizontalCRSExtentProps {\r\n /** The South West point in latitude and longitude in degrees for the user-defined extent of the CRS */\r\n southWest: Carto2DDegreesProps;\r\n /** The North East point in latitude in longitude in degrees for the user-defined extent of the CRS.\r\n The latitude of the North East must be greater or equal to the latitude of the South West point\r\n It is possible, however, for the longitude of the South West corner to have greater value than the\r\n longitude of the North East point such as when the west longitude is located on the other side\r\n of the -180/180 degree longitude line.*/\r\n northEast: Carto2DDegreesProps;\r\n}\r\n\r\n/** The extent in latitude, longitude bounds where a horizontal CRS is applicable\r\n * @public\r\n */\r\nexport class HorizontalCRSExtent implements HorizontalCRSExtentProps {\r\n /** The latitude minimum and maximum for the user-defined extent of the CRS */\r\n public readonly southWest: Carto2DDegrees;\r\n /** The North East point in latitude in longitude in degrees for the user-defined extent of the CRS.\r\n The latitude of the North East must be greater or equal to the latitude of the South West point\r\n It is possible, however, for the longitude of the South West corner to have greater value than the\r\n longitude of the North East point such as when the west longitude is located on the other side\r\n of the -180/180 degree longitude line.*/\r\n public readonly northEast: Carto2DDegrees;\r\n\r\n public constructor(data?: HorizontalCRSExtentProps) {\r\n if (data) {\r\n this.southWest = Carto2DDegrees.fromJSON(data.southWest);\r\n this.northEast = Carto2DDegrees.fromJSON(data.northEast);\r\n if (this.northEast.latitude < this.southWest.latitude)\r\n this.northEast.latitude = this.southWest.latitude;\r\n } else {\r\n this.southWest = new Carto2DDegrees();\r\n this.northEast = new Carto2DDegrees();\r\n }\r\n }\r\n\r\n /** Creates an extent object from JSON representation.\r\n * @public */\r\n public static fromJSON(data: HorizontalCRSExtentProps): HorizontalCRSExtent {\r\n return new HorizontalCRSExtent(data);\r\n }\r\n\r\n /** Creates a JSON from the Extent definition\r\n * @public */\r\n public toJSON(): HorizontalCRSExtentProps {\r\n return { southWest: this.southWest.toJSON(), northEast: this.northEast.toJSON() };\r\n }\r\n\r\n /** Compares two Extents. It applies a minuscule tolerance to comparing numbers.\r\n * @public */\r\n public equals(other: HorizontalCRSExtent): boolean {\r\n return this.southWest.equals(other.southWest) && this.northEast.equals(other.northEast);\r\n }\r\n}\r\n\r\n/** Horizontal Geographic Coordinate Reference System definition\r\n * @public\r\n */\r\nexport interface HorizontalCRSProps {\r\n /** The identifier of the horizontal CRS as stored in the dictionary or the service database */\r\n id?: string;\r\n /** Used only for user-defined definitions that will typically use a GUID as id. A display name for the CRS that allows\r\n * a human to understand the nature of the definition\r\n */\r\n name?: string;\r\n /** Description */\r\n description?: string;\r\n /** A textual description of the source of the CRS definition. */\r\n source?: string;\r\n /** If true then indicates the definition is deprecated. It should then be used for backward compatibility only.\r\n * If false or undefined then the definition is not deprecated.\r\n */\r\n deprecated?: boolean;\r\n /** The EPSG code of the CRS. If undefined then there is no EPSG code associated. */\r\n epsg?: number;\r\n /** The identifier of the geodetic datum as stored in the dictionary or the service database. */\r\n datumId?: string;\r\n /** The complete definition of the geodetic datum referred to by datumId. It can also be used if the datum is not stored\r\n * in either service or dictionary.\r\n */\r\n datum?: GeodeticDatumProps;\r\n /** The identifier of the geodetic ellipsoid as stored in the dictionary or the service database. This property is exclusive\r\n * of having datumId and datum properties undefined.\r\n */\r\n ellipsoidId?: string;\r\n /** The complete definition of the geodetic datum referred to by datumId. It can also be used if the datum is not stored\r\n * in either service or dictionary\r\n */\r\n ellipsoid?: GeodeticEllipsoidProps;\r\n /** The text indicating the unit used. */\r\n unit?: UnitType;\r\n /** Projection including projection parameters. */\r\n projection?: ProjectionProps;\r\n /** Extent representing the domain of application of the CRS. */\r\n extent?: HorizontalCRSExtentProps;\r\n}\r\n\r\n/** Horizontal Geographic Coordinate reference System implementation.\r\n * An horizontal CRS defines the portion which is horizontal to the Earth surface (within the deformation brought by the projection process).\r\n * There are two major classes of Horizontal Coordinate Reference Systems:\r\n * - The projected CRS which rely on a projection to flatten the coordinate system space into axises using linear\r\n * units (meter, US Survey Feet, ...) relative to some origin.\r\n * - The non projected CRS (also named geographic CRS by EPSG nomenclature) that does\r\n * not require a projection (projection method = None) and horizontal coordinates are expressed\r\n * as longitude and latitude (see [[Cartographic]])\r\n * Horizontal Coordinate Systems rely on a projection to flatten the surface of an ellipsoid (see [[GeodeticEllipsoid]]) which is\r\n * the mathematical model of the Earth surface.\r\n * Explanations in more details of the various concepts can be obtained from other sources including the page on the subject\r\n * on itwinJS.org (see https://www.itwinjs.org/learning/geolocation/?term=coordinate+system).\r\n * A few details are still required to grasp the model. Geographic Coordinate Reference Systems rely on the concept of geodetic datums\r\n * (see [[GeodeticDatum]]) to convert latitude/longitude from one frame of reference to another. Such geodetic datum will bind the ellipsoid\r\n * and possibly define transformation steps required to convert from the currently used geodetic datum to the common datum WGS84\r\n * used for worldwide data (such as most popular imagery data sources). If there are no rules established to convert to WGS84\r\n * or if those rules are secret then the horizontal CRS can be datum-less and must make direct use of the ellipsoid\r\n * to define the earth surface.\r\n * For this purpose either the geodetic datum must be specified using either datumId or datum properties or both. If\r\n * both these values are undefined then it is possible to define the ellipsoid using properties ellipsoidId or ellipsoid or both.\r\n * These two pairs of properties are mutually exclusive with datum related properties having precedence. If a datum or datumId is set then\r\n * ellipsoid properties will automatically be undefined. If datumId or datum is defined then attempts to set ellipsoidId or ellipsoid\r\n * will fail silently, the values remaining undefined. The ellipsoidId will not be a repeat of the ellipsoidId property part of the\r\n * geodetic datum definition.\r\n * @public\r\n */\r\nexport class HorizontalCRS implements HorizontalCRSProps {\r\n /** The identifier of the horizontal CRS as stored in the dictionary or the service database */\r\n public readonly id?: string;\r\n /** Used only for user-defined definitions that will typically use a GUID as id. A display name for the CRS that allows\r\n ** a human to understand the nature of the definition\r\n */\r\n public readonly name?: string;\r\n /** Description */\r\n public readonly description?: string;\r\n /** The source of the CRS definition. */\r\n public readonly source?: string;\r\n /** If true then indicates the definition is deprecated. It should then be used for backward compatibility only.\r\n * If false then the definition is not deprecated. Default is false.\r\n */\r\n public readonly deprecated: boolean;\r\n /** The EPSG code of the CRS. If undefined then there is no EPSG code associated. */\r\n public readonly epsg?: number;\r\n /** The identifier of the geodetic datum as stored in the dictionary or the service database. */\r\n public readonly datumId?: string;\r\n /** The complete definition of the geodetic datum referred to by datumId. It can also be used if the datum is not stored\r\n * in either service or dictionary.\r\n */\r\n public readonly datum?: GeodeticDatum;\r\n\r\n /** The identifier of the geodetic ellipsoid as stored in the dictionary or the service database. This property is exclusive\r\n * of having datumId and datum properties undefined.\r\n */\r\n public readonly ellipsoidId?: string;\r\n /** The complete definition of the geodetic ellipsoid referred to by ellipsoidId. It can also be used if the ellipsoid is not stored\r\n * in either service or dictionary. This property is exclusive\r\n * of having datumId and datum properties undefined.\r\n */\r\n public readonly ellipsoid?: GeodeticEllipsoid;\r\n /** The text indicating the unit used. */\r\n public readonly unit?: UnitType;\r\n /** Projection including projection parameters. */\r\n public readonly projection?: Projection;\r\n /** Extent representing the domain of application of the CRS. */\r\n public readonly extent?: HorizontalCRSExtent;\r\n\r\n public constructor(_data?: HorizontalCRSProps) {\r\n this.deprecated = false;\r\n if (_data) {\r\n this.id = _data.id;\r\n this.description = _data.description;\r\n this.source = _data.source;\r\n this.deprecated = _data.deprecated ?? false;\r\n this.epsg = _data.epsg;\r\n this.datumId = _data.datumId;\r\n this.datum = _data.datum ? GeodeticDatum.fromJSON(_data.datum) : undefined;\r\n if (!this.datumId && !this.datum) {\r\n this.ellipsoidId = _data.ellipsoidId;\r\n this.ellipsoid = _data.ellipsoid ? GeodeticEllipsoid.fromJSON(_data.ellipsoid) : undefined;\r\n }\r\n this.unit = _data.unit;\r\n this.projection = _data.projection ? Projection.fromJSON(_data.projection) : undefined;\r\n this.extent = _data.extent ? HorizontalCRSExtent.fromJSON(_data.extent) : undefined;\r\n }\r\n }\r\n\r\n /** Creates an Horizontal CRS from JSON representation.\r\n * @public */\r\n public static fromJSON(data: HorizontalCRSProps): HorizontalCRS {\r\n return new HorizontalCRS(data);\r\n }\r\n\r\n /** Creates a JSON from the Horizontal CRS definition\r\n * @public */\r\n public toJSON(): HorizontalCRSProps {\r\n const data: HorizontalCRSProps = {};\r\n data.id = this.id;\r\n data.description = this.description;\r\n data.source = this.source;\r\n /* We prefer to use the default undef instead of false value for deprecated in Json */\r\n if (this.deprecated)\r\n data.deprecated = true;\r\n\r\n data.epsg = this.epsg;\r\n data.datumId = this.datumId;\r\n if (this.datum)\r\n data.datum = this.datum.toJSON();\r\n\r\n data.ellipsoidId = this.ellipsoidId;\r\n if (this.ellipsoid)\r\n data.ellipsoid = this.ellipsoid.toJSON();\r\n\r\n data.unit = this.unit;\r\n if (this.projection)\r\n data.projection = this.projection.toJSON();\r\n\r\n if (this.extent)\r\n data.extent = this.extent.toJSON();\r\n\r\n return data;\r\n }\r\n\r\n /** Compares two horizontal CRS. It is not an equivalence test as descriptive properties are also compared\r\n * but number compares are applied a minuscule tolerance.\r\n * @public */\r\n public equals(other: HorizontalCRS): boolean {\r\n if (this.id !== other.id ||\r\n this.description !== other.description ||\r\n this.source !== other.source ||\r\n this.deprecated !== other.deprecated ||\r\n this.epsg !== other.epsg ||\r\n this.datumId !== other.datumId ||\r\n this.ellipsoidId !== other.ellipsoidId ||\r\n this.unit !== other.unit)\r\n return false;\r\n\r\n if ((this.datum === undefined) !== (other.datum === undefined))\r\n return false;\r\n\r\n if (this.datum && !this.datum.equals(other.datum!))\r\n return false;\r\n\r\n if ((this.ellipsoid === undefined) !== (other.ellipsoid === undefined))\r\n return false;\r\n\r\n if (this.ellipsoid && !this.ellipsoid.equals(other.ellipsoid!))\r\n return false;\r\n\r\n if ((this.projection === undefined) !== (other.projection === undefined))\r\n return false;\r\n\r\n if (this.projection && !this.projection.equals(other.projection!))\r\n return false;\r\n\r\n if ((this.extent === undefined) !== (other.extent === undefined))\r\n return false;\r\n\r\n if (this.extent && !this.extent.equals(other.extent!))\r\n return false;\r\n\r\n return true;\r\n }\r\n}\r\n\r\n/** Vertical Geographic Coordinate reference System definition\r\n * @public\r\n */\r\nexport interface VerticalCRSProps {\r\n /** Vertical CRS Key name.\r\n * @see [[VerticalCRS.id]]\r\n */\r\n id: \"GEOID\" | \"ELLIPSOID\" | \"NGVD29\" | \"NAVD88\" | \"LOCAL_ELLIPSOID\";\r\n}\r\n\r\n/** Vertical Coordinate reference System implementation.\r\n * The VerticalCRS contains currently a single identifier property of string type. Although\r\n * we currently only support five distinct key values \"GEOID\", \"ELLIPSOID\", \"NAVD88\", \"NGVD29\" and \"LOCAL_ELLIPSOID\"\r\n * we expect to support a broader set in the future including, eventually, user defined vertical CRS\r\n * which will require additional parameters to be added.\r\n * @public\r\n*/\r\nexport class VerticalCRS implements VerticalCRSProps {\r\n /** Vertical CRS Key name. The only supported values are currently \"GEOID\", \"ELLIPSOID\", \"NAVD88\", \"NGVD29\" and \"LOCAL_ELLIPSOID\".\r\n * GEOID indicates elevations are to be interpreted relative to the local Geoid of the dataset. It can also be considered to be Mean Sea Level.\r\n * NAVD88 is the local geoid model for the USA. This vertical datum can only be used if the horizontal portion is based on a\r\n * datum variation of NAD83, NAD27, NSRS2007 and NSRS2011.\r\n * NGVD29 is the former local geoid model for the USA. This vertical datum can only be used if the horizontal portion is based on a\r\n * datum variation of NAD83, NAD27, NSRS2007 and NSRS2011.\r\n * ELLIPSOID indicates that elevations are relative to the surface of the WGS84(or current coincident) ellipsoid.\r\n * LOCAL_ELLIPSOID indicates that elevations are relative to the surface of the local ellipsoid used by the horizontal CRS. It can only\r\n * be used for datums that are not considered coincident vertically with WGS84. Use of this vertical datum is strongly discouraged.\r\n */\r\n public readonly id: \"GEOID\" | \"ELLIPSOID\" | \"NGVD29\" | \"NAVD88\" | \"LOCAL_ELLIPSOID\";\r\n\r\n public constructor(data?: VerticalCRSProps) {\r\n this.id = \"GEOID\";\r\n if (data)\r\n this.id = data.id;\r\n }\r\n\r\n /** Creates a Vertical CRS from JSON representation.\r\n * @public */\r\n public static fromJSON(data: VerticalCRSProps): VerticalCRS {\r\n return new VerticalCRS(data);\r\n }\r\n\r\n /** Creates a JSON from the Vertical CRS definition\r\n * @public */\r\n public toJSON(): VerticalCRSProps {\r\n return { id: this.id };\r\n }\r\n\r\n /** Compares two vertical CRS.\r\n * @public */\r\n public equals(other: VerticalCRS): boolean {\r\n return (this.id === other.id);\r\n }\r\n}\r\n\r\n/** Geographic Coordinate Reference System definition that includes the horizontal and vertical definitions as well as an optional\r\n * additional transformation.\r\n * @see [[GeographicCRS]].\r\n * @public\r\n */\r\nexport interface GeographicCRSProps {\r\n /** The horizontal portion of the geographic coordinate reference system. */\r\n horizontalCRS?: HorizontalCRSProps;\r\n /** The vertical portion of the geographic coordinate reference system. */\r\n verticalCRS?: VerticalCRSProps;\r\n /** The optional additional transform the geographic coordinate reference system. */\r\n additionalTransform?: AdditionalTransformProps;\r\n}\r\n\r\n/** Geographic Coordinate Reference System implementation. This is the class that indicates the definition of a Geographic\r\n * coordinate reference system comprised of three components: Horizontal and Vertical and an optional additional transform.\r\n * The vertical component (see [[VerticalCRS]]) is the simplest portion containing a simple identifier as a string.\r\n * The optional additional transform of which, currently, only the type Helmert 2D with Z offset [[Helmert2DWithZOffset]] is supported\r\n * defines a transformation of x,y, and z cartesian coordinate of the projection to the final\r\n * Geographic Coordinate Reference System cartesian coordinates.\r\n * The horizontal component contains a list of identification and documentation properties as well as\r\n * defining details possibly including the projection with method and parameters, the definition of the datum, ellipsoid, extent and so on.\r\n * The principle of describing a Geographic CRS is that the definition may be incomplete. The whole set of classes related to geographic\r\n * coordinate reference system classes ([[GeodeticEllipsoid]], [[GeodeticDatum]], [[Projection]], [[GeodeticTransform]], ...) are designed\r\n * so that they can be parsed from incomplete JSON fragments, or produce incomplete JSON fragments such as would be\r\n * generated from a request to a REST API to a server when select OData clauses are used.\r\n * Often GeographicCRS would knowingly be created incomplete but with sufficient information to perform conversion from some\r\n * reprojection engine (the present set of classes do not provide any GeographicCRS conversion).\r\n * For example the following definitions are quite sufficient to request conversion to or from by a reprojection engine:\r\n * { horizontalCRS: {id: \"LL84\"}, verticalCRS: {id:\"GEOID\"}\r\n * or\r\n * { horizontalCRS: {datumId: \"WGS84\", projection: {method: \"None\"}}, verticalCRS: \"ELLIPSOID\"}\r\n * The reprojection engine will use the engine internal dictionary to obtain the details if it can.\r\n * Some definitions will originate from other sources (a parsed WKT for example) and the reprojection engine will require\r\n * all mathematical and operational details to perform any conversion (descriptive information are ignored in the conversion process).\r\n * @note see important detailed explanation in the [[HorizontalCRS]], [[VerticalCRS]] and [[AdditionalTransform]] documentation.\r\n * @note Earth Centered, Earth Fixed coordinate system (ECEF) is a full 3D cartesian system that unambiguously\r\n * expressed coordinates relative to the Earth Center. Since there is no horizontal portion independent from\r\n * the vertical portion this system cannot be represented by a GeographicCRS and remains a separate concept.\r\n * @public\r\n*/\r\nexport class GeographicCRS implements GeographicCRSProps {\r\n /** The horizontal portion of the geographic coordinate reference system. */\r\n public readonly horizontalCRS?: HorizontalCRS;\r\n /** The vertical portion of the geographic coordinate reference system. */\r\n public readonly verticalCRS?: VerticalCRS;\r\n /** The optional additional transform the geographic coordinate reference system. */\r\n public readonly additionalTransform?: AdditionalTransform;\r\n\r\n public constructor(data?: GeographicCRSProps) {\r\n if (data) {\r\n this.horizontalCRS = data.horizontalCRS ? HorizontalCRS.fromJSON(data.horizontalCRS) : undefined;\r\n this.verticalCRS = data.verticalCRS ? VerticalCRS.fromJSON(data.verticalCRS) : undefined;\r\n this.additionalTransform = data.additionalTransform ? AdditionalTransform.fromJSON(data.additionalTransform) : undefined;\r\n }\r\n }\r\n\r\n /** Creates a Geographic CRS from JSON representation.\r\n * @public */\r\n public static fromJSON(data: GeographicCRSProps): GeographicCRS {\r\n return new GeographicCRS(data);\r\n }\r\n\r\n /** Creates a JSON from the Geographic CRS definition\r\n * @public */\r\n public toJSON(): GeographicCRSProps {\r\n const data: GeographicCRSProps = {};\r\n if (this.horizontalCRS)\r\n data.horizontalCRS = this.horizontalCRS.toJSON();\r\n\r\n if (this.verticalCRS)\r\n data.verticalCRS = this.verticalCRS.toJSON();\r\n\r\n if (this.additionalTransform)\r\n data.additionalTransform = this.additionalTransform.toJSON();\r\n\r\n return data;\r\n }\r\n\r\n /** Compares two Geographic CRS. It is a strict compare operation not an equivalence test though\r\n * number compares are applied a minuscule tolerance.\r\n * It takes into account descriptive properties not only mathematical definition properties.\r\n * @public\r\n */\r\n public equals(other: GeographicCRS): boolean {\r\n if ((this.horizontalCRS === undefined) !== (other.horizontalCRS === undefined))\r\n return false;\r\n\r\n if (this.horizontalCRS && !this.horizontalCRS.equals(other.horizontalCRS!))\r\n return false;\r\n\r\n if ((this.verticalCRS === undefined) !== (other.verticalCRS === undefined))\r\n return false;\r\n\r\n if (this.verticalCRS && !this.verticalCRS.equals(other.verticalCRS!))\r\n return false;\r\n\r\n if ((this.additionalTransform === undefined) !== (other.additionalTransform === undefined))\r\n return false;\r\n\r\n if (this.additionalTransform && !this.additionalTransform.equals(other.additionalTransform!))\r\n return false;\r\n\r\n return true;\r\n }\r\n}\r\n\r\n"]}
@@ -14,7 +14,7 @@ export declare class FrustumPlanes {
14
14
  get planes(): ClipPlane[] | undefined;
15
15
  init(frustum: Frustum): void;
16
16
  computeFrustumContainment(box: Frustum, sphere?: BoundingSphere): FrustumPlanes.Containment;
17
- intersectsFrustum(box: Frustum): boolean;
17
+ intersectsFrustum(box: Frustum, sphere?: BoundingSphere): boolean;
18
18
  containsPoint(point: Point3d, tolerance?: number): boolean;
19
19
  computeContainment(points: Point3d[], sphere?: BoundingSphere, tolerance?: number): FrustumPlanes.Containment;
20
20
  intersectsRay(origin: Point3d, direction: Vector3d): boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"FrustumPlanes.d.ts","sourceRoot":"","sources":["../../../src/geometry/FrustumPlanes.ts"],"names":[],"mappings":"AAIA;;GAEG;AAGH,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACpE,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACrC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD;;GAEG;AACH,qBAAa,aAAa;IACxB,OAAO,CAAC,OAAO,CAAC,CAAc;gBAEX,OAAO,CAAC,EAAE,OAAO;IAMpC,IAAW,OAAO,IAAI,OAAO,CAAuC;IAGpE,IAAW,MAAM,4BAA2B;IAErC,IAAI,CAAC,OAAO,EAAE,OAAO;IAerB,yBAAyB,CAAC,GAAG,EAAE,OAAO,EAAE,MAAM,CAAC,EAAE,cAAc,GAAG,aAAa,CAAC,WAAW;IAC3F,iBAAiB,CAAC,GAAG,EAAE,OAAO,GAAG,OAAO;IACxC,aAAa,CAAC,KAAK,EAAE,OAAO,EAAE,SAAS,GAAE,MAAe,GAAG,OAAO;IAElE,kBAAkB,CAAC,MAAM,EAAE,OAAO,EAAE,EAAE,MAAM,CAAC,EAAE,cAAc,EAAE,SAAS,GAAE,MAAe,GAAG,aAAa,CAAC,WAAW;IAgCrH,aAAa,CAAC,MAAM,EAAE,OAAO,EAAE,SAAS,EAAE,QAAQ,GAAG,OAAO;CA6BpE;AAED,gBAAgB;AAChB,yBAAiB,aAAa,CAAC;IAC7B,gBAAgB;IAChB,KAAY,WAAW;QACrB,OAAO,IAAI;QACX,OAAO,IAAI;QACX,MAAM,IAAI;KACX;IAED,gBAAgB;IAChB,SAAgB,kBAAkB,CAAC,MAAM,EAAE,SAAS,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,mBAAmB,GAAE,MAAe,GAAG,IAAI,CAOzJ;CACF"}
1
+ {"version":3,"file":"FrustumPlanes.d.ts","sourceRoot":"","sources":["../../../src/geometry/FrustumPlanes.ts"],"names":[],"mappings":"AAIA;;GAEG;AAGH,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACpE,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACrC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAKlD;;GAEG;AACH,qBAAa,aAAa;IACxB,OAAO,CAAC,OAAO,CAAC,CAAc;gBAEX,OAAO,CAAC,EAAE,OAAO;IAMpC,IAAW,OAAO,IAAI,OAAO,CAAuC;IAGpE,IAAW,MAAM,4BAA2B;IAErC,IAAI,CAAC,OAAO,EAAE,OAAO;IAerB,yBAAyB,CAAC,GAAG,EAAE,OAAO,EAAE,MAAM,CAAC,EAAE,cAAc,GAAG,aAAa,CAAC,WAAW;IAI3F,iBAAiB,CAAC,GAAG,EAAE,OAAO,EAAE,MAAM,CAAC,EAAE,cAAc,GAAG,OAAO;IAIjE,aAAa,CAAC,KAAK,EAAE,OAAO,EAAE,SAAS,GAAE,MAAe,GAAG,OAAO;IAIlE,kBAAkB,CAAC,MAAM,EAAE,OAAO,EAAE,EAAE,MAAM,CAAC,EAAE,cAAc,EAAE,SAAS,GAAE,MAAe,GAAG,aAAa,CAAC,WAAW;IAwCrH,aAAa,CAAC,MAAM,EAAE,OAAO,EAAE,SAAS,EAAE,QAAQ,GAAG,OAAO;CA6BpE;AAED,gBAAgB;AAChB,yBAAiB,aAAa,CAAC;IAC7B,gBAAgB;IAChB,KAAY,WAAW;QACrB,OAAO,IAAI;QACX,OAAO,IAAI;QACX,MAAM,IAAI;KACX;IAED,gBAAgB;IAChB,SAAgB,kBAAkB,CAAC,MAAM,EAAE,SAAS,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,mBAAmB,GAAE,MAAe,GAAG,IAAI,CAOzJ;CACF"}
@@ -7,6 +7,8 @@
7
7
  */
8
8
  import { assert } from "@itwin/core-bentley";
9
9
  import { ClipPlane, Vector3d } from "@itwin/core-geometry";
10
+ // Scratch variable used by FrustumPlanes.computeContainment.
11
+ const planesContainingSphere = [false, false, false, false, false, false];
10
12
  /** Represents a frustum as 6 planes and provides containment and intersection testing
11
13
  * @internal
12
14
  */
@@ -33,34 +35,45 @@ export class FrustumPlanes {
33
35
  FrustumPlanes.addPlaneFromPoints(this._planes, frustum.points, 0, 2, 1); // back
34
36
  FrustumPlanes.addPlaneFromPoints(this._planes, frustum.points, 4, 5, 6); // front
35
37
  }
36
- computeFrustumContainment(box, sphere) { return this.computeContainment(box.points, sphere); }
37
- intersectsFrustum(box) { return FrustumPlanes.Containment.Outside !== this.computeFrustumContainment(box); }
38
- containsPoint(point, tolerance = 1.0e-8) { return FrustumPlanes.Containment.Outside !== this.computeContainment([point], undefined, tolerance); }
38
+ computeFrustumContainment(box, sphere) {
39
+ return this.computeContainment(box.points, sphere);
40
+ }
41
+ intersectsFrustum(box, sphere) {
42
+ return FrustumPlanes.Containment.Outside !== this.computeFrustumContainment(box, sphere);
43
+ }
44
+ containsPoint(point, tolerance = 1.0e-8) {
45
+ return FrustumPlanes.Containment.Outside !== this.computeContainment([point], undefined, tolerance);
46
+ }
39
47
  computeContainment(points, sphere, tolerance = 1.0e-8) {
40
48
  assert(this.isValid);
41
- if (undefined === this._planes) {
49
+ if (undefined === this._planes)
42
50
  return FrustumPlanes.Containment.Outside;
43
- }
44
- let allInside = true;
45
- for (const plane of this._planes) {
46
- if (sphere) { // if sphere provide detect total inside and outside without using corners.
51
+ // Do the cheap test against bounding sphere first.
52
+ if (sphere) {
53
+ for (let i = 0; i < this._planes.length; i++) {
54
+ const plane = this._planes[i];
47
55
  const centerDistance = plane.altitude(sphere.center);
48
56
  const tolerancePlusRadius = tolerance + sphere.radius;
49
57
  if (centerDistance < -tolerancePlusRadius)
50
58
  return FrustumPlanes.Containment.Outside;
51
- if (centerDistance > tolerancePlusRadius)
52
- continue;
59
+ planesContainingSphere[i] = centerDistance > tolerancePlusRadius;
53
60
  }
61
+ }
62
+ // Test against points.
63
+ let allInside = true;
64
+ for (let i = 0; i < this._planes.length; i++) {
65
+ if (sphere && planesContainingSphere[i])
66
+ continue;
67
+ const plane = this._planes[i];
54
68
  let nOutside = 0;
55
69
  for (const point of points) {
56
- if (plane.altitude(point) + tolerance < 0.0) {
70
+ if (plane.altitude(point) + tolerance < 0) {
57
71
  ++nOutside;
58
72
  allInside = false;
59
73
  }
60
74
  }
61
- if (nOutside === points.length) {
75
+ if (nOutside === points.length)
62
76
  return FrustumPlanes.Containment.Outside;
63
- }
64
77
  }
65
78
  return allInside ? FrustumPlanes.Containment.Inside : FrustumPlanes.Containment.Partial;
66
79
  }
@@ -1 +1 @@
1
- {"version":3,"file":"FrustumPlanes.js","sourceRoot":"","sources":["../../../src/geometry/FrustumPlanes.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 Geometry\r\n */\r\n\r\nimport { assert } from \"@itwin/core-bentley\";\r\nimport { ClipPlane, Point3d, Vector3d } from \"@itwin/core-geometry\";\r\nimport { Frustum } from \"../Frustum\";\r\nimport { BoundingSphere } from \"./BoundingSphere\";\r\n\r\n/** Represents a frustum as 6 planes and provides containment and intersection testing\r\n * @internal\r\n */\r\nexport class FrustumPlanes {\r\n private _planes?: ClipPlane[];\r\n\r\n public constructor(frustum?: Frustum) {\r\n if (undefined !== frustum) {\r\n this.init(frustum);\r\n }\r\n }\r\n\r\n public get isValid(): boolean { return undefined !== this._planes; }\r\n\r\n // Order: right, left, top, bottom, back, front\r\n public get planes() { return this._planes; }\r\n\r\n public init(frustum: Frustum) {\r\n if (undefined === this._planes) {\r\n this._planes = [];\r\n } else {\r\n this._planes.length = 0;\r\n }\r\n\r\n FrustumPlanes.addPlaneFromPoints(this._planes, frustum.points, 1, 3, 5); // right\r\n FrustumPlanes.addPlaneFromPoints(this._planes, frustum.points, 0, 4, 2); // left\r\n FrustumPlanes.addPlaneFromPoints(this._planes, frustum.points, 2, 6, 3); // top\r\n FrustumPlanes.addPlaneFromPoints(this._planes, frustum.points, 0, 1, 4); // bottom\r\n FrustumPlanes.addPlaneFromPoints(this._planes, frustum.points, 0, 2, 1); // back\r\n FrustumPlanes.addPlaneFromPoints(this._planes, frustum.points, 4, 5, 6); // front\r\n }\r\n\r\n public computeFrustumContainment(box: Frustum, sphere?: BoundingSphere): FrustumPlanes.Containment { return this.computeContainment(box.points, sphere); }\r\n public intersectsFrustum(box: Frustum): boolean { return FrustumPlanes.Containment.Outside !== this.computeFrustumContainment(box); }\r\n public containsPoint(point: Point3d, tolerance: number = 1.0e-8): boolean { return FrustumPlanes.Containment.Outside !== this.computeContainment([point], undefined, tolerance); }\r\n\r\n public computeContainment(points: Point3d[], sphere?: BoundingSphere, tolerance: number = 1.0e-8): FrustumPlanes.Containment {\r\n assert(this.isValid);\r\n if (undefined === this._planes) {\r\n return FrustumPlanes.Containment.Outside;\r\n }\r\n\r\n let allInside = true;\r\n for (const plane of this._planes) {\r\n if (sphere) { // if sphere provide detect total inside and outside without using corners.\r\n const centerDistance = plane.altitude(sphere.center);\r\n const tolerancePlusRadius = tolerance + sphere.radius;\r\n if (centerDistance < -tolerancePlusRadius)\r\n return FrustumPlanes.Containment.Outside;\r\n if (centerDistance > tolerancePlusRadius)\r\n continue;\r\n }\r\n let nOutside = 0;\r\n for (const point of points) {\r\n if (plane.altitude(point) + tolerance < 0.0) {\r\n ++nOutside;\r\n allInside = false;\r\n }\r\n }\r\n\r\n if (nOutside === points.length) {\r\n return FrustumPlanes.Containment.Outside;\r\n }\r\n }\r\n\r\n return allInside ? FrustumPlanes.Containment.Inside : FrustumPlanes.Containment.Partial;\r\n }\r\n\r\n public intersectsRay(origin: Point3d, direction: Vector3d): boolean {\r\n assert(this.isValid);\r\n if (undefined === this._planes) {\r\n return false;\r\n }\r\n\r\n let tFar = 1e37;\r\n let tNear = -tFar;\r\n\r\n for (const plane of this._planes) {\r\n const vD = plane.velocity(direction);\r\n const vN = plane.altitude(origin);\r\n if (0.0 === vD) {\r\n // ray is parallel... no need to continue testing if outside halfspace.\r\n if (vN < 0.0) {\r\n return false;\r\n }\r\n } else {\r\n const rayDistance = -vN / vD;\r\n if (vD < 0.0) {\r\n tFar = Math.min(rayDistance, tFar);\r\n } else {\r\n tNear = Math.max(rayDistance, tNear);\r\n }\r\n }\r\n }\r\n\r\n return tNear <= tFar;\r\n }\r\n}\r\n\r\n/** @internal */\r\nexport namespace FrustumPlanes { // eslint-disable-line no-redeclare\r\n /** @internal */\r\n export enum Containment {\r\n Outside = 0,\r\n Partial = 1,\r\n Inside = 2,\r\n }\r\n\r\n /** @internal */\r\n export function addPlaneFromPoints(planes: ClipPlane[], points: Point3d[], i0: number, i1: number, i2: number, expandPlaneDistance: number = 1.0e-6): void {\r\n const normal = Vector3d.createCrossProductToPoints(points[i2], points[i1], points[i0]);\r\n normal.normalizeInPlace();\r\n const plane = ClipPlane.createNormalAndDistance(normal, normal.dotProduct(points[i0]) - expandPlaneDistance);\r\n if (undefined !== plane) {\r\n planes.push(plane);\r\n }\r\n }\r\n}\r\n"]}
1
+ {"version":3,"file":"FrustumPlanes.js","sourceRoot":"","sources":["../../../src/geometry/FrustumPlanes.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 Geometry\r\n */\r\n\r\nimport { assert } from \"@itwin/core-bentley\";\r\nimport { ClipPlane, Point3d, Vector3d } from \"@itwin/core-geometry\";\r\nimport { Frustum } from \"../Frustum\";\r\nimport { BoundingSphere } from \"./BoundingSphere\";\r\n\r\n// Scratch variable used by FrustumPlanes.computeContainment.\r\nconst planesContainingSphere = [false, false, false, false, false, false];\r\n\r\n/** Represents a frustum as 6 planes and provides containment and intersection testing\r\n * @internal\r\n */\r\nexport class FrustumPlanes {\r\n private _planes?: ClipPlane[];\r\n\r\n public constructor(frustum?: Frustum) {\r\n if (undefined !== frustum) {\r\n this.init(frustum);\r\n }\r\n }\r\n\r\n public get isValid(): boolean { return undefined !== this._planes; }\r\n\r\n // Order: right, left, top, bottom, back, front\r\n public get planes() { return this._planes; }\r\n\r\n public init(frustum: Frustum) {\r\n if (undefined === this._planes) {\r\n this._planes = [];\r\n } else {\r\n this._planes.length = 0;\r\n }\r\n\r\n FrustumPlanes.addPlaneFromPoints(this._planes, frustum.points, 1, 3, 5); // right\r\n FrustumPlanes.addPlaneFromPoints(this._planes, frustum.points, 0, 4, 2); // left\r\n FrustumPlanes.addPlaneFromPoints(this._planes, frustum.points, 2, 6, 3); // top\r\n FrustumPlanes.addPlaneFromPoints(this._planes, frustum.points, 0, 1, 4); // bottom\r\n FrustumPlanes.addPlaneFromPoints(this._planes, frustum.points, 0, 2, 1); // back\r\n FrustumPlanes.addPlaneFromPoints(this._planes, frustum.points, 4, 5, 6); // front\r\n }\r\n\r\n public computeFrustumContainment(box: Frustum, sphere?: BoundingSphere): FrustumPlanes.Containment {\r\n return this.computeContainment(box.points, sphere);\r\n }\r\n\r\n public intersectsFrustum(box: Frustum, sphere?: BoundingSphere): boolean {\r\n return FrustumPlanes.Containment.Outside !== this.computeFrustumContainment(box, sphere);\r\n }\r\n\r\n public containsPoint(point: Point3d, tolerance: number = 1.0e-8): boolean {\r\n return FrustumPlanes.Containment.Outside !== this.computeContainment([point], undefined, tolerance);\r\n }\r\n\r\n public computeContainment(points: Point3d[], sphere?: BoundingSphere, tolerance: number = 1.0e-8): FrustumPlanes.Containment {\r\n assert(this.isValid);\r\n if (undefined === this._planes)\r\n return FrustumPlanes.Containment.Outside;\r\n\r\n // Do the cheap test against bounding sphere first.\r\n if (sphere) {\r\n for (let i = 0; i < this._planes.length; i++) {\r\n const plane = this._planes[i];\r\n const centerDistance = plane.altitude(sphere.center);\r\n const tolerancePlusRadius = tolerance + sphere.radius;\r\n if (centerDistance < -tolerancePlusRadius)\r\n return FrustumPlanes.Containment.Outside;\r\n\r\n planesContainingSphere[i] = centerDistance > tolerancePlusRadius;\r\n }\r\n }\r\n\r\n // Test against points.\r\n let allInside = true;\r\n for (let i = 0; i < this._planes.length; i++) {\r\n if (sphere && planesContainingSphere[i])\r\n continue;\r\n\r\n const plane = this._planes[i];\r\n let nOutside = 0;\r\n for (const point of points) {\r\n if (plane.altitude(point) + tolerance < 0) {\r\n ++nOutside;\r\n allInside = false;\r\n }\r\n }\r\n\r\n if (nOutside === points.length)\r\n return FrustumPlanes.Containment.Outside;\r\n }\r\n\r\n return allInside ? FrustumPlanes.Containment.Inside : FrustumPlanes.Containment.Partial;\r\n }\r\n\r\n public intersectsRay(origin: Point3d, direction: Vector3d): boolean {\r\n assert(this.isValid);\r\n if (undefined === this._planes) {\r\n return false;\r\n }\r\n\r\n let tFar = 1e37;\r\n let tNear = -tFar;\r\n\r\n for (const plane of this._planes) {\r\n const vD = plane.velocity(direction);\r\n const vN = plane.altitude(origin);\r\n if (0.0 === vD) {\r\n // ray is parallel... no need to continue testing if outside halfspace.\r\n if (vN < 0.0) {\r\n return false;\r\n }\r\n } else {\r\n const rayDistance = -vN / vD;\r\n if (vD < 0.0) {\r\n tFar = Math.min(rayDistance, tFar);\r\n } else {\r\n tNear = Math.max(rayDistance, tNear);\r\n }\r\n }\r\n }\r\n\r\n return tNear <= tFar;\r\n }\r\n}\r\n\r\n/** @internal */\r\nexport namespace FrustumPlanes { // eslint-disable-line no-redeclare\r\n /** @internal */\r\n export enum Containment {\r\n Outside = 0,\r\n Partial = 1,\r\n Inside = 2,\r\n }\r\n\r\n /** @internal */\r\n export function addPlaneFromPoints(planes: ClipPlane[], points: Point3d[], i0: number, i1: number, i2: number, expandPlaneDistance: number = 1.0e-6): void {\r\n const normal = Vector3d.createCrossProductToPoints(points[i2], points[i1], points[i0]);\r\n normal.normalizeInPlace();\r\n const plane = ClipPlane.createNormalAndDistance(normal, normal.dotProduct(points[i0]) - expandPlaneDistance);\r\n if (undefined !== plane) {\r\n planes.push(plane);\r\n }\r\n }\r\n}\r\n"]}
@@ -2,16 +2,15 @@
2
2
  * @module IpcSocket
3
3
  */
4
4
  import { IpcListener, IpcSocket, IpcSocketBackend, IpcSocketFrontend, RemoveFunction } from "./IpcSocket";
5
- /** @internal */
6
- export declare abstract class IpcWebSocketTransport {
7
- abstract send(message: IpcWebSocketMessage): void;
8
- }
5
+ import { IpcWebSocketTransport } from "./IpcWebSocketTransport";
9
6
  /** @internal */
10
7
  export declare enum IpcWebSocketMessageType {
11
8
  Send = 0,
12
9
  Push = 1,
13
10
  Invoke = 2,
14
- Response = 3
11
+ Response = 3,
12
+ Internal = 4,
13
+ Duplicate = 5
15
14
  }
16
15
  /** @internal */
17
16
  export interface IpcWebSocketMessage {
@@ -21,6 +20,14 @@ export interface IpcWebSocketMessage {
21
20
  channel: string;
22
21
  method?: string;
23
22
  data?: any[];
23
+ sequence: number;
24
+ }
25
+ /** @internal */
26
+ export declare namespace IpcWebSocketMessage {
27
+ function next(): number;
28
+ function internal(): IpcWebSocketMessage;
29
+ function duplicate(): IpcWebSocketMessage;
30
+ function skip(message: IpcWebSocketMessage): boolean;
24
31
  }
25
32
  /** @internal */
26
33
  export declare abstract class IpcWebSocket implements IpcSocket {
@@ -1 +1 @@
1
- {"version":3,"file":"IpcWebSocket.d.ts","sourceRoot":"","sources":["../../../src/ipc/IpcWebSocket.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAE1G,gBAAgB;AAChB,8BAAsB,qBAAqB;aACzB,IAAI,CAAC,OAAO,EAAE,mBAAmB,GAAG,IAAI;CACzD;AAED,gBAAgB;AAChB,oBAAY,uBAAuB;IACjC,IAAI,IAAA;IACJ,IAAI,IAAA;IACJ,MAAM,IAAA;IACN,QAAQ,IAAA;CACT;AAED,gBAAgB;AAChB,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,uBAAuB,CAAC;IAC9B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;CACd;AAED,gBAAgB;AAChB,8BAAsB,YAAa,YAAW,SAAS;IACrD,OAAc,SAAS,EAAE,qBAAqB,CAAC;IAC/C,OAAc,SAAS,EAAE,GAAG,CAAC,CAAC,GAAG,EAAE,KAAK,EAAE,OAAO,EAAE,mBAAmB,KAAK,IAAI,CAAC,CAAa;IAE7F,SAAS,CAAC,SAAS,gCAAuC;;aAM1C,IAAI,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI;IAEpD,WAAW,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,WAAW,GAAG,cAAc;IAanE,cAAc,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,WAAW;YAI9C,SAAS;CAexB;AAED,gBAAgB;AAChB,qBAAa,oBAAqB,SAAQ,YAAa,YAAW,iBAAiB;IACjF,OAAO,CAAC,YAAY,CAAK;IACzB,OAAO,CAAC,gBAAgB,CAA8C;;IAO/D,IAAI,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI;IAIrC,MAAM,CAAC,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,OAAO,CAAC,GAAG,CAAC;YASxE,QAAQ;CAWvB;AAED,gBAAgB;AAChB,qBAAa,mBAAoB,SAAQ,YAAa,YAAW,gBAAgB;IAC/E,OAAO,CAAC,SAAS,CAAyF;;IAOnG,IAAI,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI;IAI3C,MAAM,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,OAAO,CAAC,GAAG,CAAC,GAAG,cAAc;YAS7G,QAAQ;CAqBvB"}
1
+ {"version":3,"file":"IpcWebSocket.d.ts","sourceRoot":"","sources":["../../../src/ipc/IpcWebSocket.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC1G,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,gBAAgB;AAChB,oBAAY,uBAAuB;IACjC,IAAI,IAAA;IACJ,IAAI,IAAA;IACJ,MAAM,IAAA;IACN,QAAQ,IAAA;IACR,QAAQ,IAAA;IACR,SAAS,IAAA;CACV;AAED,gBAAgB;AAChB,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,uBAAuB,CAAC;IAC9B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,gBAAgB;AAChB,yBAAiB,mBAAmB,CAAC;IAGnC,SAAgB,IAAI,IAAI,MAAM,CAE7B;IAED,SAAgB,QAAQ,IAAI,mBAAmB,CAE9C;IAED,SAAgB,SAAS,IAAI,mBAAmB,CAE/C;IAED,SAAgB,IAAI,CAAC,OAAO,EAAE,mBAAmB,GAAG,OAAO,CAE1D;CACF;AAED,gBAAgB;AAChB,8BAAsB,YAAa,YAAW,SAAS;IACrD,OAAc,SAAS,EAAE,qBAAqB,CAAC;IAC/C,OAAc,SAAS,EAAE,GAAG,CAAC,CAAC,GAAG,EAAE,KAAK,EAAE,OAAO,EAAE,mBAAmB,KAAK,IAAI,CAAC,CAAa;IAE7F,SAAS,CAAC,SAAS,gCAAuC;;aAM1C,IAAI,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI;IAEpD,WAAW,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,WAAW,GAAG,cAAc;IAanE,cAAc,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,WAAW;YAI9C,SAAS;CAexB;AAED,gBAAgB;AAChB,qBAAa,oBAAqB,SAAQ,YAAa,YAAW,iBAAiB;IACjF,OAAO,CAAC,YAAY,CAAK;IACzB,OAAO,CAAC,gBAAgB,CAA8C;;IAO/D,IAAI,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI;IAKrC,MAAM,CAAC,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,OAAO,CAAC,GAAG,CAAC;YAUxE,QAAQ;CAWvB;AAED,gBAAgB;AAChB,qBAAa,mBAAoB,SAAQ,YAAa,YAAW,gBAAgB;IAC/E,OAAO,CAAC,SAAS,CAAyF;;IAOnG,IAAI,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI;IAK3C,MAAM,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,OAAO,CAAC,GAAG,CAAC,GAAG,cAAc;YAS7G,QAAQ;CAwBvB"}
@@ -6,17 +6,37 @@
6
6
  * @module IpcSocket
7
7
  */
8
8
  /** @internal */
9
- export class IpcWebSocketTransport {
10
- }
11
- /** @internal */
12
9
  export var IpcWebSocketMessageType;
13
10
  (function (IpcWebSocketMessageType) {
14
11
  IpcWebSocketMessageType[IpcWebSocketMessageType["Send"] = 0] = "Send";
15
12
  IpcWebSocketMessageType[IpcWebSocketMessageType["Push"] = 1] = "Push";
16
13
  IpcWebSocketMessageType[IpcWebSocketMessageType["Invoke"] = 2] = "Invoke";
17
14
  IpcWebSocketMessageType[IpcWebSocketMessageType["Response"] = 3] = "Response";
15
+ IpcWebSocketMessageType[IpcWebSocketMessageType["Internal"] = 4] = "Internal";
16
+ IpcWebSocketMessageType[IpcWebSocketMessageType["Duplicate"] = 5] = "Duplicate";
18
17
  })(IpcWebSocketMessageType || (IpcWebSocketMessageType = {}));
19
18
  /** @internal */
19
+ export var IpcWebSocketMessage;
20
+ (function (IpcWebSocketMessage) {
21
+ let _next = -1;
22
+ function next() {
23
+ return ++_next;
24
+ }
25
+ IpcWebSocketMessage.next = next;
26
+ function internal() {
27
+ return { type: IpcWebSocketMessageType.Internal, channel: "", sequence: Number.MIN_SAFE_INTEGER };
28
+ }
29
+ IpcWebSocketMessage.internal = internal;
30
+ function duplicate() {
31
+ return { type: IpcWebSocketMessageType.Duplicate, channel: "", sequence: Number.MIN_SAFE_INTEGER };
32
+ }
33
+ IpcWebSocketMessage.duplicate = duplicate;
34
+ function skip(message) {
35
+ return message.type === IpcWebSocketMessageType.Internal || message.type === IpcWebSocketMessageType.Duplicate;
36
+ }
37
+ IpcWebSocketMessage.skip = skip;
38
+ })(IpcWebSocketMessage || (IpcWebSocketMessage = {}));
39
+ /** @internal */
20
40
  export class IpcWebSocket {
21
41
  constructor() {
22
42
  this._channels = new Map();
@@ -59,11 +79,13 @@ export class IpcWebSocketFrontend extends IpcWebSocket {
59
79
  IpcWebSocket.receivers.add(async (e, m) => this.dispatch(e, m));
60
80
  }
61
81
  send(channel, ...data) {
62
- IpcWebSocket.transport.send({ type: IpcWebSocketMessageType.Send, channel, data });
82
+ const sequence = IpcWebSocketMessage.next();
83
+ IpcWebSocket.transport.send({ type: IpcWebSocketMessageType.Send, channel, data, sequence });
63
84
  }
64
85
  async invoke(channel, methodName, ...args) {
65
86
  const requestId = ++this._nextRequest;
66
- IpcWebSocket.transport.send({ type: IpcWebSocketMessageType.Invoke, channel, method: methodName, data: args, request: requestId });
87
+ const sequence = IpcWebSocketMessage.next();
88
+ IpcWebSocket.transport.send({ type: IpcWebSocketMessageType.Invoke, channel, method: methodName, data: args, request: requestId, sequence });
67
89
  return new Promise((resolve) => {
68
90
  this._pendingRequests.set(requestId, resolve);
69
91
  });
@@ -86,7 +108,8 @@ export class IpcWebSocketBackend extends IpcWebSocket {
86
108
  IpcWebSocket.receivers.add(async (e, m) => this.dispatch(e, m));
87
109
  }
88
110
  send(channel, ...data) {
89
- IpcWebSocket.transport.send({ type: IpcWebSocketMessageType.Push, channel, data });
111
+ const sequence = IpcWebSocketMessage.next();
112
+ IpcWebSocket.transport.send({ type: IpcWebSocketMessageType.Push, channel, data, sequence });
90
113
  }
91
114
  handle(channel, handler) {
92
115
  this._handlers.set(channel, handler);
@@ -105,11 +128,13 @@ export class IpcWebSocketBackend extends IpcWebSocket {
105
128
  if (typeof (args) === "undefined")
106
129
  args = [];
107
130
  const response = await handler({}, message.method, ...args);
131
+ const sequence = IpcWebSocketMessage.next();
108
132
  IpcWebSocket.transport.send({
109
133
  type: IpcWebSocketMessageType.Response,
110
134
  channel: message.channel,
111
135
  response: message.request,
112
136
  data: response,
137
+ sequence,
113
138
  });
114
139
  }
115
140
  }
@@ -1 +1 @@
1
- {"version":3,"file":"IpcWebSocket.js","sourceRoot":"","sources":["../../../src/ipc/IpcWebSocket.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 IpcSocket\r\n */\r\n\r\nimport { IpcListener, IpcSocket, IpcSocketBackend, IpcSocketFrontend, RemoveFunction } from \"./IpcSocket\";\r\n\r\n/** @internal */\r\nexport abstract class IpcWebSocketTransport {\r\n public abstract send(message: IpcWebSocketMessage): void;\r\n}\r\n\r\n/** @internal */\r\nexport enum IpcWebSocketMessageType {\r\n Send,\r\n Push,\r\n Invoke,\r\n Response\r\n}\r\n\r\n/** @internal */\r\nexport interface IpcWebSocketMessage {\r\n type: IpcWebSocketMessageType;\r\n request?: number;\r\n response?: number;\r\n channel: string;\r\n method?: string;\r\n data?: any[];\r\n}\r\n\r\n/** @internal */\r\nexport abstract class IpcWebSocket implements IpcSocket {\r\n public static transport: IpcWebSocketTransport;\r\n public static receivers: Set<(evt: Event, message: IpcWebSocketMessage) => void> = new Set();\r\n\r\n protected _channels = new Map<string, Set<IpcListener>>();\r\n\r\n public constructor() {\r\n IpcWebSocket.receivers.add(async (e, m) => this.broadcast(e, m));\r\n }\r\n\r\n public abstract send(channel: string, ...data: any[]): void;\r\n\r\n public addListener(channel: string, listener: IpcListener): RemoveFunction {\r\n let listeners = this._channels.get(channel);\r\n if (!listeners) {\r\n listeners = new Set();\r\n this._channels.set(channel, listeners);\r\n }\r\n\r\n if (!listeners.has(listener))\r\n listeners.add(listener);\r\n\r\n return () => listeners!.delete(listener);\r\n }\r\n\r\n public removeListener(channel: string, listener: IpcListener) {\r\n this._channels.get(channel)?.delete(listener);\r\n }\r\n\r\n private async broadcast(evt: Event, message: IpcWebSocketMessage) {\r\n if (message.type !== IpcWebSocketMessageType.Send && message.type !== IpcWebSocketMessageType.Push)\r\n return;\r\n\r\n const handlers = this._channels.get(message.channel);\r\n if (!handlers)\r\n return;\r\n\r\n let arg = message.data;\r\n if (typeof (arg) === \"undefined\")\r\n arg = [];\r\n\r\n for (const handler of handlers)\r\n handler(evt, ...arg);\r\n }\r\n}\r\n\r\n/** @internal */\r\nexport class IpcWebSocketFrontend extends IpcWebSocket implements IpcSocketFrontend {\r\n private _nextRequest = 0;\r\n private _pendingRequests = new Map<number, (response: any) => void>();\r\n\r\n public constructor() {\r\n super();\r\n IpcWebSocket.receivers.add(async (e, m) => this.dispatch(e, m));\r\n }\r\n\r\n public send(channel: string, ...data: any[]): void {\r\n IpcWebSocket.transport.send({ type: IpcWebSocketMessageType.Send, channel, data });\r\n }\r\n\r\n public async invoke(channel: string, methodName: string, ...args: any[]): Promise<any> {\r\n const requestId = ++this._nextRequest;\r\n IpcWebSocket.transport.send({ type: IpcWebSocketMessageType.Invoke, channel, method: methodName, data: args, request: requestId });\r\n\r\n return new Promise((resolve) => {\r\n this._pendingRequests.set(requestId, resolve);\r\n });\r\n }\r\n\r\n private async dispatch(_evt: Event, message: IpcWebSocketMessage) {\r\n if (message.type !== IpcWebSocketMessageType.Response || !message.response)\r\n return;\r\n\r\n const pendingHandler = this._pendingRequests.get(message.response);\r\n if (!pendingHandler)\r\n return;\r\n\r\n this._pendingRequests.delete(message.response);\r\n pendingHandler(message.data);\r\n }\r\n}\r\n\r\n/** @internal */\r\nexport class IpcWebSocketBackend extends IpcWebSocket implements IpcSocketBackend {\r\n private _handlers = new Map<string, (event: Event, methodName: string, ...args: any[]) => Promise<any>>();\r\n\r\n public constructor() {\r\n super();\r\n IpcWebSocket.receivers.add(async (e, m) => this.dispatch(e, m));\r\n }\r\n\r\n public send(channel: string, ...data: any[]): void {\r\n IpcWebSocket.transport.send({ type: IpcWebSocketMessageType.Push, channel, data });\r\n }\r\n\r\n public handle(channel: string, handler: (event: Event, methodName: string, ...args: any[]) => Promise<any>): RemoveFunction {\r\n this._handlers.set(channel, handler);\r\n\r\n return () => {\r\n if (this._handlers.get(channel) === handler)\r\n this._handlers.delete(channel);\r\n };\r\n }\r\n\r\n private async dispatch(_evt: Event, message: IpcWebSocketMessage) {\r\n if (message.type !== IpcWebSocketMessageType.Invoke || !message.method)\r\n return;\r\n\r\n const handler = this._handlers.get(message.channel);\r\n if (!handler)\r\n return;\r\n\r\n let args = message.data;\r\n if (typeof (args) === \"undefined\")\r\n args = [];\r\n\r\n const response = await handler({} as any, message.method, ...args);\r\n\r\n IpcWebSocket.transport.send({\r\n type: IpcWebSocketMessageType.Response,\r\n channel: message.channel,\r\n response: message.request,\r\n data: response,\r\n });\r\n }\r\n}\r\n"]}
1
+ {"version":3,"file":"IpcWebSocket.js","sourceRoot":"","sources":["../../../src/ipc/IpcWebSocket.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 IpcSocket\r\n */\r\n\r\nimport { IpcListener, IpcSocket, IpcSocketBackend, IpcSocketFrontend, RemoveFunction } from \"./IpcSocket\";\r\nimport { IpcWebSocketTransport } from \"./IpcWebSocketTransport\";\r\n\r\n/** @internal */\r\nexport enum IpcWebSocketMessageType {\r\n Send,\r\n Push,\r\n Invoke,\r\n Response,\r\n Internal,\r\n Duplicate\r\n}\r\n\r\n/** @internal */\r\nexport interface IpcWebSocketMessage {\r\n type: IpcWebSocketMessageType;\r\n request?: number;\r\n response?: number;\r\n channel: string;\r\n method?: string;\r\n data?: any[];\r\n sequence: number;\r\n}\r\n\r\n/** @internal */\r\nexport namespace IpcWebSocketMessage {\r\n let _next = -1;\r\n\r\n export function next(): number {\r\n return ++_next;\r\n }\r\n\r\n export function internal(): IpcWebSocketMessage {\r\n return { type: IpcWebSocketMessageType.Internal, channel: \"\", sequence: Number.MIN_SAFE_INTEGER };\r\n }\r\n\r\n export function duplicate(): IpcWebSocketMessage {\r\n return { type: IpcWebSocketMessageType.Duplicate, channel: \"\", sequence: Number.MIN_SAFE_INTEGER };\r\n }\r\n\r\n export function skip(message: IpcWebSocketMessage): boolean {\r\n return message.type === IpcWebSocketMessageType.Internal || message.type === IpcWebSocketMessageType.Duplicate;\r\n }\r\n}\r\n\r\n/** @internal */\r\nexport abstract class IpcWebSocket implements IpcSocket {\r\n public static transport: IpcWebSocketTransport;\r\n public static receivers: Set<(evt: Event, message: IpcWebSocketMessage) => void> = new Set();\r\n\r\n protected _channels = new Map<string, Set<IpcListener>>();\r\n\r\n public constructor() {\r\n IpcWebSocket.receivers.add(async (e, m) => this.broadcast(e, m));\r\n }\r\n\r\n public abstract send(channel: string, ...data: any[]): void;\r\n\r\n public addListener(channel: string, listener: IpcListener): RemoveFunction {\r\n let listeners = this._channels.get(channel);\r\n if (!listeners) {\r\n listeners = new Set();\r\n this._channels.set(channel, listeners);\r\n }\r\n\r\n if (!listeners.has(listener))\r\n listeners.add(listener);\r\n\r\n return () => listeners!.delete(listener);\r\n }\r\n\r\n public removeListener(channel: string, listener: IpcListener) {\r\n this._channels.get(channel)?.delete(listener);\r\n }\r\n\r\n private async broadcast(evt: Event, message: IpcWebSocketMessage) {\r\n if (message.type !== IpcWebSocketMessageType.Send && message.type !== IpcWebSocketMessageType.Push)\r\n return;\r\n\r\n const handlers = this._channels.get(message.channel);\r\n if (!handlers)\r\n return;\r\n\r\n let arg = message.data;\r\n if (typeof (arg) === \"undefined\")\r\n arg = [];\r\n\r\n for (const handler of handlers)\r\n handler(evt, ...arg);\r\n }\r\n}\r\n\r\n/** @internal */\r\nexport class IpcWebSocketFrontend extends IpcWebSocket implements IpcSocketFrontend {\r\n private _nextRequest = 0;\r\n private _pendingRequests = new Map<number, (response: any) => void>();\r\n\r\n public constructor() {\r\n super();\r\n IpcWebSocket.receivers.add(async (e, m) => this.dispatch(e, m));\r\n }\r\n\r\n public send(channel: string, ...data: any[]): void {\r\n const sequence = IpcWebSocketMessage.next();\r\n IpcWebSocket.transport.send({ type: IpcWebSocketMessageType.Send, channel, data, sequence });\r\n }\r\n\r\n public async invoke(channel: string, methodName: string, ...args: any[]): Promise<any> {\r\n const requestId = ++this._nextRequest;\r\n const sequence = IpcWebSocketMessage.next();\r\n IpcWebSocket.transport.send({ type: IpcWebSocketMessageType.Invoke, channel, method: methodName, data: args, request: requestId, sequence });\r\n\r\n return new Promise((resolve) => {\r\n this._pendingRequests.set(requestId, resolve);\r\n });\r\n }\r\n\r\n private async dispatch(_evt: Event, message: IpcWebSocketMessage) {\r\n if (message.type !== IpcWebSocketMessageType.Response || !message.response)\r\n return;\r\n\r\n const pendingHandler = this._pendingRequests.get(message.response);\r\n if (!pendingHandler)\r\n return;\r\n\r\n this._pendingRequests.delete(message.response);\r\n pendingHandler(message.data);\r\n }\r\n}\r\n\r\n/** @internal */\r\nexport class IpcWebSocketBackend extends IpcWebSocket implements IpcSocketBackend {\r\n private _handlers = new Map<string, (event: Event, methodName: string, ...args: any[]) => Promise<any>>();\r\n\r\n public constructor() {\r\n super();\r\n IpcWebSocket.receivers.add(async (e, m) => this.dispatch(e, m));\r\n }\r\n\r\n public send(channel: string, ...data: any[]): void {\r\n const sequence = IpcWebSocketMessage.next();\r\n IpcWebSocket.transport.send({ type: IpcWebSocketMessageType.Push, channel, data, sequence });\r\n }\r\n\r\n public handle(channel: string, handler: (event: Event, methodName: string, ...args: any[]) => Promise<any>): RemoveFunction {\r\n this._handlers.set(channel, handler);\r\n\r\n return () => {\r\n if (this._handlers.get(channel) === handler)\r\n this._handlers.delete(channel);\r\n };\r\n }\r\n\r\n private async dispatch(_evt: Event, message: IpcWebSocketMessage) {\r\n if (message.type !== IpcWebSocketMessageType.Invoke || !message.method)\r\n return;\r\n\r\n const handler = this._handlers.get(message.channel);\r\n if (!handler)\r\n return;\r\n\r\n let args = message.data;\r\n if (typeof (args) === \"undefined\")\r\n args = [];\r\n\r\n const response = await handler({} as any, message.method, ...args);\r\n\r\n const sequence = IpcWebSocketMessage.next();\r\n\r\n IpcWebSocket.transport.send({\r\n type: IpcWebSocketMessageType.Response,\r\n channel: message.channel,\r\n response: message.request,\r\n data: response,\r\n sequence,\r\n });\r\n }\r\n}\r\n"]}
@@ -0,0 +1,15 @@
1
+ /** @packageDocumentation
2
+ * @module IpcSocket
3
+ */
4
+ import { IpcWebSocketMessage } from "./IpcWebSocket";
5
+ /** @internal */
6
+ export declare abstract class IpcWebSocketTransport {
7
+ private _partial?;
8
+ private _received;
9
+ private _outstanding;
10
+ abstract send(message: IpcWebSocketMessage): void;
11
+ protected unwrap(data: any): any;
12
+ protected notifyIncoming(data: any): Promise<IpcWebSocketMessage>;
13
+ protected serialize(data: IpcWebSocketMessage): any[];
14
+ }
15
+ //# sourceMappingURL=IpcWebSocketTransport.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IpcWebSocketTransport.d.ts","sourceRoot":"","sources":["../../../src/ipc/IpcWebSocketTransport.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAIrD,gBAAgB;AAChB,8BAAsB,qBAAqB;IACzC,OAAO,CAAC,QAAQ,CAAC,CAAS;IAC1B,OAAO,CAAC,SAAS,CAAa;IAC9B,OAAO,CAAC,YAAY,CAAK;aAET,IAAI,CAAC,OAAO,EAAE,mBAAmB,GAAG,IAAI;IAExD,SAAS,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG;cAIV,cAAc,CAAC,IAAI,EAAE,GAAG,GAAG,OAAO,CAAC,mBAAmB,CAAC;IAkCvE,SAAS,CAAC,SAAS,CAAC,IAAI,EAAE,mBAAmB,GAAG,GAAG,EAAE;CAOtD"}
@@ -0,0 +1,138 @@
1
+ /*---------------------------------------------------------------------------------------------
2
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
+ * See LICENSE.md in the project root for license terms and full copyright notice.
4
+ *--------------------------------------------------------------------------------------------*/
5
+ /** @packageDocumentation
6
+ * @module IpcSocket
7
+ */
8
+ import { IpcWebSocketMessage } from "./IpcWebSocket";
9
+ let parts = [];
10
+ /** @internal */
11
+ export class IpcWebSocketTransport {
12
+ constructor() {
13
+ this._received = [];
14
+ this._outstanding = 0;
15
+ }
16
+ unwrap(data) {
17
+ return (typeof (Blob) !== "undefined" && data instanceof Blob) ? data.arrayBuffer() : data;
18
+ }
19
+ async notifyIncoming(data) {
20
+ if (this._partial) {
21
+ this._received.push(data);
22
+ --this._outstanding;
23
+ if (this._outstanding === 0) {
24
+ const partial = this._partial;
25
+ const received = this._received;
26
+ this._partial = undefined;
27
+ this._received = [];
28
+ await Promise.all(received.map(async (v, i, a) => a[i] = await this.unwrap(v)));
29
+ parts = received;
30
+ const message = JSON.parse(partial, reviver);
31
+ parts.length = 0;
32
+ return InSentOrder.deliver(message);
33
+ }
34
+ else {
35
+ return IpcWebSocketMessage.internal();
36
+ }
37
+ }
38
+ else {
39
+ const [serialized, followers] = JSON.parse(data);
40
+ if (followers) {
41
+ this._partial = serialized;
42
+ this._outstanding = followers;
43
+ return IpcWebSocketMessage.internal();
44
+ }
45
+ else {
46
+ const message = JSON.parse(serialized, reviver);
47
+ return InSentOrder.deliver(message);
48
+ }
49
+ }
50
+ }
51
+ serialize(data) {
52
+ parts.length = 0;
53
+ const objects = JSON.stringify(data, replacer);
54
+ const value = [JSON.stringify([objects, parts.length]), ...parts];
55
+ parts.length = 0;
56
+ return value;
57
+ }
58
+ }
59
+ const types = [Uint8Array, Int8Array, Uint8ClampedArray, Int16Array, Uint16Array, Int32Array, Uint32Array, Float32Array, Float64Array, DataView];
60
+ function identify(value) { return Buffer.isBuffer(value) ? 0 : types.indexOf(value.constructor); }
61
+ function lookup(value) { return types[value.type]; }
62
+ function replacer(_key, value) {
63
+ const asBinary = replaceBinary(value);
64
+ if (asBinary) {
65
+ return asBinary;
66
+ }
67
+ return value;
68
+ }
69
+ function reviver(_key, value) {
70
+ if (typeof (value) === "object" && value !== null && value.hasOwnProperty("ipc") && value.ipc === "binary") {
71
+ return reviveBinary(value);
72
+ }
73
+ return value;
74
+ }
75
+ function replaceBinary(value) {
76
+ if (ArrayBuffer.isView(value) || Buffer.isBuffer(value)) {
77
+ const index = parts.push(value) - 1;
78
+ const type = identify(value);
79
+ return { ipc: "binary", type, index };
80
+ }
81
+ else {
82
+ return undefined;
83
+ }
84
+ }
85
+ function reviveBinary(value) {
86
+ const constructor = lookup(value);
87
+ const part = parts[value.index];
88
+ return new constructor(part);
89
+ }
90
+ function makePromise() {
91
+ let resolve = () => { };
92
+ let reject = () => { };
93
+ const promise = new Promise((res, rej) => { resolve = res; reject = rej; });
94
+ return { promise, resolve, reject };
95
+ }
96
+ /* Reconstructing the sequence in which messages were sent is necessary since
97
+ the binary data for a message has to be awaited in IpcWebSocketTransport.unwrap. */
98
+ class InSentOrder {
99
+ constructor(message) {
100
+ this.release = () => { };
101
+ this.duplicate = false;
102
+ this.sequence = message.sequence;
103
+ const { promise, resolve } = makePromise();
104
+ this.message = promise;
105
+ this.release = () => {
106
+ const value = this.duplicate ? IpcWebSocketMessage.duplicate() : message;
107
+ resolve(value);
108
+ };
109
+ }
110
+ static get _next() { return this._last + 1; }
111
+ static async deliver(message) {
112
+ const entry = new InSentOrder(message);
113
+ this._queue.push(entry);
114
+ this._queue.sort((a, b) => a.sequence - b.sequence);
115
+ while (this._queue.length !== 0) {
116
+ const next = this._queue[0];
117
+ const duplicate = next.sequence <= this._last;
118
+ const match = next.sequence === this._next;
119
+ if (duplicate) {
120
+ next.duplicate = true;
121
+ }
122
+ else if (match) {
123
+ ++this._last;
124
+ }
125
+ if (duplicate || match) {
126
+ this._queue.shift();
127
+ next.release();
128
+ }
129
+ else {
130
+ break;
131
+ }
132
+ }
133
+ return entry.message;
134
+ }
135
+ }
136
+ InSentOrder._queue = [];
137
+ InSentOrder._last = -1;
138
+ //# sourceMappingURL=IpcWebSocketTransport.js.map