@itwin/core-orbitgt 3.0.0-dev.100

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 (818) hide show
  1. package/CHANGELOG.md +515 -0
  2. package/lib/cjs/core-orbitgt.d.ts +27 -0
  3. package/lib/cjs/core-orbitgt.d.ts.map +1 -0
  4. package/lib/cjs/core-orbitgt.js +59 -0
  5. package/lib/cjs/core-orbitgt.js.map +1 -0
  6. package/lib/cjs/pointcloud/format/opc/AttributeMask.d.ts +31 -0
  7. package/lib/cjs/pointcloud/format/opc/AttributeMask.d.ts.map +1 -0
  8. package/lib/cjs/pointcloud/format/opc/AttributeMask.js +48 -0
  9. package/lib/cjs/pointcloud/format/opc/AttributeMask.js.map +1 -0
  10. package/lib/cjs/pointcloud/format/opc/AttributeReader.d.ts +64 -0
  11. package/lib/cjs/pointcloud/format/opc/AttributeReader.d.ts.map +1 -0
  12. package/lib/cjs/pointcloud/format/opc/AttributeReader.js +25 -0
  13. package/lib/cjs/pointcloud/format/opc/AttributeReader.js.map +1 -0
  14. package/lib/cjs/pointcloud/format/opc/BlockRecord.d.ts +55 -0
  15. package/lib/cjs/pointcloud/format/opc/BlockRecord.d.ts.map +1 -0
  16. package/lib/cjs/pointcloud/format/opc/BlockRecord.js +85 -0
  17. package/lib/cjs/pointcloud/format/opc/BlockRecord.js.map +1 -0
  18. package/lib/cjs/pointcloud/format/opc/ContainerFile.d.ts +86 -0
  19. package/lib/cjs/pointcloud/format/opc/ContainerFile.d.ts.map +1 -0
  20. package/lib/cjs/pointcloud/format/opc/ContainerFile.js +200 -0
  21. package/lib/cjs/pointcloud/format/opc/ContainerFile.js.map +1 -0
  22. package/lib/cjs/pointcloud/format/opc/ContainerFilePart.d.ts +56 -0
  23. package/lib/cjs/pointcloud/format/opc/ContainerFilePart.d.ts.map +1 -0
  24. package/lib/cjs/pointcloud/format/opc/ContainerFilePart.js +76 -0
  25. package/lib/cjs/pointcloud/format/opc/ContainerFilePart.js.map +1 -0
  26. package/lib/cjs/pointcloud/format/opc/DirectoryReader.d.ts +76 -0
  27. package/lib/cjs/pointcloud/format/opc/DirectoryReader.d.ts.map +1 -0
  28. package/lib/cjs/pointcloud/format/opc/DirectoryReader.js +170 -0
  29. package/lib/cjs/pointcloud/format/opc/DirectoryReader.js.map +1 -0
  30. package/lib/cjs/pointcloud/format/opc/DirectoryRecord.d.ts +60 -0
  31. package/lib/cjs/pointcloud/format/opc/DirectoryRecord.d.ts.map +1 -0
  32. package/lib/cjs/pointcloud/format/opc/DirectoryRecord.js +90 -0
  33. package/lib/cjs/pointcloud/format/opc/DirectoryRecord.js.map +1 -0
  34. package/lib/cjs/pointcloud/format/opc/EmbeddedAttributeReader.d.ts +107 -0
  35. package/lib/cjs/pointcloud/format/opc/EmbeddedAttributeReader.d.ts.map +1 -0
  36. package/lib/cjs/pointcloud/format/opc/EmbeddedAttributeReader.js +198 -0
  37. package/lib/cjs/pointcloud/format/opc/EmbeddedAttributeReader.js.map +1 -0
  38. package/lib/cjs/pointcloud/format/opc/FileAccess.d.ts +40 -0
  39. package/lib/cjs/pointcloud/format/opc/FileAccess.d.ts.map +1 -0
  40. package/lib/cjs/pointcloud/format/opc/FileAccess.js +49 -0
  41. package/lib/cjs/pointcloud/format/opc/FileAccess.js.map +1 -0
  42. package/lib/cjs/pointcloud/format/opc/FileReader.d.ts +119 -0
  43. package/lib/cjs/pointcloud/format/opc/FileReader.d.ts.map +1 -0
  44. package/lib/cjs/pointcloud/format/opc/FileReader.js +249 -0
  45. package/lib/cjs/pointcloud/format/opc/FileReader.js.map +1 -0
  46. package/lib/cjs/pointcloud/format/opc/FileRecord.d.ts +90 -0
  47. package/lib/cjs/pointcloud/format/opc/FileRecord.d.ts.map +1 -0
  48. package/lib/cjs/pointcloud/format/opc/FileRecord.js +126 -0
  49. package/lib/cjs/pointcloud/format/opc/FileRecord.js.map +1 -0
  50. package/lib/cjs/pointcloud/format/opc/GeometryReader.d.ts +80 -0
  51. package/lib/cjs/pointcloud/format/opc/GeometryReader.d.ts.map +1 -0
  52. package/lib/cjs/pointcloud/format/opc/GeometryReader.js +164 -0
  53. package/lib/cjs/pointcloud/format/opc/GeometryReader.js.map +1 -0
  54. package/lib/cjs/pointcloud/format/opc/GeometryRecord.d.ts +54 -0
  55. package/lib/cjs/pointcloud/format/opc/GeometryRecord.d.ts.map +1 -0
  56. package/lib/cjs/pointcloud/format/opc/GeometryRecord.js +108 -0
  57. package/lib/cjs/pointcloud/format/opc/GeometryRecord.js.map +1 -0
  58. package/lib/cjs/pointcloud/format/opc/OPCReader.d.ts +158 -0
  59. package/lib/cjs/pointcloud/format/opc/OPCReader.d.ts.map +1 -0
  60. package/lib/cjs/pointcloud/format/opc/OPCReader.js +320 -0
  61. package/lib/cjs/pointcloud/format/opc/OPCReader.js.map +1 -0
  62. package/lib/cjs/pointcloud/format/opc/PointReader.d.ts +73 -0
  63. package/lib/cjs/pointcloud/format/opc/PointReader.d.ts.map +1 -0
  64. package/lib/cjs/pointcloud/format/opc/PointReader.js +153 -0
  65. package/lib/cjs/pointcloud/format/opc/PointReader.js.map +1 -0
  66. package/lib/cjs/pointcloud/format/opc/TileReadBuffer.d.ts +64 -0
  67. package/lib/cjs/pointcloud/format/opc/TileReadBuffer.d.ts.map +1 -0
  68. package/lib/cjs/pointcloud/format/opc/TileReadBuffer.js +93 -0
  69. package/lib/cjs/pointcloud/format/opc/TileReadBuffer.js.map +1 -0
  70. package/lib/cjs/pointcloud/format/opc/TileRecord.d.ts +89 -0
  71. package/lib/cjs/pointcloud/format/opc/TileRecord.d.ts.map +1 -0
  72. package/lib/cjs/pointcloud/format/opc/TileRecord.js +162 -0
  73. package/lib/cjs/pointcloud/format/opc/TileRecord.js.map +1 -0
  74. package/lib/cjs/pointcloud/model/AttributeTypes.d.ts +38 -0
  75. package/lib/cjs/pointcloud/model/AttributeTypes.d.ts.map +1 -0
  76. package/lib/cjs/pointcloud/model/AttributeTypes.js +65 -0
  77. package/lib/cjs/pointcloud/model/AttributeTypes.js.map +1 -0
  78. package/lib/cjs/pointcloud/model/AttributeValue.d.ts +248 -0
  79. package/lib/cjs/pointcloud/model/AttributeValue.d.ts.map +1 -0
  80. package/lib/cjs/pointcloud/model/AttributeValue.js +509 -0
  81. package/lib/cjs/pointcloud/model/AttributeValue.js.map +1 -0
  82. package/lib/cjs/pointcloud/model/BlockIndex.d.ts +50 -0
  83. package/lib/cjs/pointcloud/model/BlockIndex.d.ts.map +1 -0
  84. package/lib/cjs/pointcloud/model/BlockIndex.js +49 -0
  85. package/lib/cjs/pointcloud/model/BlockIndex.js.map +1 -0
  86. package/lib/cjs/pointcloud/model/CloudPoint.d.ts +211 -0
  87. package/lib/cjs/pointcloud/model/CloudPoint.d.ts.map +1 -0
  88. package/lib/cjs/pointcloud/model/CloudPoint.js +319 -0
  89. package/lib/cjs/pointcloud/model/CloudPoint.js.map +1 -0
  90. package/lib/cjs/pointcloud/model/Grid.d.ts +92 -0
  91. package/lib/cjs/pointcloud/model/Grid.d.ts.map +1 -0
  92. package/lib/cjs/pointcloud/model/Grid.js +130 -0
  93. package/lib/cjs/pointcloud/model/Grid.js.map +1 -0
  94. package/lib/cjs/pointcloud/model/GridIndex.d.ts +67 -0
  95. package/lib/cjs/pointcloud/model/GridIndex.d.ts.map +1 -0
  96. package/lib/cjs/pointcloud/model/GridIndex.js +94 -0
  97. package/lib/cjs/pointcloud/model/GridIndex.js.map +1 -0
  98. package/lib/cjs/pointcloud/model/PointAttribute.d.ts +209 -0
  99. package/lib/cjs/pointcloud/model/PointAttribute.d.ts.map +1 -0
  100. package/lib/cjs/pointcloud/model/PointAttribute.js +375 -0
  101. package/lib/cjs/pointcloud/model/PointAttribute.js.map +1 -0
  102. package/lib/cjs/pointcloud/model/PointCloudReader.d.ts +157 -0
  103. package/lib/cjs/pointcloud/model/PointCloudReader.d.ts.map +1 -0
  104. package/lib/cjs/pointcloud/model/PointCloudReader.js +190 -0
  105. package/lib/cjs/pointcloud/model/PointCloudReader.js.map +1 -0
  106. package/lib/cjs/pointcloud/model/PointData.d.ts +18 -0
  107. package/lib/cjs/pointcloud/model/PointData.d.ts.map +1 -0
  108. package/lib/cjs/pointcloud/model/PointData.js +25 -0
  109. package/lib/cjs/pointcloud/model/PointData.js.map +1 -0
  110. package/lib/cjs/pointcloud/model/PointDataRaw.d.ts +35 -0
  111. package/lib/cjs/pointcloud/model/PointDataRaw.d.ts.map +1 -0
  112. package/lib/cjs/pointcloud/model/PointDataRaw.js +70 -0
  113. package/lib/cjs/pointcloud/model/PointDataRaw.js.map +1 -0
  114. package/lib/cjs/pointcloud/model/ReadRequest.d.ts +176 -0
  115. package/lib/cjs/pointcloud/model/ReadRequest.d.ts.map +1 -0
  116. package/lib/cjs/pointcloud/model/ReadRequest.js +240 -0
  117. package/lib/cjs/pointcloud/model/ReadRequest.js.map +1 -0
  118. package/lib/cjs/pointcloud/model/StandardAttributes.d.ts +41 -0
  119. package/lib/cjs/pointcloud/model/StandardAttributes.d.ts.map +1 -0
  120. package/lib/cjs/pointcloud/model/StandardAttributes.js +48 -0
  121. package/lib/cjs/pointcloud/model/StandardAttributes.js.map +1 -0
  122. package/lib/cjs/pointcloud/model/TileIndex.d.ts +48 -0
  123. package/lib/cjs/pointcloud/model/TileIndex.d.ts.map +1 -0
  124. package/lib/cjs/pointcloud/model/TileIndex.js +48 -0
  125. package/lib/cjs/pointcloud/model/TileIndex.js.map +1 -0
  126. package/lib/cjs/pointcloud/render/AViewRequest.d.ts +39 -0
  127. package/lib/cjs/pointcloud/render/AViewRequest.d.ts.map +1 -0
  128. package/lib/cjs/pointcloud/render/AViewRequest.js +25 -0
  129. package/lib/cjs/pointcloud/render/AViewRequest.js.map +1 -0
  130. package/lib/cjs/pointcloud/render/Block.d.ts +68 -0
  131. package/lib/cjs/pointcloud/render/Block.d.ts.map +1 -0
  132. package/lib/cjs/pointcloud/render/Block.js +120 -0
  133. package/lib/cjs/pointcloud/render/Block.js.map +1 -0
  134. package/lib/cjs/pointcloud/render/DataManager.d.ts +137 -0
  135. package/lib/cjs/pointcloud/render/DataManager.d.ts.map +1 -0
  136. package/lib/cjs/pointcloud/render/DataManager.js +343 -0
  137. package/lib/cjs/pointcloud/render/DataManager.js.map +1 -0
  138. package/lib/cjs/pointcloud/render/FrameData.d.ts +31 -0
  139. package/lib/cjs/pointcloud/render/FrameData.d.ts.map +1 -0
  140. package/lib/cjs/pointcloud/render/FrameData.js +40 -0
  141. package/lib/cjs/pointcloud/render/FrameData.js.map +1 -0
  142. package/lib/cjs/pointcloud/render/Level.d.ts +91 -0
  143. package/lib/cjs/pointcloud/render/Level.d.ts.map +1 -0
  144. package/lib/cjs/pointcloud/render/Level.js +120 -0
  145. package/lib/cjs/pointcloud/render/Level.js.map +1 -0
  146. package/lib/cjs/pointcloud/render/TileLoadSorter.d.ts +61 -0
  147. package/lib/cjs/pointcloud/render/TileLoadSorter.d.ts.map +1 -0
  148. package/lib/cjs/pointcloud/render/TileLoadSorter.js +100 -0
  149. package/lib/cjs/pointcloud/render/TileLoadSorter.js.map +1 -0
  150. package/lib/cjs/pointcloud/render/ViewTree.d.ts +114 -0
  151. package/lib/cjs/pointcloud/render/ViewTree.d.ts.map +1 -0
  152. package/lib/cjs/pointcloud/render/ViewTree.js +364 -0
  153. package/lib/cjs/pointcloud/render/ViewTree.js.map +1 -0
  154. package/lib/cjs/spatial/crs/CRSEngine.d.ts +56 -0
  155. package/lib/cjs/spatial/crs/CRSEngine.d.ts.map +1 -0
  156. package/lib/cjs/spatial/crs/CRSEngine.js +94 -0
  157. package/lib/cjs/spatial/crs/CRSEngine.js.map +1 -0
  158. package/lib/cjs/spatial/crs/CRSManager.d.ts +50 -0
  159. package/lib/cjs/spatial/crs/CRSManager.d.ts.map +1 -0
  160. package/lib/cjs/spatial/crs/CRSManager.js +110 -0
  161. package/lib/cjs/spatial/crs/CRSManager.js.map +1 -0
  162. package/lib/cjs/spatial/ecrs/Axis.d.ts +78 -0
  163. package/lib/cjs/spatial/ecrs/Axis.d.ts.map +1 -0
  164. package/lib/cjs/spatial/ecrs/Axis.js +94 -0
  165. package/lib/cjs/spatial/ecrs/Axis.js.map +1 -0
  166. package/lib/cjs/spatial/ecrs/CRS.d.ts +448 -0
  167. package/lib/cjs/spatial/ecrs/CRS.d.ts.map +1 -0
  168. package/lib/cjs/spatial/ecrs/CRS.js +931 -0
  169. package/lib/cjs/spatial/ecrs/CRS.js.map +1 -0
  170. package/lib/cjs/spatial/ecrs/CoordinateSystem.d.ts +143 -0
  171. package/lib/cjs/spatial/ecrs/CoordinateSystem.d.ts.map +1 -0
  172. package/lib/cjs/spatial/ecrs/CoordinateSystem.js +327 -0
  173. package/lib/cjs/spatial/ecrs/CoordinateSystem.js.map +1 -0
  174. package/lib/cjs/spatial/ecrs/DataFileUnit.d.ts +11 -0
  175. package/lib/cjs/spatial/ecrs/DataFileUnit.d.ts.map +1 -0
  176. package/lib/cjs/spatial/ecrs/DataFileUnit.js +105 -0
  177. package/lib/cjs/spatial/ecrs/DataFileUnit.js.map +1 -0
  178. package/lib/cjs/spatial/ecrs/Datum.d.ts +112 -0
  179. package/lib/cjs/spatial/ecrs/Datum.d.ts.map +1 -0
  180. package/lib/cjs/spatial/ecrs/Datum.js +167 -0
  181. package/lib/cjs/spatial/ecrs/Datum.js.map +1 -0
  182. package/lib/cjs/spatial/ecrs/Ellipsoid.d.ts +189 -0
  183. package/lib/cjs/spatial/ecrs/Ellipsoid.d.ts.map +1 -0
  184. package/lib/cjs/spatial/ecrs/Ellipsoid.js +337 -0
  185. package/lib/cjs/spatial/ecrs/Ellipsoid.js.map +1 -0
  186. package/lib/cjs/spatial/ecrs/OnlineEngine.d.ts +49 -0
  187. package/lib/cjs/spatial/ecrs/OnlineEngine.d.ts.map +1 -0
  188. package/lib/cjs/spatial/ecrs/OnlineEngine.js +103 -0
  189. package/lib/cjs/spatial/ecrs/OnlineEngine.js.map +1 -0
  190. package/lib/cjs/spatial/ecrs/OnlineRegistry.d.ts +38 -0
  191. package/lib/cjs/spatial/ecrs/OnlineRegistry.d.ts.map +1 -0
  192. package/lib/cjs/spatial/ecrs/OnlineRegistry.js +77 -0
  193. package/lib/cjs/spatial/ecrs/OnlineRegistry.js.map +1 -0
  194. package/lib/cjs/spatial/ecrs/Operation.d.ts +192 -0
  195. package/lib/cjs/spatial/ecrs/Operation.d.ts.map +1 -0
  196. package/lib/cjs/spatial/ecrs/Operation.js +346 -0
  197. package/lib/cjs/spatial/ecrs/Operation.js.map +1 -0
  198. package/lib/cjs/spatial/ecrs/OperationMethod.d.ts +72 -0
  199. package/lib/cjs/spatial/ecrs/OperationMethod.d.ts.map +1 -0
  200. package/lib/cjs/spatial/ecrs/OperationMethod.js +76 -0
  201. package/lib/cjs/spatial/ecrs/OperationMethod.js.map +1 -0
  202. package/lib/cjs/spatial/ecrs/ParameterValue.d.ts +50 -0
  203. package/lib/cjs/spatial/ecrs/ParameterValue.d.ts.map +1 -0
  204. package/lib/cjs/spatial/ecrs/ParameterValue.js +66 -0
  205. package/lib/cjs/spatial/ecrs/ParameterValue.js.map +1 -0
  206. package/lib/cjs/spatial/ecrs/ParameterValueList.d.ts +73 -0
  207. package/lib/cjs/spatial/ecrs/ParameterValueList.d.ts.map +1 -0
  208. package/lib/cjs/spatial/ecrs/ParameterValueList.js +121 -0
  209. package/lib/cjs/spatial/ecrs/ParameterValueList.js.map +1 -0
  210. package/lib/cjs/spatial/ecrs/PrimeMeridian.d.ts +79 -0
  211. package/lib/cjs/spatial/ecrs/PrimeMeridian.d.ts.map +1 -0
  212. package/lib/cjs/spatial/ecrs/PrimeMeridian.js +109 -0
  213. package/lib/cjs/spatial/ecrs/PrimeMeridian.js.map +1 -0
  214. package/lib/cjs/spatial/ecrs/Registry.d.ts +110 -0
  215. package/lib/cjs/spatial/ecrs/Registry.d.ts.map +1 -0
  216. package/lib/cjs/spatial/ecrs/Registry.js +208 -0
  217. package/lib/cjs/spatial/ecrs/Registry.js.map +1 -0
  218. package/lib/cjs/spatial/ecrs/Transform.d.ts +78 -0
  219. package/lib/cjs/spatial/ecrs/Transform.d.ts.map +1 -0
  220. package/lib/cjs/spatial/ecrs/Transform.js +397 -0
  221. package/lib/cjs/spatial/ecrs/Transform.js.map +1 -0
  222. package/lib/cjs/spatial/ecrs/Unit.d.ts +171 -0
  223. package/lib/cjs/spatial/ecrs/Unit.d.ts.map +1 -0
  224. package/lib/cjs/spatial/ecrs/Unit.js +337 -0
  225. package/lib/cjs/spatial/ecrs/Unit.js.map +1 -0
  226. package/lib/cjs/spatial/ecrs/VerticalModel.d.ts +70 -0
  227. package/lib/cjs/spatial/ecrs/VerticalModel.d.ts.map +1 -0
  228. package/lib/cjs/spatial/ecrs/VerticalModel.js +89 -0
  229. package/lib/cjs/spatial/ecrs/VerticalModel.js.map +1 -0
  230. package/lib/cjs/spatial/ecrs/WellKnownText.d.ts +154 -0
  231. package/lib/cjs/spatial/ecrs/WellKnownText.d.ts.map +1 -0
  232. package/lib/cjs/spatial/ecrs/WellKnownText.js +495 -0
  233. package/lib/cjs/spatial/ecrs/WellKnownText.js.map +1 -0
  234. package/lib/cjs/spatial/ecrs/WellKnownTextNode.d.ts +70 -0
  235. package/lib/cjs/spatial/ecrs/WellKnownTextNode.d.ts.map +1 -0
  236. package/lib/cjs/spatial/ecrs/WellKnownTextNode.js +129 -0
  237. package/lib/cjs/spatial/ecrs/WellKnownTextNode.js.map +1 -0
  238. package/lib/cjs/spatial/ecrs/projection/HotineObliqueMercator.d.ts +102 -0
  239. package/lib/cjs/spatial/ecrs/projection/HotineObliqueMercator.d.ts.map +1 -0
  240. package/lib/cjs/spatial/ecrs/projection/HotineObliqueMercator.js +163 -0
  241. package/lib/cjs/spatial/ecrs/projection/HotineObliqueMercator.js.map +1 -0
  242. package/lib/cjs/spatial/ecrs/projection/KrovakObliqueConformalConic.d.ts +80 -0
  243. package/lib/cjs/spatial/ecrs/projection/KrovakObliqueConformalConic.d.ts.map +1 -0
  244. package/lib/cjs/spatial/ecrs/projection/KrovakObliqueConformalConic.js +126 -0
  245. package/lib/cjs/spatial/ecrs/projection/KrovakObliqueConformalConic.js.map +1 -0
  246. package/lib/cjs/spatial/ecrs/projection/KrovakObliqueConformalConicEN.d.ts +48 -0
  247. package/lib/cjs/spatial/ecrs/projection/KrovakObliqueConformalConicEN.d.ts.map +1 -0
  248. package/lib/cjs/spatial/ecrs/projection/KrovakObliqueConformalConicEN.js +74 -0
  249. package/lib/cjs/spatial/ecrs/projection/KrovakObliqueConformalConicEN.js.map +1 -0
  250. package/lib/cjs/spatial/ecrs/projection/LambertConical1SP.d.ts +73 -0
  251. package/lib/cjs/spatial/ecrs/projection/LambertConical1SP.d.ts.map +1 -0
  252. package/lib/cjs/spatial/ecrs/projection/LambertConical1SP.js +130 -0
  253. package/lib/cjs/spatial/ecrs/projection/LambertConical1SP.js.map +1 -0
  254. package/lib/cjs/spatial/ecrs/projection/LambertConical2SP.d.ts +121 -0
  255. package/lib/cjs/spatial/ecrs/projection/LambertConical2SP.d.ts.map +1 -0
  256. package/lib/cjs/spatial/ecrs/projection/LambertConical2SP.js +180 -0
  257. package/lib/cjs/spatial/ecrs/projection/LambertConical2SP.js.map +1 -0
  258. package/lib/cjs/spatial/ecrs/projection/Mercator1SP.d.ts +74 -0
  259. package/lib/cjs/spatial/ecrs/projection/Mercator1SP.d.ts.map +1 -0
  260. package/lib/cjs/spatial/ecrs/projection/Mercator1SP.js +113 -0
  261. package/lib/cjs/spatial/ecrs/projection/Mercator1SP.js.map +1 -0
  262. package/lib/cjs/spatial/ecrs/projection/ObliqueMercator.d.ts +97 -0
  263. package/lib/cjs/spatial/ecrs/projection/ObliqueMercator.d.ts.map +1 -0
  264. package/lib/cjs/spatial/ecrs/projection/ObliqueMercator.js +174 -0
  265. package/lib/cjs/spatial/ecrs/projection/ObliqueMercator.js.map +1 -0
  266. package/lib/cjs/spatial/ecrs/projection/ObliqueStereographic.d.ts +124 -0
  267. package/lib/cjs/spatial/ecrs/projection/ObliqueStereographic.d.ts.map +1 -0
  268. package/lib/cjs/spatial/ecrs/projection/ObliqueStereographic.js +209 -0
  269. package/lib/cjs/spatial/ecrs/projection/ObliqueStereographic.js.map +1 -0
  270. package/lib/cjs/spatial/ecrs/projection/TransverseMercator.d.ts +109 -0
  271. package/lib/cjs/spatial/ecrs/projection/TransverseMercator.d.ts.map +1 -0
  272. package/lib/cjs/spatial/ecrs/projection/TransverseMercator.js +184 -0
  273. package/lib/cjs/spatial/ecrs/projection/TransverseMercator.js.map +1 -0
  274. package/lib/cjs/spatial/ecrs/transformation/PositionVector.d.ts +91 -0
  275. package/lib/cjs/spatial/ecrs/transformation/PositionVector.d.ts.map +1 -0
  276. package/lib/cjs/spatial/ecrs/transformation/PositionVector.js +131 -0
  277. package/lib/cjs/spatial/ecrs/transformation/PositionVector.js.map +1 -0
  278. package/lib/cjs/spatial/geom/Bounds.d.ts +34 -0
  279. package/lib/cjs/spatial/geom/Bounds.d.ts.map +1 -0
  280. package/lib/cjs/spatial/geom/Bounds.js +157 -0
  281. package/lib/cjs/spatial/geom/Bounds.js.map +1 -0
  282. package/lib/cjs/spatial/geom/Coordinate.d.ts +62 -0
  283. package/lib/cjs/spatial/geom/Coordinate.d.ts.map +1 -0
  284. package/lib/cjs/spatial/geom/Coordinate.js +187 -0
  285. package/lib/cjs/spatial/geom/Coordinate.js.map +1 -0
  286. package/lib/cjs/spatial/geom/Line.d.ts +226 -0
  287. package/lib/cjs/spatial/geom/Line.d.ts.map +1 -0
  288. package/lib/cjs/spatial/geom/Line.js +433 -0
  289. package/lib/cjs/spatial/geom/Line.js.map +1 -0
  290. package/lib/cjs/spatial/geom/Transform.d.ts +341 -0
  291. package/lib/cjs/spatial/geom/Transform.d.ts.map +1 -0
  292. package/lib/cjs/spatial/geom/Transform.js +749 -0
  293. package/lib/cjs/spatial/geom/Transform.js.map +1 -0
  294. package/lib/cjs/system/buffer/ABuffer.d.ts +52 -0
  295. package/lib/cjs/system/buffer/ABuffer.d.ts.map +1 -0
  296. package/lib/cjs/system/buffer/ABuffer.js +91 -0
  297. package/lib/cjs/system/buffer/ABuffer.js.map +1 -0
  298. package/lib/cjs/system/buffer/Float32Buffer.d.ts +47 -0
  299. package/lib/cjs/system/buffer/Float32Buffer.d.ts.map +1 -0
  300. package/lib/cjs/system/buffer/Float32Buffer.js +61 -0
  301. package/lib/cjs/system/buffer/Float32Buffer.js.map +1 -0
  302. package/lib/cjs/system/buffer/LittleEndian.d.ts +150 -0
  303. package/lib/cjs/system/buffer/LittleEndian.d.ts.map +1 -0
  304. package/lib/cjs/system/buffer/LittleEndian.js +304 -0
  305. package/lib/cjs/system/buffer/LittleEndian.js.map +1 -0
  306. package/lib/cjs/system/buffer/Uint16Buffer.d.ts +50 -0
  307. package/lib/cjs/system/buffer/Uint16Buffer.d.ts.map +1 -0
  308. package/lib/cjs/system/buffer/Uint16Buffer.js +66 -0
  309. package/lib/cjs/system/buffer/Uint16Buffer.js.map +1 -0
  310. package/lib/cjs/system/buffer/Uint8Buffer.d.ts +50 -0
  311. package/lib/cjs/system/buffer/Uint8Buffer.d.ts.map +1 -0
  312. package/lib/cjs/system/buffer/Uint8Buffer.js +66 -0
  313. package/lib/cjs/system/buffer/Uint8Buffer.js.map +1 -0
  314. package/lib/cjs/system/collection/AList.d.ts +31 -0
  315. package/lib/cjs/system/collection/AList.d.ts.map +1 -0
  316. package/lib/cjs/system/collection/AList.js +71 -0
  317. package/lib/cjs/system/collection/AList.js.map +1 -0
  318. package/lib/cjs/system/collection/IntMap.d.ts +19 -0
  319. package/lib/cjs/system/collection/IntMap.d.ts.map +1 -0
  320. package/lib/cjs/system/collection/IntMap.js +36 -0
  321. package/lib/cjs/system/collection/IntMap.js.map +1 -0
  322. package/lib/cjs/system/collection/StringMap.d.ts +27 -0
  323. package/lib/cjs/system/collection/StringMap.d.ts.map +1 -0
  324. package/lib/cjs/system/collection/StringMap.js +64 -0
  325. package/lib/cjs/system/collection/StringMap.js.map +1 -0
  326. package/lib/cjs/system/io/ABufferInStream.d.ts +30 -0
  327. package/lib/cjs/system/io/ABufferInStream.d.ts.map +1 -0
  328. package/lib/cjs/system/io/ABufferInStream.js +47 -0
  329. package/lib/cjs/system/io/ABufferInStream.js.map +1 -0
  330. package/lib/cjs/system/io/InStream.d.ts +24 -0
  331. package/lib/cjs/system/io/InStream.d.ts.map +1 -0
  332. package/lib/cjs/system/io/InStream.js +35 -0
  333. package/lib/cjs/system/io/InStream.js.map +1 -0
  334. package/lib/cjs/system/io/OutStream.d.ts +24 -0
  335. package/lib/cjs/system/io/OutStream.d.ts.map +1 -0
  336. package/lib/cjs/system/io/OutStream.js +34 -0
  337. package/lib/cjs/system/io/OutStream.js.map +1 -0
  338. package/lib/cjs/system/runtime/ALong.d.ts +330 -0
  339. package/lib/cjs/system/runtime/ALong.d.ts.map +1 -0
  340. package/lib/cjs/system/runtime/ALong.js +688 -0
  341. package/lib/cjs/system/runtime/ALong.js.map +1 -0
  342. package/lib/cjs/system/runtime/ASystem.d.ts +15 -0
  343. package/lib/cjs/system/runtime/ASystem.d.ts.map +1 -0
  344. package/lib/cjs/system/runtime/ASystem.js +32 -0
  345. package/lib/cjs/system/runtime/ASystem.js.map +1 -0
  346. package/lib/cjs/system/runtime/Downloader.d.ts +18 -0
  347. package/lib/cjs/system/runtime/Downloader.d.ts.map +1 -0
  348. package/lib/cjs/system/runtime/Downloader.js +39 -0
  349. package/lib/cjs/system/runtime/Downloader.js.map +1 -0
  350. package/lib/cjs/system/runtime/DownloaderNode.d.ts +19 -0
  351. package/lib/cjs/system/runtime/DownloaderNode.d.ts.map +1 -0
  352. package/lib/cjs/system/runtime/DownloaderNode.js +130 -0
  353. package/lib/cjs/system/runtime/DownloaderNode.js.map +1 -0
  354. package/lib/cjs/system/runtime/DownloaderXhr.d.ts +19 -0
  355. package/lib/cjs/system/runtime/DownloaderXhr.d.ts.map +1 -0
  356. package/lib/cjs/system/runtime/DownloaderXhr.js +132 -0
  357. package/lib/cjs/system/runtime/DownloaderXhr.js.map +1 -0
  358. package/lib/cjs/system/runtime/Message.d.ts +17 -0
  359. package/lib/cjs/system/runtime/Message.d.ts.map +1 -0
  360. package/lib/cjs/system/runtime/Message.js +40 -0
  361. package/lib/cjs/system/runtime/Message.js.map +1 -0
  362. package/lib/cjs/system/runtime/Numbers.d.ts +35 -0
  363. package/lib/cjs/system/runtime/Numbers.d.ts.map +1 -0
  364. package/lib/cjs/system/runtime/Numbers.js +88 -0
  365. package/lib/cjs/system/runtime/Numbers.js.map +1 -0
  366. package/lib/cjs/system/runtime/Strings.d.ts +50 -0
  367. package/lib/cjs/system/runtime/Strings.d.ts.map +1 -0
  368. package/lib/cjs/system/runtime/Strings.js +189 -0
  369. package/lib/cjs/system/runtime/Strings.js.map +1 -0
  370. package/lib/cjs/system/runtime/iComparator.d.ts +13 -0
  371. package/lib/cjs/system/runtime/iComparator.d.ts.map +1 -0
  372. package/lib/cjs/system/runtime/iComparator.js +10 -0
  373. package/lib/cjs/system/runtime/iComparator.js.map +1 -0
  374. package/lib/cjs/system/storage/CacheList.d.ts +40 -0
  375. package/lib/cjs/system/storage/CacheList.d.ts.map +1 -0
  376. package/lib/cjs/system/storage/CacheList.js +81 -0
  377. package/lib/cjs/system/storage/CacheList.js.map +1 -0
  378. package/lib/cjs/system/storage/CachedItem.d.ts +22 -0
  379. package/lib/cjs/system/storage/CachedItem.d.ts.map +1 -0
  380. package/lib/cjs/system/storage/CachedItem.js +26 -0
  381. package/lib/cjs/system/storage/CachedItem.js.map +1 -0
  382. package/lib/cjs/system/storage/ContentLoader.d.ts +65 -0
  383. package/lib/cjs/system/storage/ContentLoader.d.ts.map +1 -0
  384. package/lib/cjs/system/storage/ContentLoader.js +96 -0
  385. package/lib/cjs/system/storage/ContentLoader.js.map +1 -0
  386. package/lib/cjs/system/storage/FileContent.d.ts +20 -0
  387. package/lib/cjs/system/storage/FileContent.d.ts.map +1 -0
  388. package/lib/cjs/system/storage/FileContent.js +25 -0
  389. package/lib/cjs/system/storage/FileContent.js.map +1 -0
  390. package/lib/cjs/system/storage/FileRange.d.ts +21 -0
  391. package/lib/cjs/system/storage/FileRange.d.ts.map +1 -0
  392. package/lib/cjs/system/storage/FileRange.js +25 -0
  393. package/lib/cjs/system/storage/FileRange.js.map +1 -0
  394. package/lib/cjs/system/storage/FileStorage.d.ts +45 -0
  395. package/lib/cjs/system/storage/FileStorage.d.ts.map +1 -0
  396. package/lib/cjs/system/storage/FileStorage.js +63 -0
  397. package/lib/cjs/system/storage/FileStorage.js.map +1 -0
  398. package/lib/cjs/system/storage/NodeFS.d.ts +42 -0
  399. package/lib/cjs/system/storage/NodeFS.d.ts.map +1 -0
  400. package/lib/cjs/system/storage/NodeFS.js +80 -0
  401. package/lib/cjs/system/storage/NodeFS.js.map +1 -0
  402. package/lib/cjs/system/storage/PageCachedFile.d.ts +55 -0
  403. package/lib/cjs/system/storage/PageCachedFile.d.ts.map +1 -0
  404. package/lib/cjs/system/storage/PageCachedFile.js +166 -0
  405. package/lib/cjs/system/storage/PageCachedFile.js.map +1 -0
  406. package/lib/cjs/system/storage/UrlFS.d.ts +54 -0
  407. package/lib/cjs/system/storage/UrlFS.d.ts.map +1 -0
  408. package/lib/cjs/system/storage/UrlFS.js +115 -0
  409. package/lib/cjs/system/storage/UrlFS.js.map +1 -0
  410. package/lib/esm/core-orbitgt.d.ts +27 -0
  411. package/lib/esm/core-orbitgt.d.ts.map +1 -0
  412. package/lib/esm/core-orbitgt.js +32 -0
  413. package/lib/esm/core-orbitgt.js.map +1 -0
  414. package/lib/esm/pointcloud/format/opc/AttributeMask.d.ts +31 -0
  415. package/lib/esm/pointcloud/format/opc/AttributeMask.d.ts.map +1 -0
  416. package/lib/esm/pointcloud/format/opc/AttributeMask.js +44 -0
  417. package/lib/esm/pointcloud/format/opc/AttributeMask.js.map +1 -0
  418. package/lib/esm/pointcloud/format/opc/AttributeReader.d.ts +64 -0
  419. package/lib/esm/pointcloud/format/opc/AttributeReader.d.ts.map +1 -0
  420. package/lib/esm/pointcloud/format/opc/AttributeReader.js +21 -0
  421. package/lib/esm/pointcloud/format/opc/AttributeReader.js.map +1 -0
  422. package/lib/esm/pointcloud/format/opc/BlockRecord.d.ts +55 -0
  423. package/lib/esm/pointcloud/format/opc/BlockRecord.d.ts.map +1 -0
  424. package/lib/esm/pointcloud/format/opc/BlockRecord.js +81 -0
  425. package/lib/esm/pointcloud/format/opc/BlockRecord.js.map +1 -0
  426. package/lib/esm/pointcloud/format/opc/ContainerFile.d.ts +86 -0
  427. package/lib/esm/pointcloud/format/opc/ContainerFile.d.ts.map +1 -0
  428. package/lib/esm/pointcloud/format/opc/ContainerFile.js +196 -0
  429. package/lib/esm/pointcloud/format/opc/ContainerFile.js.map +1 -0
  430. package/lib/esm/pointcloud/format/opc/ContainerFilePart.d.ts +56 -0
  431. package/lib/esm/pointcloud/format/opc/ContainerFilePart.d.ts.map +1 -0
  432. package/lib/esm/pointcloud/format/opc/ContainerFilePart.js +72 -0
  433. package/lib/esm/pointcloud/format/opc/ContainerFilePart.js.map +1 -0
  434. package/lib/esm/pointcloud/format/opc/DirectoryReader.d.ts +76 -0
  435. package/lib/esm/pointcloud/format/opc/DirectoryReader.d.ts.map +1 -0
  436. package/lib/esm/pointcloud/format/opc/DirectoryReader.js +166 -0
  437. package/lib/esm/pointcloud/format/opc/DirectoryReader.js.map +1 -0
  438. package/lib/esm/pointcloud/format/opc/DirectoryRecord.d.ts +60 -0
  439. package/lib/esm/pointcloud/format/opc/DirectoryRecord.d.ts.map +1 -0
  440. package/lib/esm/pointcloud/format/opc/DirectoryRecord.js +86 -0
  441. package/lib/esm/pointcloud/format/opc/DirectoryRecord.js.map +1 -0
  442. package/lib/esm/pointcloud/format/opc/EmbeddedAttributeReader.d.ts +107 -0
  443. package/lib/esm/pointcloud/format/opc/EmbeddedAttributeReader.d.ts.map +1 -0
  444. package/lib/esm/pointcloud/format/opc/EmbeddedAttributeReader.js +194 -0
  445. package/lib/esm/pointcloud/format/opc/EmbeddedAttributeReader.js.map +1 -0
  446. package/lib/esm/pointcloud/format/opc/FileAccess.d.ts +40 -0
  447. package/lib/esm/pointcloud/format/opc/FileAccess.d.ts.map +1 -0
  448. package/lib/esm/pointcloud/format/opc/FileAccess.js +45 -0
  449. package/lib/esm/pointcloud/format/opc/FileAccess.js.map +1 -0
  450. package/lib/esm/pointcloud/format/opc/FileReader.d.ts +119 -0
  451. package/lib/esm/pointcloud/format/opc/FileReader.d.ts.map +1 -0
  452. package/lib/esm/pointcloud/format/opc/FileReader.js +245 -0
  453. package/lib/esm/pointcloud/format/opc/FileReader.js.map +1 -0
  454. package/lib/esm/pointcloud/format/opc/FileRecord.d.ts +90 -0
  455. package/lib/esm/pointcloud/format/opc/FileRecord.d.ts.map +1 -0
  456. package/lib/esm/pointcloud/format/opc/FileRecord.js +122 -0
  457. package/lib/esm/pointcloud/format/opc/FileRecord.js.map +1 -0
  458. package/lib/esm/pointcloud/format/opc/GeometryReader.d.ts +80 -0
  459. package/lib/esm/pointcloud/format/opc/GeometryReader.d.ts.map +1 -0
  460. package/lib/esm/pointcloud/format/opc/GeometryReader.js +160 -0
  461. package/lib/esm/pointcloud/format/opc/GeometryReader.js.map +1 -0
  462. package/lib/esm/pointcloud/format/opc/GeometryRecord.d.ts +54 -0
  463. package/lib/esm/pointcloud/format/opc/GeometryRecord.d.ts.map +1 -0
  464. package/lib/esm/pointcloud/format/opc/GeometryRecord.js +104 -0
  465. package/lib/esm/pointcloud/format/opc/GeometryRecord.js.map +1 -0
  466. package/lib/esm/pointcloud/format/opc/OPCReader.d.ts +158 -0
  467. package/lib/esm/pointcloud/format/opc/OPCReader.d.ts.map +1 -0
  468. package/lib/esm/pointcloud/format/opc/OPCReader.js +316 -0
  469. package/lib/esm/pointcloud/format/opc/OPCReader.js.map +1 -0
  470. package/lib/esm/pointcloud/format/opc/PointReader.d.ts +73 -0
  471. package/lib/esm/pointcloud/format/opc/PointReader.d.ts.map +1 -0
  472. package/lib/esm/pointcloud/format/opc/PointReader.js +149 -0
  473. package/lib/esm/pointcloud/format/opc/PointReader.js.map +1 -0
  474. package/lib/esm/pointcloud/format/opc/TileReadBuffer.d.ts +64 -0
  475. package/lib/esm/pointcloud/format/opc/TileReadBuffer.d.ts.map +1 -0
  476. package/lib/esm/pointcloud/format/opc/TileReadBuffer.js +89 -0
  477. package/lib/esm/pointcloud/format/opc/TileReadBuffer.js.map +1 -0
  478. package/lib/esm/pointcloud/format/opc/TileRecord.d.ts +89 -0
  479. package/lib/esm/pointcloud/format/opc/TileRecord.d.ts.map +1 -0
  480. package/lib/esm/pointcloud/format/opc/TileRecord.js +158 -0
  481. package/lib/esm/pointcloud/format/opc/TileRecord.js.map +1 -0
  482. package/lib/esm/pointcloud/model/AttributeTypes.d.ts +38 -0
  483. package/lib/esm/pointcloud/model/AttributeTypes.d.ts.map +1 -0
  484. package/lib/esm/pointcloud/model/AttributeTypes.js +61 -0
  485. package/lib/esm/pointcloud/model/AttributeTypes.js.map +1 -0
  486. package/lib/esm/pointcloud/model/AttributeValue.d.ts +248 -0
  487. package/lib/esm/pointcloud/model/AttributeValue.d.ts.map +1 -0
  488. package/lib/esm/pointcloud/model/AttributeValue.js +505 -0
  489. package/lib/esm/pointcloud/model/AttributeValue.js.map +1 -0
  490. package/lib/esm/pointcloud/model/BlockIndex.d.ts +50 -0
  491. package/lib/esm/pointcloud/model/BlockIndex.d.ts.map +1 -0
  492. package/lib/esm/pointcloud/model/BlockIndex.js +45 -0
  493. package/lib/esm/pointcloud/model/BlockIndex.js.map +1 -0
  494. package/lib/esm/pointcloud/model/CloudPoint.d.ts +211 -0
  495. package/lib/esm/pointcloud/model/CloudPoint.d.ts.map +1 -0
  496. package/lib/esm/pointcloud/model/CloudPoint.js +315 -0
  497. package/lib/esm/pointcloud/model/CloudPoint.js.map +1 -0
  498. package/lib/esm/pointcloud/model/Grid.d.ts +92 -0
  499. package/lib/esm/pointcloud/model/Grid.d.ts.map +1 -0
  500. package/lib/esm/pointcloud/model/Grid.js +126 -0
  501. package/lib/esm/pointcloud/model/Grid.js.map +1 -0
  502. package/lib/esm/pointcloud/model/GridIndex.d.ts +67 -0
  503. package/lib/esm/pointcloud/model/GridIndex.d.ts.map +1 -0
  504. package/lib/esm/pointcloud/model/GridIndex.js +90 -0
  505. package/lib/esm/pointcloud/model/GridIndex.js.map +1 -0
  506. package/lib/esm/pointcloud/model/PointAttribute.d.ts +209 -0
  507. package/lib/esm/pointcloud/model/PointAttribute.d.ts.map +1 -0
  508. package/lib/esm/pointcloud/model/PointAttribute.js +371 -0
  509. package/lib/esm/pointcloud/model/PointAttribute.js.map +1 -0
  510. package/lib/esm/pointcloud/model/PointCloudReader.d.ts +157 -0
  511. package/lib/esm/pointcloud/model/PointCloudReader.d.ts.map +1 -0
  512. package/lib/esm/pointcloud/model/PointCloudReader.js +186 -0
  513. package/lib/esm/pointcloud/model/PointCloudReader.js.map +1 -0
  514. package/lib/esm/pointcloud/model/PointData.d.ts +18 -0
  515. package/lib/esm/pointcloud/model/PointData.d.ts.map +1 -0
  516. package/lib/esm/pointcloud/model/PointData.js +21 -0
  517. package/lib/esm/pointcloud/model/PointData.js.map +1 -0
  518. package/lib/esm/pointcloud/model/PointDataRaw.d.ts +35 -0
  519. package/lib/esm/pointcloud/model/PointDataRaw.d.ts.map +1 -0
  520. package/lib/esm/pointcloud/model/PointDataRaw.js +66 -0
  521. package/lib/esm/pointcloud/model/PointDataRaw.js.map +1 -0
  522. package/lib/esm/pointcloud/model/ReadRequest.d.ts +176 -0
  523. package/lib/esm/pointcloud/model/ReadRequest.d.ts.map +1 -0
  524. package/lib/esm/pointcloud/model/ReadRequest.js +236 -0
  525. package/lib/esm/pointcloud/model/ReadRequest.js.map +1 -0
  526. package/lib/esm/pointcloud/model/StandardAttributes.d.ts +41 -0
  527. package/lib/esm/pointcloud/model/StandardAttributes.d.ts.map +1 -0
  528. package/lib/esm/pointcloud/model/StandardAttributes.js +44 -0
  529. package/lib/esm/pointcloud/model/StandardAttributes.js.map +1 -0
  530. package/lib/esm/pointcloud/model/TileIndex.d.ts +48 -0
  531. package/lib/esm/pointcloud/model/TileIndex.d.ts.map +1 -0
  532. package/lib/esm/pointcloud/model/TileIndex.js +44 -0
  533. package/lib/esm/pointcloud/model/TileIndex.js.map +1 -0
  534. package/lib/esm/pointcloud/render/AViewRequest.d.ts +39 -0
  535. package/lib/esm/pointcloud/render/AViewRequest.d.ts.map +1 -0
  536. package/lib/esm/pointcloud/render/AViewRequest.js +21 -0
  537. package/lib/esm/pointcloud/render/AViewRequest.js.map +1 -0
  538. package/lib/esm/pointcloud/render/Block.d.ts +68 -0
  539. package/lib/esm/pointcloud/render/Block.d.ts.map +1 -0
  540. package/lib/esm/pointcloud/render/Block.js +116 -0
  541. package/lib/esm/pointcloud/render/Block.js.map +1 -0
  542. package/lib/esm/pointcloud/render/DataManager.d.ts +137 -0
  543. package/lib/esm/pointcloud/render/DataManager.d.ts.map +1 -0
  544. package/lib/esm/pointcloud/render/DataManager.js +339 -0
  545. package/lib/esm/pointcloud/render/DataManager.js.map +1 -0
  546. package/lib/esm/pointcloud/render/FrameData.d.ts +31 -0
  547. package/lib/esm/pointcloud/render/FrameData.d.ts.map +1 -0
  548. package/lib/esm/pointcloud/render/FrameData.js +36 -0
  549. package/lib/esm/pointcloud/render/FrameData.js.map +1 -0
  550. package/lib/esm/pointcloud/render/Level.d.ts +91 -0
  551. package/lib/esm/pointcloud/render/Level.d.ts.map +1 -0
  552. package/lib/esm/pointcloud/render/Level.js +116 -0
  553. package/lib/esm/pointcloud/render/Level.js.map +1 -0
  554. package/lib/esm/pointcloud/render/TileLoadSorter.d.ts +61 -0
  555. package/lib/esm/pointcloud/render/TileLoadSorter.d.ts.map +1 -0
  556. package/lib/esm/pointcloud/render/TileLoadSorter.js +96 -0
  557. package/lib/esm/pointcloud/render/TileLoadSorter.js.map +1 -0
  558. package/lib/esm/pointcloud/render/ViewTree.d.ts +114 -0
  559. package/lib/esm/pointcloud/render/ViewTree.d.ts.map +1 -0
  560. package/lib/esm/pointcloud/render/ViewTree.js +360 -0
  561. package/lib/esm/pointcloud/render/ViewTree.js.map +1 -0
  562. package/lib/esm/spatial/crs/CRSEngine.d.ts +56 -0
  563. package/lib/esm/spatial/crs/CRSEngine.d.ts.map +1 -0
  564. package/lib/esm/spatial/crs/CRSEngine.js +90 -0
  565. package/lib/esm/spatial/crs/CRSEngine.js.map +1 -0
  566. package/lib/esm/spatial/crs/CRSManager.d.ts +50 -0
  567. package/lib/esm/spatial/crs/CRSManager.d.ts.map +1 -0
  568. package/lib/esm/spatial/crs/CRSManager.js +106 -0
  569. package/lib/esm/spatial/crs/CRSManager.js.map +1 -0
  570. package/lib/esm/spatial/ecrs/Axis.d.ts +78 -0
  571. package/lib/esm/spatial/ecrs/Axis.d.ts.map +1 -0
  572. package/lib/esm/spatial/ecrs/Axis.js +90 -0
  573. package/lib/esm/spatial/ecrs/Axis.js.map +1 -0
  574. package/lib/esm/spatial/ecrs/CRS.d.ts +448 -0
  575. package/lib/esm/spatial/ecrs/CRS.d.ts.map +1 -0
  576. package/lib/esm/spatial/ecrs/CRS.js +927 -0
  577. package/lib/esm/spatial/ecrs/CRS.js.map +1 -0
  578. package/lib/esm/spatial/ecrs/CoordinateSystem.d.ts +143 -0
  579. package/lib/esm/spatial/ecrs/CoordinateSystem.d.ts.map +1 -0
  580. package/lib/esm/spatial/ecrs/CoordinateSystem.js +323 -0
  581. package/lib/esm/spatial/ecrs/CoordinateSystem.js.map +1 -0
  582. package/lib/esm/spatial/ecrs/DataFileUnit.d.ts +11 -0
  583. package/lib/esm/spatial/ecrs/DataFileUnit.d.ts.map +1 -0
  584. package/lib/esm/spatial/ecrs/DataFileUnit.js +101 -0
  585. package/lib/esm/spatial/ecrs/DataFileUnit.js.map +1 -0
  586. package/lib/esm/spatial/ecrs/Datum.d.ts +112 -0
  587. package/lib/esm/spatial/ecrs/Datum.d.ts.map +1 -0
  588. package/lib/esm/spatial/ecrs/Datum.js +163 -0
  589. package/lib/esm/spatial/ecrs/Datum.js.map +1 -0
  590. package/lib/esm/spatial/ecrs/Ellipsoid.d.ts +189 -0
  591. package/lib/esm/spatial/ecrs/Ellipsoid.d.ts.map +1 -0
  592. package/lib/esm/spatial/ecrs/Ellipsoid.js +333 -0
  593. package/lib/esm/spatial/ecrs/Ellipsoid.js.map +1 -0
  594. package/lib/esm/spatial/ecrs/OnlineEngine.d.ts +49 -0
  595. package/lib/esm/spatial/ecrs/OnlineEngine.d.ts.map +1 -0
  596. package/lib/esm/spatial/ecrs/OnlineEngine.js +99 -0
  597. package/lib/esm/spatial/ecrs/OnlineEngine.js.map +1 -0
  598. package/lib/esm/spatial/ecrs/OnlineRegistry.d.ts +38 -0
  599. package/lib/esm/spatial/ecrs/OnlineRegistry.d.ts.map +1 -0
  600. package/lib/esm/spatial/ecrs/OnlineRegistry.js +73 -0
  601. package/lib/esm/spatial/ecrs/OnlineRegistry.js.map +1 -0
  602. package/lib/esm/spatial/ecrs/Operation.d.ts +192 -0
  603. package/lib/esm/spatial/ecrs/Operation.d.ts.map +1 -0
  604. package/lib/esm/spatial/ecrs/Operation.js +342 -0
  605. package/lib/esm/spatial/ecrs/Operation.js.map +1 -0
  606. package/lib/esm/spatial/ecrs/OperationMethod.d.ts +72 -0
  607. package/lib/esm/spatial/ecrs/OperationMethod.d.ts.map +1 -0
  608. package/lib/esm/spatial/ecrs/OperationMethod.js +72 -0
  609. package/lib/esm/spatial/ecrs/OperationMethod.js.map +1 -0
  610. package/lib/esm/spatial/ecrs/ParameterValue.d.ts +50 -0
  611. package/lib/esm/spatial/ecrs/ParameterValue.d.ts.map +1 -0
  612. package/lib/esm/spatial/ecrs/ParameterValue.js +62 -0
  613. package/lib/esm/spatial/ecrs/ParameterValue.js.map +1 -0
  614. package/lib/esm/spatial/ecrs/ParameterValueList.d.ts +73 -0
  615. package/lib/esm/spatial/ecrs/ParameterValueList.d.ts.map +1 -0
  616. package/lib/esm/spatial/ecrs/ParameterValueList.js +117 -0
  617. package/lib/esm/spatial/ecrs/ParameterValueList.js.map +1 -0
  618. package/lib/esm/spatial/ecrs/PrimeMeridian.d.ts +79 -0
  619. package/lib/esm/spatial/ecrs/PrimeMeridian.d.ts.map +1 -0
  620. package/lib/esm/spatial/ecrs/PrimeMeridian.js +105 -0
  621. package/lib/esm/spatial/ecrs/PrimeMeridian.js.map +1 -0
  622. package/lib/esm/spatial/ecrs/Registry.d.ts +110 -0
  623. package/lib/esm/spatial/ecrs/Registry.d.ts.map +1 -0
  624. package/lib/esm/spatial/ecrs/Registry.js +204 -0
  625. package/lib/esm/spatial/ecrs/Registry.js.map +1 -0
  626. package/lib/esm/spatial/ecrs/Transform.d.ts +78 -0
  627. package/lib/esm/spatial/ecrs/Transform.d.ts.map +1 -0
  628. package/lib/esm/spatial/ecrs/Transform.js +393 -0
  629. package/lib/esm/spatial/ecrs/Transform.js.map +1 -0
  630. package/lib/esm/spatial/ecrs/Unit.d.ts +171 -0
  631. package/lib/esm/spatial/ecrs/Unit.d.ts.map +1 -0
  632. package/lib/esm/spatial/ecrs/Unit.js +333 -0
  633. package/lib/esm/spatial/ecrs/Unit.js.map +1 -0
  634. package/lib/esm/spatial/ecrs/VerticalModel.d.ts +70 -0
  635. package/lib/esm/spatial/ecrs/VerticalModel.d.ts.map +1 -0
  636. package/lib/esm/spatial/ecrs/VerticalModel.js +85 -0
  637. package/lib/esm/spatial/ecrs/VerticalModel.js.map +1 -0
  638. package/lib/esm/spatial/ecrs/WellKnownText.d.ts +154 -0
  639. package/lib/esm/spatial/ecrs/WellKnownText.d.ts.map +1 -0
  640. package/lib/esm/spatial/ecrs/WellKnownText.js +491 -0
  641. package/lib/esm/spatial/ecrs/WellKnownText.js.map +1 -0
  642. package/lib/esm/spatial/ecrs/WellKnownTextNode.d.ts +70 -0
  643. package/lib/esm/spatial/ecrs/WellKnownTextNode.d.ts.map +1 -0
  644. package/lib/esm/spatial/ecrs/WellKnownTextNode.js +125 -0
  645. package/lib/esm/spatial/ecrs/WellKnownTextNode.js.map +1 -0
  646. package/lib/esm/spatial/ecrs/projection/HotineObliqueMercator.d.ts +102 -0
  647. package/lib/esm/spatial/ecrs/projection/HotineObliqueMercator.d.ts.map +1 -0
  648. package/lib/esm/spatial/ecrs/projection/HotineObliqueMercator.js +159 -0
  649. package/lib/esm/spatial/ecrs/projection/HotineObliqueMercator.js.map +1 -0
  650. package/lib/esm/spatial/ecrs/projection/KrovakObliqueConformalConic.d.ts +80 -0
  651. package/lib/esm/spatial/ecrs/projection/KrovakObliqueConformalConic.d.ts.map +1 -0
  652. package/lib/esm/spatial/ecrs/projection/KrovakObliqueConformalConic.js +122 -0
  653. package/lib/esm/spatial/ecrs/projection/KrovakObliqueConformalConic.js.map +1 -0
  654. package/lib/esm/spatial/ecrs/projection/KrovakObliqueConformalConicEN.d.ts +48 -0
  655. package/lib/esm/spatial/ecrs/projection/KrovakObliqueConformalConicEN.d.ts.map +1 -0
  656. package/lib/esm/spatial/ecrs/projection/KrovakObliqueConformalConicEN.js +70 -0
  657. package/lib/esm/spatial/ecrs/projection/KrovakObliqueConformalConicEN.js.map +1 -0
  658. package/lib/esm/spatial/ecrs/projection/LambertConical1SP.d.ts +73 -0
  659. package/lib/esm/spatial/ecrs/projection/LambertConical1SP.d.ts.map +1 -0
  660. package/lib/esm/spatial/ecrs/projection/LambertConical1SP.js +126 -0
  661. package/lib/esm/spatial/ecrs/projection/LambertConical1SP.js.map +1 -0
  662. package/lib/esm/spatial/ecrs/projection/LambertConical2SP.d.ts +121 -0
  663. package/lib/esm/spatial/ecrs/projection/LambertConical2SP.d.ts.map +1 -0
  664. package/lib/esm/spatial/ecrs/projection/LambertConical2SP.js +176 -0
  665. package/lib/esm/spatial/ecrs/projection/LambertConical2SP.js.map +1 -0
  666. package/lib/esm/spatial/ecrs/projection/Mercator1SP.d.ts +74 -0
  667. package/lib/esm/spatial/ecrs/projection/Mercator1SP.d.ts.map +1 -0
  668. package/lib/esm/spatial/ecrs/projection/Mercator1SP.js +109 -0
  669. package/lib/esm/spatial/ecrs/projection/Mercator1SP.js.map +1 -0
  670. package/lib/esm/spatial/ecrs/projection/ObliqueMercator.d.ts +97 -0
  671. package/lib/esm/spatial/ecrs/projection/ObliqueMercator.d.ts.map +1 -0
  672. package/lib/esm/spatial/ecrs/projection/ObliqueMercator.js +170 -0
  673. package/lib/esm/spatial/ecrs/projection/ObliqueMercator.js.map +1 -0
  674. package/lib/esm/spatial/ecrs/projection/ObliqueStereographic.d.ts +124 -0
  675. package/lib/esm/spatial/ecrs/projection/ObliqueStereographic.d.ts.map +1 -0
  676. package/lib/esm/spatial/ecrs/projection/ObliqueStereographic.js +205 -0
  677. package/lib/esm/spatial/ecrs/projection/ObliqueStereographic.js.map +1 -0
  678. package/lib/esm/spatial/ecrs/projection/TransverseMercator.d.ts +109 -0
  679. package/lib/esm/spatial/ecrs/projection/TransverseMercator.d.ts.map +1 -0
  680. package/lib/esm/spatial/ecrs/projection/TransverseMercator.js +180 -0
  681. package/lib/esm/spatial/ecrs/projection/TransverseMercator.js.map +1 -0
  682. package/lib/esm/spatial/ecrs/transformation/PositionVector.d.ts +91 -0
  683. package/lib/esm/spatial/ecrs/transformation/PositionVector.d.ts.map +1 -0
  684. package/lib/esm/spatial/ecrs/transformation/PositionVector.js +127 -0
  685. package/lib/esm/spatial/ecrs/transformation/PositionVector.js.map +1 -0
  686. package/lib/esm/spatial/geom/Bounds.d.ts +34 -0
  687. package/lib/esm/spatial/geom/Bounds.d.ts.map +1 -0
  688. package/lib/esm/spatial/geom/Bounds.js +153 -0
  689. package/lib/esm/spatial/geom/Bounds.js.map +1 -0
  690. package/lib/esm/spatial/geom/Coordinate.d.ts +62 -0
  691. package/lib/esm/spatial/geom/Coordinate.d.ts.map +1 -0
  692. package/lib/esm/spatial/geom/Coordinate.js +183 -0
  693. package/lib/esm/spatial/geom/Coordinate.js.map +1 -0
  694. package/lib/esm/spatial/geom/Line.d.ts +226 -0
  695. package/lib/esm/spatial/geom/Line.d.ts.map +1 -0
  696. package/lib/esm/spatial/geom/Line.js +429 -0
  697. package/lib/esm/spatial/geom/Line.js.map +1 -0
  698. package/lib/esm/spatial/geom/Transform.d.ts +341 -0
  699. package/lib/esm/spatial/geom/Transform.d.ts.map +1 -0
  700. package/lib/esm/spatial/geom/Transform.js +745 -0
  701. package/lib/esm/spatial/geom/Transform.js.map +1 -0
  702. package/lib/esm/system/buffer/ABuffer.d.ts +52 -0
  703. package/lib/esm/system/buffer/ABuffer.d.ts.map +1 -0
  704. package/lib/esm/system/buffer/ABuffer.js +87 -0
  705. package/lib/esm/system/buffer/ABuffer.js.map +1 -0
  706. package/lib/esm/system/buffer/Float32Buffer.d.ts +47 -0
  707. package/lib/esm/system/buffer/Float32Buffer.d.ts.map +1 -0
  708. package/lib/esm/system/buffer/Float32Buffer.js +57 -0
  709. package/lib/esm/system/buffer/Float32Buffer.js.map +1 -0
  710. package/lib/esm/system/buffer/LittleEndian.d.ts +150 -0
  711. package/lib/esm/system/buffer/LittleEndian.d.ts.map +1 -0
  712. package/lib/esm/system/buffer/LittleEndian.js +300 -0
  713. package/lib/esm/system/buffer/LittleEndian.js.map +1 -0
  714. package/lib/esm/system/buffer/Uint16Buffer.d.ts +50 -0
  715. package/lib/esm/system/buffer/Uint16Buffer.d.ts.map +1 -0
  716. package/lib/esm/system/buffer/Uint16Buffer.js +62 -0
  717. package/lib/esm/system/buffer/Uint16Buffer.js.map +1 -0
  718. package/lib/esm/system/buffer/Uint8Buffer.d.ts +50 -0
  719. package/lib/esm/system/buffer/Uint8Buffer.d.ts.map +1 -0
  720. package/lib/esm/system/buffer/Uint8Buffer.js +62 -0
  721. package/lib/esm/system/buffer/Uint8Buffer.js.map +1 -0
  722. package/lib/esm/system/collection/AList.d.ts +31 -0
  723. package/lib/esm/system/collection/AList.d.ts.map +1 -0
  724. package/lib/esm/system/collection/AList.js +67 -0
  725. package/lib/esm/system/collection/AList.js.map +1 -0
  726. package/lib/esm/system/collection/IntMap.d.ts +19 -0
  727. package/lib/esm/system/collection/IntMap.d.ts.map +1 -0
  728. package/lib/esm/system/collection/IntMap.js +32 -0
  729. package/lib/esm/system/collection/IntMap.js.map +1 -0
  730. package/lib/esm/system/collection/StringMap.d.ts +27 -0
  731. package/lib/esm/system/collection/StringMap.d.ts.map +1 -0
  732. package/lib/esm/system/collection/StringMap.js +60 -0
  733. package/lib/esm/system/collection/StringMap.js.map +1 -0
  734. package/lib/esm/system/io/ABufferInStream.d.ts +30 -0
  735. package/lib/esm/system/io/ABufferInStream.d.ts.map +1 -0
  736. package/lib/esm/system/io/ABufferInStream.js +43 -0
  737. package/lib/esm/system/io/ABufferInStream.js.map +1 -0
  738. package/lib/esm/system/io/InStream.d.ts +24 -0
  739. package/lib/esm/system/io/InStream.d.ts.map +1 -0
  740. package/lib/esm/system/io/InStream.js +31 -0
  741. package/lib/esm/system/io/InStream.js.map +1 -0
  742. package/lib/esm/system/io/OutStream.d.ts +24 -0
  743. package/lib/esm/system/io/OutStream.d.ts.map +1 -0
  744. package/lib/esm/system/io/OutStream.js +30 -0
  745. package/lib/esm/system/io/OutStream.js.map +1 -0
  746. package/lib/esm/system/runtime/ALong.d.ts +330 -0
  747. package/lib/esm/system/runtime/ALong.d.ts.map +1 -0
  748. package/lib/esm/system/runtime/ALong.js +684 -0
  749. package/lib/esm/system/runtime/ALong.js.map +1 -0
  750. package/lib/esm/system/runtime/ASystem.d.ts +15 -0
  751. package/lib/esm/system/runtime/ASystem.d.ts.map +1 -0
  752. package/lib/esm/system/runtime/ASystem.js +28 -0
  753. package/lib/esm/system/runtime/ASystem.js.map +1 -0
  754. package/lib/esm/system/runtime/Downloader.d.ts +18 -0
  755. package/lib/esm/system/runtime/Downloader.d.ts.map +1 -0
  756. package/lib/esm/system/runtime/Downloader.js +35 -0
  757. package/lib/esm/system/runtime/Downloader.js.map +1 -0
  758. package/lib/esm/system/runtime/DownloaderNode.d.ts +19 -0
  759. package/lib/esm/system/runtime/DownloaderNode.d.ts.map +1 -0
  760. package/lib/esm/system/runtime/DownloaderNode.js +126 -0
  761. package/lib/esm/system/runtime/DownloaderNode.js.map +1 -0
  762. package/lib/esm/system/runtime/DownloaderXhr.d.ts +19 -0
  763. package/lib/esm/system/runtime/DownloaderXhr.d.ts.map +1 -0
  764. package/lib/esm/system/runtime/DownloaderXhr.js +128 -0
  765. package/lib/esm/system/runtime/DownloaderXhr.js.map +1 -0
  766. package/lib/esm/system/runtime/Message.d.ts +17 -0
  767. package/lib/esm/system/runtime/Message.d.ts.map +1 -0
  768. package/lib/esm/system/runtime/Message.js +36 -0
  769. package/lib/esm/system/runtime/Message.js.map +1 -0
  770. package/lib/esm/system/runtime/Numbers.d.ts +35 -0
  771. package/lib/esm/system/runtime/Numbers.d.ts.map +1 -0
  772. package/lib/esm/system/runtime/Numbers.js +84 -0
  773. package/lib/esm/system/runtime/Numbers.js.map +1 -0
  774. package/lib/esm/system/runtime/Strings.d.ts +50 -0
  775. package/lib/esm/system/runtime/Strings.d.ts.map +1 -0
  776. package/lib/esm/system/runtime/Strings.js +185 -0
  777. package/lib/esm/system/runtime/Strings.js.map +1 -0
  778. package/lib/esm/system/runtime/iComparator.d.ts +13 -0
  779. package/lib/esm/system/runtime/iComparator.d.ts.map +1 -0
  780. package/lib/esm/system/runtime/iComparator.js +9 -0
  781. package/lib/esm/system/runtime/iComparator.js.map +1 -0
  782. package/lib/esm/system/storage/CacheList.d.ts +40 -0
  783. package/lib/esm/system/storage/CacheList.d.ts.map +1 -0
  784. package/lib/esm/system/storage/CacheList.js +77 -0
  785. package/lib/esm/system/storage/CacheList.js.map +1 -0
  786. package/lib/esm/system/storage/CachedItem.d.ts +22 -0
  787. package/lib/esm/system/storage/CachedItem.d.ts.map +1 -0
  788. package/lib/esm/system/storage/CachedItem.js +22 -0
  789. package/lib/esm/system/storage/CachedItem.js.map +1 -0
  790. package/lib/esm/system/storage/ContentLoader.d.ts +65 -0
  791. package/lib/esm/system/storage/ContentLoader.d.ts.map +1 -0
  792. package/lib/esm/system/storage/ContentLoader.js +92 -0
  793. package/lib/esm/system/storage/ContentLoader.js.map +1 -0
  794. package/lib/esm/system/storage/FileContent.d.ts +20 -0
  795. package/lib/esm/system/storage/FileContent.d.ts.map +1 -0
  796. package/lib/esm/system/storage/FileContent.js +21 -0
  797. package/lib/esm/system/storage/FileContent.js.map +1 -0
  798. package/lib/esm/system/storage/FileRange.d.ts +21 -0
  799. package/lib/esm/system/storage/FileRange.d.ts.map +1 -0
  800. package/lib/esm/system/storage/FileRange.js +21 -0
  801. package/lib/esm/system/storage/FileRange.js.map +1 -0
  802. package/lib/esm/system/storage/FileStorage.d.ts +45 -0
  803. package/lib/esm/system/storage/FileStorage.d.ts.map +1 -0
  804. package/lib/esm/system/storage/FileStorage.js +59 -0
  805. package/lib/esm/system/storage/FileStorage.js.map +1 -0
  806. package/lib/esm/system/storage/NodeFS.d.ts +42 -0
  807. package/lib/esm/system/storage/NodeFS.d.ts.map +1 -0
  808. package/lib/esm/system/storage/NodeFS.js +76 -0
  809. package/lib/esm/system/storage/NodeFS.js.map +1 -0
  810. package/lib/esm/system/storage/PageCachedFile.d.ts +55 -0
  811. package/lib/esm/system/storage/PageCachedFile.d.ts.map +1 -0
  812. package/lib/esm/system/storage/PageCachedFile.js +162 -0
  813. package/lib/esm/system/storage/PageCachedFile.js.map +1 -0
  814. package/lib/esm/system/storage/UrlFS.d.ts +54 -0
  815. package/lib/esm/system/storage/UrlFS.d.ts.map +1 -0
  816. package/lib/esm/system/storage/UrlFS.js +111 -0
  817. package/lib/esm/system/storage/UrlFS.js.map +1 -0
  818. package/package.json +60 -0
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+ /*---------------------------------------------------------------------------------------------
3
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
+ * See LICENSE.md in the project root for license terms and full copyright notice.
5
+ *--------------------------------------------------------------------------------------------*/
6
+ /** @packageDocumentation
7
+ * @module OrbitGT
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.Message = void 0;
11
+ /**
12
+ * Class Message prints debug, information, warning and error messages to the console.
13
+ */
14
+ /** @internal */
15
+ class Message {
16
+ constructor() {
17
+ }
18
+ static log(message) {
19
+ if (Message.DISPLAY)
20
+ console.log(message);
21
+ }
22
+ static print(module, message) {
23
+ if (Message.DISPLAY)
24
+ console.log(module + " : " + message);
25
+ }
26
+ static printWarning(module, message) {
27
+ if (Message.DISPLAY)
28
+ console.log("WARNING: " + module + " : " + message);
29
+ }
30
+ static printError(module, exception, message) {
31
+ if (Message.DISPLAY)
32
+ console.log("ERROR: " + module + " : " + message);
33
+ if ((Message.DISPLAY) && (exception != null))
34
+ console.log("" + exception);
35
+ }
36
+ }
37
+ exports.Message = Message;
38
+ /** Disabled by default, enable to see all messages */
39
+ Message.DISPLAY = false;
40
+ //# sourceMappingURL=Message.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Message.js","sourceRoot":"","sources":["../../../../src/system/runtime/Message.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH;;GAEG;AACH,gBAAgB;AAChB,MAAa,OAAO;IAIhB;IACA,CAAC;IAEM,MAAM,CAAC,GAAG,CAAC,OAAe;QAC7B,IAAI,OAAO,CAAC,OAAO;YAAE,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;IAC9C,CAAC;IAEM,MAAM,CAAC,KAAK,CAAC,MAAc,EAAE,OAAe;QAC/C,IAAI,OAAO,CAAC,OAAO;YAAE,OAAO,CAAC,GAAG,CAAC,MAAM,GAAG,KAAK,GAAG,OAAO,CAAC,CAAC;IAC/D,CAAC;IAEM,MAAM,CAAC,YAAY,CAAC,MAAc,EAAE,OAAe;QACtD,IAAI,OAAO,CAAC,OAAO;YAAE,OAAO,CAAC,GAAG,CAAC,WAAW,GAAG,MAAM,GAAG,KAAK,GAAG,OAAO,CAAC,CAAC;IAC7E,CAAC;IAEM,MAAM,CAAC,UAAU,CAAC,MAAc,EAAE,SAAc,EAAE,OAAe;QACpE,IAAI,OAAO,CAAC,OAAO;YAAE,OAAO,CAAC,GAAG,CAAC,SAAS,GAAG,MAAM,GAAG,KAAK,GAAG,OAAO,CAAC,CAAC;QACvE,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,IAAI,IAAI,CAAC;YAAE,OAAO,CAAC,GAAG,CAAC,EAAE,GAAG,SAAS,CAAC,CAAC;IAC9E,CAAC;;AAtBL,0BAuBC;AAtBG,sDAAsD;AACxC,eAAO,GAAY,KAAK,CAAC","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 OrbitGT\r\n */\r\n\r\n/**\r\n * Class Message prints debug, information, warning and error messages to the console.\r\n */\r\n/** @internal */\r\nexport class Message {\r\n /** Disabled by default, enable to see all messages */\r\n public static DISPLAY: boolean = false;\r\n\r\n private constructor() {\r\n }\r\n\r\n public static log(message: string): void {\r\n if (Message.DISPLAY) console.log(message);\r\n }\r\n\r\n public static print(module: string, message: string): void {\r\n if (Message.DISPLAY) console.log(module + \" : \" + message);\r\n }\r\n\r\n public static printWarning(module: string, message: string): void {\r\n if (Message.DISPLAY) console.log(\"WARNING: \" + module + \" : \" + message);\r\n }\r\n\r\n public static printError(module: string, exception: any, message: string): void {\r\n if (Message.DISPLAY) console.log(\"ERROR: \" + module + \" : \" + message);\r\n if ((Message.DISPLAY) && (exception != null)) console.log(\"\" + exception);\r\n }\r\n}\r\n"]}
@@ -0,0 +1,35 @@
1
+ /** @packageDocumentation
2
+ * @module OrbitGT
3
+ */
4
+ declare type int32 = number;
5
+ declare type float32 = number;
6
+ declare type float64 = number;
7
+ import { ALong } from "./ALong";
8
+ /**
9
+ * Class Numbers defines the common numerical tools.
10
+ */
11
+ /** @internal */
12
+ export declare class Numbers {
13
+ /** The static byte buffer for number format conversions */
14
+ private static readonly BUFFER1;
15
+ private static readonly I8_BUFFER1;
16
+ private static readonly I32_BUFFER1;
17
+ private static readonly F32_BUFFER1;
18
+ private static readonly F64_BUFFER1;
19
+ private constructor();
20
+ static sqrt(value: float64): float64;
21
+ static floor(value: float64): float64;
22
+ static intFloor(value: float64): int32;
23
+ static divInt(value1: int32, value2: int32): int32;
24
+ static intBitsToFloat(value: int32): float32;
25
+ static floatToIntBits(value: float32): int32;
26
+ static longBitsToDouble(value: ALong): float64;
27
+ static doubleToLongBits(value: float64): ALong;
28
+ static intToDouble(value: int32): float64;
29
+ static doubleToInt(value: float64): int32;
30
+ static getInteger(value: string, defaultValue: int32): int32;
31
+ static getDouble(value: string, defaultValue: float64): float64;
32
+ static rgbToString(color: int32): string;
33
+ }
34
+ export {};
35
+ //# sourceMappingURL=Numbers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Numbers.d.ts","sourceRoot":"","sources":["../../../../src/system/runtime/Numbers.ts"],"names":[],"mappings":"AAIA;;GAEG;AAIH,aAAK,KAAK,GAAG,MAAM,CAAC;AACpB,aAAK,OAAO,GAAG,MAAM,CAAC;AACtB,aAAK,OAAO,GAAG,MAAM,CAAC;AAEtB,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC;;GAEG;AACH,gBAAgB;AAChB,qBAAa,OAAO;IAChB,2DAA2D;IAC3D,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAmC;IAClE,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,UAAU,CAA6C;IAC/E,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,WAAW,CAA+C;IAClF,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,WAAW,CAAmD;IACtF,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,WAAW,CAAmD;IAEtF,OAAO;WAGO,IAAI,CAAC,KAAK,EAAE,OAAO,GAAG,OAAO;WAI7B,KAAK,CAAC,KAAK,EAAE,OAAO,GAAG,OAAO;WAI9B,QAAQ,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK;WAI/B,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,GAAG,KAAK;WAI3C,cAAc,CAAC,KAAK,EAAE,KAAK,GAAG,OAAO;WAKrC,cAAc,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK;WAKrC,gBAAgB,CAAC,KAAK,EAAE,KAAK,GAAG,OAAO;WAMvC,gBAAgB,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK;WAKvC,WAAW,CAAC,KAAK,EAAE,KAAK,GAAG,OAAO;WAIlC,WAAW,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK;WAIlC,UAAU,CAAC,KAAK,EAAE,MAAM,EAAE,YAAY,EAAE,KAAK,GAAG,KAAK;WAQrD,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,YAAY,EAAE,OAAO,GAAG,OAAO;WAQxD,WAAW,CAAC,KAAK,EAAE,KAAK,GAAG,MAAM;CAMlD"}
@@ -0,0 +1,88 @@
1
+ "use strict";
2
+ /*---------------------------------------------------------------------------------------------
3
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
+ * See LICENSE.md in the project root for license terms and full copyright notice.
5
+ *--------------------------------------------------------------------------------------------*/
6
+ /** @packageDocumentation
7
+ * @module OrbitGT
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.Numbers = void 0;
11
+ const ALong_1 = require("./ALong");
12
+ /**
13
+ * Class Numbers defines the common numerical tools.
14
+ */
15
+ /** @internal */
16
+ class Numbers {
17
+ constructor() {
18
+ }
19
+ static sqrt(value) {
20
+ return Math.sqrt(value);
21
+ }
22
+ static floor(value) {
23
+ return Math.floor(value);
24
+ }
25
+ static intFloor(value) {
26
+ return Math.floor(value);
27
+ }
28
+ static divInt(value1, value2) {
29
+ return Math.trunc(value1 / value2);
30
+ }
31
+ static intBitsToFloat(value) {
32
+ Numbers.I32_BUFFER1[0] = value;
33
+ return Numbers.F32_BUFFER1[0];
34
+ }
35
+ static floatToIntBits(value) {
36
+ Numbers.F32_BUFFER1[0] = value;
37
+ return Numbers.I32_BUFFER1[0];
38
+ }
39
+ static longBitsToDouble(value) {
40
+ Numbers.I32_BUFFER1[0] = value.getLow();
41
+ Numbers.I32_BUFFER1[1] = value.getHigh();
42
+ return Numbers.F64_BUFFER1[0];
43
+ }
44
+ static doubleToLongBits(value) {
45
+ Numbers.F64_BUFFER1[0] = value;
46
+ return ALong_1.ALong.fromHighLow(Numbers.I32_BUFFER1[1], Numbers.I32_BUFFER1[0]);
47
+ }
48
+ static intToDouble(value) {
49
+ return value;
50
+ }
51
+ static doubleToInt(value) {
52
+ return Math.floor(value);
53
+ }
54
+ static getInteger(value, defaultValue) {
55
+ if (value == undefined)
56
+ return defaultValue;
57
+ if (value == null)
58
+ return defaultValue;
59
+ if (value.length == 0)
60
+ return defaultValue;
61
+ let parsed = parseInt(value);
62
+ return (Number.isNaN(parsed)) ? defaultValue : parsed;
63
+ }
64
+ static getDouble(value, defaultValue) {
65
+ if (value == undefined)
66
+ return defaultValue;
67
+ if (value == null)
68
+ return defaultValue;
69
+ if (value.length == 0)
70
+ return defaultValue;
71
+ let parsed = parseFloat(value);
72
+ return (Number.isNaN(parsed)) ? defaultValue : parsed;
73
+ }
74
+ static rgbToString(color) {
75
+ let r = (color >> 16) & 0xFF;
76
+ let g = (color >> 8) & 0xFF;
77
+ let b = (color >> 0) & 0xFF;
78
+ return "" + r + "." + g + "." + b;
79
+ }
80
+ }
81
+ exports.Numbers = Numbers;
82
+ /** The static byte buffer for number format conversions */
83
+ Numbers.BUFFER1 = new ArrayBuffer(8);
84
+ Numbers.I8_BUFFER1 = new Int8Array(Numbers.BUFFER1);
85
+ Numbers.I32_BUFFER1 = new Int32Array(Numbers.BUFFER1);
86
+ Numbers.F32_BUFFER1 = new Float32Array(Numbers.BUFFER1);
87
+ Numbers.F64_BUFFER1 = new Float64Array(Numbers.BUFFER1);
88
+ //# sourceMappingURL=Numbers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Numbers.js","sourceRoot":"","sources":["../../../../src/system/runtime/Numbers.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 OrbitGT\r\n */\r\n\r\ntype int8 = number;\r\ntype int16 = number;\r\ntype int32 = number;\r\ntype float32 = number;\r\ntype float64 = number;\r\n\r\nimport { ALong } from \"./ALong\";\r\n\r\n/**\r\n * Class Numbers defines the common numerical tools.\r\n */\r\n/** @internal */\r\nexport class Numbers {\r\n /** The static byte buffer for number format conversions */\r\n private static readonly BUFFER1: ArrayBuffer = new ArrayBuffer(8);\r\n private static readonly I8_BUFFER1: Int8Array = new Int8Array(Numbers.BUFFER1);\r\n private static readonly I32_BUFFER1: Int32Array = new Int32Array(Numbers.BUFFER1);\r\n private static readonly F32_BUFFER1: Float32Array = new Float32Array(Numbers.BUFFER1);\r\n private static readonly F64_BUFFER1: Float64Array = new Float64Array(Numbers.BUFFER1);\r\n\r\n private constructor() {\r\n }\r\n\r\n public static sqrt(value: float64): float64 {\r\n return Math.sqrt(value);\r\n }\r\n\r\n public static floor(value: float64): float64 {\r\n return Math.floor(value);\r\n }\r\n\r\n public static intFloor(value: float64): int32 {\r\n return Math.floor(value);\r\n }\r\n\r\n public static divInt(value1: int32, value2: int32): int32 {\r\n return Math.trunc(value1 / value2);\r\n }\r\n\r\n public static intBitsToFloat(value: int32): float32 {\r\n Numbers.I32_BUFFER1[0] = value;\r\n return Numbers.F32_BUFFER1[0];\r\n }\r\n\r\n public static floatToIntBits(value: float32): int32 {\r\n Numbers.F32_BUFFER1[0] = value;\r\n return Numbers.I32_BUFFER1[0];\r\n }\r\n\r\n public static longBitsToDouble(value: ALong): float64 {\r\n Numbers.I32_BUFFER1[0] = value.getLow();\r\n Numbers.I32_BUFFER1[1] = value.getHigh();\r\n return Numbers.F64_BUFFER1[0];\r\n }\r\n\r\n public static doubleToLongBits(value: float64): ALong {\r\n Numbers.F64_BUFFER1[0] = value;\r\n return ALong.fromHighLow(Numbers.I32_BUFFER1[1], Numbers.I32_BUFFER1[0]);\r\n }\r\n\r\n public static intToDouble(value: int32): float64 {\r\n return value;\r\n }\r\n\r\n public static doubleToInt(value: float64): int32 {\r\n return Math.floor(value);\r\n }\r\n\r\n public static getInteger(value: string, defaultValue: int32): int32 {\r\n if (value == undefined) return defaultValue;\r\n if (value == null) return defaultValue;\r\n if (value.length == 0) return defaultValue;\r\n let parsed: int32 = parseInt(value);\r\n return (Number.isNaN(parsed)) ? defaultValue : parsed;\r\n }\r\n\r\n public static getDouble(value: string, defaultValue: float64): float64 {\r\n if (value == undefined) return defaultValue;\r\n if (value == null) return defaultValue;\r\n if (value.length == 0) return defaultValue;\r\n let parsed: float64 = parseFloat(value);\r\n return (Number.isNaN(parsed)) ? defaultValue : parsed;\r\n }\r\n\r\n public static rgbToString(color: int32): string {\r\n let r: int32 = (color >> 16) & 0xFF;\r\n let g: int32 = (color >> 8) & 0xFF;\r\n let b: int32 = (color >> 0) & 0xFF;\r\n return \"\" + r + \".\" + g + \".\" + b;\r\n }\r\n}\r\n"]}
@@ -0,0 +1,50 @@
1
+ /** @packageDocumentation
2
+ * @module OrbitGT
3
+ */
4
+ declare type int16 = number;
5
+ declare type int32 = number;
6
+ import { AList } from "../collection/AList";
7
+ /**
8
+ * Class Strings defines the common string tools.
9
+ */
10
+ /** @internal */
11
+ export declare class Strings {
12
+ /** The 'infinity' character */
13
+ static INFINITY: string;
14
+ /** The 'double-quote' character */
15
+ static DQUOTE: string;
16
+ /** The 'single-quote' character */
17
+ static SQUOTE: string;
18
+ /** The 'tab' character */
19
+ static TAB: string;
20
+ /** The 'carriage return' character */
21
+ static CR: string;
22
+ /** The 'newline' (linux line terminator) character */
23
+ static NL: string;
24
+ /** The 'carriage return+newline' (dos line terminator) character sequence */
25
+ static CR_NL: string;
26
+ private constructor();
27
+ static getLength(value: string): int32;
28
+ static getCharAt(value: string, index: int32): int16;
29
+ static appendChar(value: string, charCode: int16): string;
30
+ static prependChar(value: string, charCode: int16): string;
31
+ static equals(value1: string, value2: string): boolean;
32
+ static equalsIgnoreCase(value1: string, value2: string): boolean;
33
+ static startsWith(value: string, prefix: string): boolean;
34
+ static endsWith(value: string, suffix: string): boolean;
35
+ static substring(value: string, index0: int32, index1: int32): string;
36
+ static substringFrom(value: string, index: int32): string;
37
+ static charCodeAt(value: string, index: int32): int32;
38
+ static charCodeToString(code: int32): string;
39
+ static indexOf(value: string, part: string): int32;
40
+ static lastIndexOf(value: string, part: string): int32;
41
+ static indexOfFrom(value: string, part: string, index: int32): int32;
42
+ static compareTo(value1: string, value2: string): int32;
43
+ static compareToIgnoreCase(value1: string, value2: string): int32;
44
+ static splitAsList(value: string, separators: string): AList<string>;
45
+ static splitAdvanced(value: string, separators: string, opens: string, closes: string, literals: string): AList<string>;
46
+ static trim(value: string): string;
47
+ static replace(line: string, key: string, value: string): string;
48
+ }
49
+ export {};
50
+ //# sourceMappingURL=Strings.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Strings.d.ts","sourceRoot":"","sources":["../../../../src/system/runtime/Strings.ts"],"names":[],"mappings":"AAIA;;GAEG;AAGH,aAAK,KAAK,GAAG,MAAM,CAAC;AACpB,aAAK,KAAK,GAAG,MAAM,CAAC;AAIpB,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAE5C;;GAEG;AACH,gBAAgB;AAChB,qBAAa,OAAO;IAChB,+BAA+B;IAC/B,OAAc,QAAQ,EAAE,MAAM,CAAY;IAC1C,mCAAmC;IACnC,OAAc,MAAM,EAAE,MAAM,CAAQ;IACpC,mCAAmC;IACnC,OAAc,MAAM,EAAE,MAAM,CAAO;IACnC,0BAA0B;IAC1B,OAAc,GAAG,EAAE,MAAM,CAA0B;IACnD,sCAAsC;IACtC,OAAc,EAAE,EAAE,MAAM,CAA2B;IACnD,sDAAsD;IACtD,OAAc,EAAE,EAAE,MAAM,CAA2B;IACnD,6EAA6E;IAC7E,OAAc,KAAK,EAAE,MAAM,CAAqD;IAEhF,OAAO;WAGO,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK;WAI/B,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,GAAG,KAAK;WAI7C,UAAU,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,GAAG,MAAM;WAIlD,WAAW,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,GAAG,MAAM;WAInD,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,OAAO;WAM/C,gBAAgB,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,OAAO;WAMzD,UAAU,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,OAAO;WAIlD,QAAQ,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,OAAO;WAIhD,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,GAAG,MAAM;WAI9D,aAAa,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,GAAG,MAAM;WAIlD,UAAU,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,GAAG,KAAK;WAI9C,gBAAgB,CAAC,IAAI,EAAE,KAAK,GAAG,MAAM;WAIrC,OAAO,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,KAAK;WAI3C,WAAW,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,KAAK;WAI/C,WAAW,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,GAAG,KAAK;WAI7D,SAAS,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,KAAK;WAKhD,mBAAmB,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,KAAK;WAI1D,WAAW,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC;WA+B7D,aAAa,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC;WAgDhH,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;WAI3B,OAAO,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM;CAG1E"}
@@ -0,0 +1,189 @@
1
+ "use strict";
2
+ /*---------------------------------------------------------------------------------------------
3
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
+ * See LICENSE.md in the project root for license terms and full copyright notice.
5
+ *--------------------------------------------------------------------------------------------*/
6
+ /** @packageDocumentation
7
+ * @module OrbitGT
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.Strings = void 0;
11
+ const AList_1 = require("../collection/AList");
12
+ /**
13
+ * Class Strings defines the common string tools.
14
+ */
15
+ /** @internal */
16
+ class Strings {
17
+ constructor() {
18
+ }
19
+ static getLength(value) {
20
+ return value.length;
21
+ }
22
+ static getCharAt(value, index) {
23
+ return value.charCodeAt(index);
24
+ }
25
+ static appendChar(value, charCode) {
26
+ return value + String.fromCharCode(charCode);
27
+ }
28
+ static prependChar(value, charCode) {
29
+ return String.fromCharCode(charCode) + value;
30
+ }
31
+ static equals(value1, value2) {
32
+ if (value1 == null)
33
+ return (value2 == null);
34
+ if (value2 == null)
35
+ return false;
36
+ return (value1 === value2);
37
+ }
38
+ static equalsIgnoreCase(value1, value2) {
39
+ if (value1 == null)
40
+ return (value2 == null);
41
+ if (value2 == null)
42
+ return false;
43
+ return (value1.toLowerCase() === value2.toLowerCase());
44
+ }
45
+ static startsWith(value, prefix) {
46
+ return value.startsWith(prefix);
47
+ }
48
+ static endsWith(value, suffix) {
49
+ return value.endsWith(suffix);
50
+ }
51
+ static substring(value, index0, index1) {
52
+ return value.substring(index0, index1);
53
+ }
54
+ static substringFrom(value, index) {
55
+ return value.substring(index);
56
+ }
57
+ static charCodeAt(value, index) {
58
+ return value.charCodeAt(index);
59
+ }
60
+ static charCodeToString(code) {
61
+ return String.fromCharCode(code);
62
+ }
63
+ static indexOf(value, part) {
64
+ return value.indexOf(part);
65
+ }
66
+ static lastIndexOf(value, part) {
67
+ return value.lastIndexOf(part);
68
+ }
69
+ static indexOfFrom(value, part, index) {
70
+ return value.indexOf(part, index);
71
+ }
72
+ static compareTo(value1, value2) {
73
+ if (value1 === value2)
74
+ return 0;
75
+ return (value1 < value2) ? -1 : 1;
76
+ }
77
+ static compareToIgnoreCase(value1, value2) {
78
+ return Strings.compareTo(value1.toLowerCase(), value2.toLowerCase());
79
+ }
80
+ static splitAsList(value, separators) {
81
+ /* Null? */
82
+ if (value == null)
83
+ return null;
84
+ /* Make a list of parts */
85
+ let parts = new AList_1.AList();
86
+ /* Fast-out */
87
+ if (value.length == 0)
88
+ return parts;
89
+ /* Make a list of parts */
90
+ while (true) {
91
+ /* Get the index of the next separator */
92
+ let index = value.length;
93
+ for (let i = 0; i < separators.length; i++) {
94
+ let nextIndex = value.indexOf(separators.charAt(i));
95
+ if ((nextIndex >= 0) && (nextIndex < index))
96
+ index = nextIndex;
97
+ }
98
+ /* None remaining ? */
99
+ if (index == value.length) {
100
+ /* Done */
101
+ parts.add(value);
102
+ break;
103
+ }
104
+ else {
105
+ /* Add a substring */
106
+ parts.add(value.substring(0, index));
107
+ value = value.substring(index + 1);
108
+ }
109
+ }
110
+ /* Return the parts */
111
+ return parts;
112
+ }
113
+ static splitAdvanced(value, separators, opens, closes, literals) {
114
+ /* Check the value */
115
+ if (value == null)
116
+ return null;
117
+ /* Check the parameters */
118
+ if (separators == null)
119
+ separators = "";
120
+ if (opens == null)
121
+ opens = "";
122
+ if (closes == null)
123
+ closes = "";
124
+ if (literals == null)
125
+ literals = "";
126
+ /* Make a list of parts */
127
+ let parts = new AList_1.AList();
128
+ /* Check all characters in the value */
129
+ let level = 0;
130
+ let start = 0;
131
+ let literal = null;
132
+ for (let i = 0; i < value.length; i++) {
133
+ /* Get the next character */
134
+ let c = value.substring(i, i + 1);
135
+ /* Escaped character ? */
136
+ if ((i > 0) && (value.substring(i - 1, i) === "\\"))
137
+ continue;
138
+ /* Quote bound ? */
139
+ if (literal != null ? literal === c : ((literals.length > 0) && (literals.indexOf(c) >= 0))) {
140
+ /* Toggle */
141
+ literal = literal == null ? c : null;
142
+ continue;
143
+ }
144
+ /* Ignore this character ? */
145
+ if (literal != null)
146
+ continue;
147
+ /* Separator ? */
148
+ if ((separators.indexOf(c) >= 0) && (level == 0)) {
149
+ /* Get the part */
150
+ parts.add(value.substring(start, i));
151
+ start = i + 1;
152
+ }
153
+ /* Open ? */
154
+ else if (opens.indexOf(c) >= 0) {
155
+ level += 1;
156
+ }
157
+ /* Close ? */
158
+ else if (closes.indexOf(c) >= 0) {
159
+ level -= 1;
160
+ }
161
+ }
162
+ /* Add the last part */
163
+ parts.add(value.substring(start));
164
+ /* Return the parts */
165
+ return parts;
166
+ }
167
+ static trim(value) {
168
+ return value.trim();
169
+ }
170
+ static replace(line, key, value) {
171
+ return line.replace(key, value);
172
+ }
173
+ }
174
+ exports.Strings = Strings;
175
+ /** The 'infinity' character */
176
+ Strings.INFINITY = "\u221E";
177
+ /** The 'double-quote' character */
178
+ Strings.DQUOTE = "\"";
179
+ /** The 'single-quote' character */
180
+ Strings.SQUOTE = "'";
181
+ /** The 'tab' character */
182
+ Strings.TAB = String.fromCharCode(9);
183
+ /** The 'carriage return' character */
184
+ Strings.CR = String.fromCharCode(13);
185
+ /** The 'newline' (linux line terminator) character */
186
+ Strings.NL = String.fromCharCode(10);
187
+ /** The 'carriage return+newline' (dos line terminator) character sequence */
188
+ Strings.CR_NL = String.fromCharCode(13) + String.fromCharCode(10);
189
+ //# sourceMappingURL=Strings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Strings.js","sourceRoot":"","sources":["../../../../src/system/runtime/Strings.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 OrbitGT\r\n */\r\n\r\ntype int8 = number;\r\ntype int16 = number;\r\ntype int32 = number;\r\ntype float32 = number;\r\ntype float64 = number;\r\n\r\nimport { AList } from \"../collection/AList\";\r\n\r\n/**\r\n * Class Strings defines the common string tools.\r\n */\r\n/** @internal */\r\nexport class Strings {\r\n /** The 'infinity' character */\r\n public static INFINITY: string = \"\\u221E\";\r\n /** The 'double-quote' character */\r\n public static DQUOTE: string = \"\\\"\";\r\n /** The 'single-quote' character */\r\n public static SQUOTE: string = \"'\";\r\n /** The 'tab' character */\r\n public static TAB: string = String.fromCharCode(9);\r\n /** The 'carriage return' character */\r\n public static CR: string = String.fromCharCode(13);\r\n /** The 'newline' (linux line terminator) character */\r\n public static NL: string = String.fromCharCode(10);\r\n /** The 'carriage return+newline' (dos line terminator) character sequence */\r\n public static CR_NL: string = String.fromCharCode(13) + String.fromCharCode(10);\r\n\r\n private constructor() {\r\n }\r\n\r\n public static getLength(value: string): int32 {\r\n return value.length;\r\n }\r\n\r\n public static getCharAt(value: string, index: int32): int16 {\r\n return value.charCodeAt(index);\r\n }\r\n\r\n public static appendChar(value: string, charCode: int16): string {\r\n return value + String.fromCharCode(charCode);\r\n }\r\n\r\n public static prependChar(value: string, charCode: int16): string {\r\n return String.fromCharCode(charCode) + value;\r\n }\r\n\r\n public static equals(value1: string, value2: string): boolean {\r\n if (value1 == null) return (value2 == null);\r\n if (value2 == null) return false;\r\n return (value1 === value2);\r\n }\r\n\r\n public static equalsIgnoreCase(value1: string, value2: string): boolean {\r\n if (value1 == null) return (value2 == null);\r\n if (value2 == null) return false;\r\n return (value1.toLowerCase() === value2.toLowerCase());\r\n }\r\n\r\n public static startsWith(value: string, prefix: string): boolean {\r\n return value.startsWith(prefix);\r\n }\r\n\r\n public static endsWith(value: string, suffix: string): boolean {\r\n return value.endsWith(suffix);\r\n }\r\n\r\n public static substring(value: string, index0: int32, index1: int32): string {\r\n return value.substring(index0, index1);\r\n }\r\n\r\n public static substringFrom(value: string, index: int32): string {\r\n return value.substring(index);\r\n }\r\n\r\n public static charCodeAt(value: string, index: int32): int32 {\r\n return value.charCodeAt(index);\r\n }\r\n\r\n public static charCodeToString(code: int32): string {\r\n return String.fromCharCode(code);\r\n }\r\n\r\n public static indexOf(value: string, part: string): int32 {\r\n return value.indexOf(part);\r\n }\r\n\r\n public static lastIndexOf(value: string, part: string): int32 {\r\n return value.lastIndexOf(part);\r\n }\r\n\r\n public static indexOfFrom(value: string, part: string, index: int32): int32 {\r\n return value.indexOf(part, index);\r\n }\r\n\r\n public static compareTo(value1: string, value2: string): int32 {\r\n if (value1 === value2) return 0;\r\n return (value1 < value2) ? -1 : 1;\r\n }\r\n\r\n public static compareToIgnoreCase(value1: string, value2: string): int32 {\r\n return Strings.compareTo(value1.toLowerCase(), value2.toLowerCase());\r\n }\r\n\r\n public static splitAsList(value: string, separators: string): AList<string> {\r\n /* Null? */\r\n if (value == null) return null;\r\n /* Make a list of parts */\r\n let parts: AList<string> = new AList<string>();\r\n /* Fast-out */\r\n if (value.length == 0) return parts;\r\n /* Make a list of parts */\r\n while (true) {\r\n /* Get the index of the next separator */\r\n let index: int32 = value.length;\r\n for (let i: int32 = 0; i < separators.length; i++) {\r\n let nextIndex: int32 = value.indexOf(separators.charAt(i));\r\n if ((nextIndex >= 0) && (nextIndex < index)) index = nextIndex;\r\n }\r\n /* None remaining ? */\r\n if (index == value.length) {\r\n /* Done */\r\n parts.add(value);\r\n break;\r\n }\r\n else {\r\n /* Add a substring */\r\n parts.add(value.substring(0, index));\r\n value = value.substring(index + 1);\r\n }\r\n }\r\n /* Return the parts */\r\n return parts;\r\n }\r\n\r\n public static splitAdvanced(value: string, separators: string, opens: string, closes: string, literals: string): AList<string> {\r\n /* Check the value */\r\n if (value == null) return null;\r\n /* Check the parameters */\r\n if (separators == null) separators = \"\";\r\n if (opens == null) opens = \"\";\r\n if (closes == null) closes = \"\";\r\n if (literals == null) literals = \"\";\r\n /* Make a list of parts */\r\n let parts: AList<string> = new AList<string>();\r\n /* Check all characters in the value */\r\n let level: int32 = 0;\r\n let start: int32 = 0;\r\n let literal: string = null;\r\n for (let i: int32 = 0; i < value.length; i++) {\r\n /* Get the next character */\r\n let c: string = value.substring(i, i + 1);\r\n /* Escaped character ? */\r\n if ((i > 0) && (value.substring(i - 1, i) === \"\\\\\")) continue;\r\n /* Quote bound ? */\r\n if (literal != null ? literal === c : ((literals.length > 0) && (literals.indexOf(c) >= 0))) {\r\n /* Toggle */\r\n literal = literal == null ? c : null;\r\n continue;\r\n }\r\n /* Ignore this character ? */\r\n if (literal != null) continue;\r\n /* Separator ? */\r\n if ((separators.indexOf(c) >= 0) && (level == 0)) {\r\n /* Get the part */\r\n parts.add(value.substring(start, i));\r\n start = i + 1;\r\n }\r\n /* Open ? */\r\n else if (opens.indexOf(c) >= 0) {\r\n level += 1;\r\n }\r\n /* Close ? */\r\n else if (closes.indexOf(c) >= 0) {\r\n level -= 1;\r\n }\r\n }\r\n /* Add the last part */\r\n parts.add(value.substring(start));\r\n /* Return the parts */\r\n return parts;\r\n }\r\n\r\n public static trim(value: string): string {\r\n return value.trim();\r\n }\r\n\r\n public static replace(line: string, key: string, value: string): string {\r\n return line.replace(key, value);\r\n }\r\n}\r\n"]}
@@ -0,0 +1,13 @@
1
+ /** @packageDocumentation
2
+ * @module OrbitGT
3
+ */
4
+ declare type int32 = number;
5
+ /**
6
+ * Interface iComparator allows sorting of objects by comparing them to one another.
7
+ */
8
+ /** @internal */
9
+ export interface iComparator<T> {
10
+ compare(value1: T, value2: T): int32;
11
+ }
12
+ export {};
13
+ //# sourceMappingURL=iComparator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"iComparator.d.ts","sourceRoot":"","sources":["../../../../src/system/runtime/iComparator.ts"],"names":[],"mappings":"AAIA;;GAEG;AAMH,aAAK,KAAK,GAAG,MAAM,CAAC;AAIpB;;GAEG;AACH,gBAAgB;AAChB,MAAM,WAAW,WAAW,CAAC,CAAC;IAC1B,OAAO,CAAC,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,GAAG,KAAK,CAAC;CACxC"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /*---------------------------------------------------------------------------------------------
3
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
+ * See LICENSE.md in the project root for license terms and full copyright notice.
5
+ *--------------------------------------------------------------------------------------------*/
6
+ /** @packageDocumentation
7
+ * @module OrbitGT
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ //# sourceMappingURL=iComparator.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"iComparator.js","sourceRoot":"","sources":["../../../../src/system/runtime/iComparator.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG","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 OrbitGT\r\n */\r\n\r\n//package orbitgt.system.runtime;\r\n\r\ntype int8 = number;\r\ntype int16 = number;\r\ntype int32 = number;\r\ntype float32 = number;\r\ntype float64 = number;\r\n\r\n/**\r\n * Interface iComparator allows sorting of objects by comparing them to one another.\r\n */\r\n/** @internal */\r\nexport interface iComparator<T> {\r\n compare(value1: T, value2: T): int32;\r\n}\r\n"]}
@@ -0,0 +1,40 @@
1
+ /** @packageDocumentation
2
+ * @module OrbitGT
3
+ */
4
+ declare type int32 = number;
5
+ /**
6
+ * Class CacheList caches a list of items based on last-recently-used order.
7
+ */
8
+ /** @internal */
9
+ export declare class CacheList<T> {
10
+ /** The optional maximum number of entries in the list (no maximum if zero) */
11
+ private _maxEntries;
12
+ /** The list of entries (most used at the back) */
13
+ private _entries;
14
+ /** The number of times a requested item was found in the cache */
15
+ hitCount: int32;
16
+ /** The number of times a requested item was not found in the cache */
17
+ missCount: int32;
18
+ /**
19
+ * Create a new cache, with an optional non-zero maximum number of entries.
20
+ */
21
+ constructor(maxEntries: int32);
22
+ /**
23
+ * Get the number of entries in the cache.
24
+ */
25
+ size(): int32;
26
+ /**
27
+ * Clear all entries.
28
+ */
29
+ clear(): void;
30
+ /**
31
+ * Find an entry in the cache, or return null if not found.
32
+ */
33
+ findEntry(key: string): T;
34
+ /**
35
+ * Add an entry to the cache, pushing out the oldest entry if the cache is full.
36
+ */
37
+ addEntry(key: string, element: T): void;
38
+ }
39
+ export {};
40
+ //# sourceMappingURL=CacheList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CacheList.d.ts","sourceRoot":"","sources":["../../../../src/system/storage/CacheList.ts"],"names":[],"mappings":"AAIA;;GAEG;AAMH,aAAK,KAAK,GAAG,MAAM,CAAC;AASpB;;GAEG;AACH,gBAAgB;AAChB,qBAAa,SAAS,CAAC,CAAC;IAEvB,8EAA8E;IAC9E,OAAO,CAAC,WAAW,CAAQ;IAC3B,kDAAkD;IAClD,OAAO,CAAC,QAAQ,CAAuB;IACvC,kEAAkE;IAC3D,QAAQ,EAAE,KAAK,CAAC;IACvB,sEAAsE;IAC/D,SAAS,EAAE,KAAK,CAAC;IAExB;;OAEG;gBACgB,UAAU,EAAE,KAAK;IAOpC;;OAEG;IACI,IAAI,IAAI,KAAK;IAIpB;;OAEG;IACI,KAAK,IAAI,IAAI;IAMpB;;OAEG;IACI,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,CAAC;IAyBhC;;OAEG;IACI,QAAQ,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC,GAAG,IAAI;CAK9C"}
@@ -0,0 +1,81 @@
1
+ "use strict";
2
+ /*---------------------------------------------------------------------------------------------
3
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
+ * See LICENSE.md in the project root for license terms and full copyright notice.
5
+ *--------------------------------------------------------------------------------------------*/
6
+ /** @packageDocumentation
7
+ * @module OrbitGT
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.CacheList = void 0;
11
+ const AList_1 = require("../collection/AList");
12
+ const ASystem_1 = require("../runtime/ASystem");
13
+ const Strings_1 = require("../runtime/Strings");
14
+ const CachedItem_1 = require("./CachedItem");
15
+ /**
16
+ * Class CacheList caches a list of items based on last-recently-used order.
17
+ */
18
+ /** @internal */
19
+ class CacheList {
20
+ /**
21
+ * Create a new cache, with an optional non-zero maximum number of entries.
22
+ */
23
+ constructor(maxEntries) {
24
+ this._maxEntries = maxEntries;
25
+ this._entries = new AList_1.AList();
26
+ this.hitCount = 0;
27
+ this.missCount = 0;
28
+ }
29
+ /**
30
+ * Get the number of entries in the cache.
31
+ */
32
+ size() {
33
+ return this._entries.size();
34
+ }
35
+ /**
36
+ * Clear all entries.
37
+ */
38
+ clear() {
39
+ this._entries.clear();
40
+ this.hitCount = 0;
41
+ this.missCount = 0;
42
+ }
43
+ /**
44
+ * Find an entry in the cache, or return null if not found.
45
+ */
46
+ findEntry(key) {
47
+ /* Check all entries */
48
+ for (let i = 0; i < this._entries.size(); i++) {
49
+ /* Search back (most used) to front (least used) */
50
+ let entryIndex = (this._entries.size() - 1 - i);
51
+ /* Is this the requested entry? */
52
+ let entry = this._entries.get(entryIndex);
53
+ if (Strings_1.Strings.equals(entry.key, key)) {
54
+ /* Move the latest-used entry to the back of the list */
55
+ if (entryIndex < this._entries.size() - 1) {
56
+ this._entries.remove(entryIndex);
57
+ this._entries.add(entry);
58
+ }
59
+ /* Update the access time */
60
+ entry.accessTime = ASystem_1.ASystem.time();
61
+ /* The entry was found */
62
+ this.hitCount++;
63
+ return entry.element;
64
+ }
65
+ }
66
+ /* No entry was found */
67
+ this.missCount++;
68
+ return null;
69
+ }
70
+ /**
71
+ * Add an entry to the cache, pushing out the oldest entry if the cache is full.
72
+ */
73
+ addEntry(key, element) {
74
+ /* Add a new entry to the back of the list */
75
+ this._entries.add(new CachedItem_1.CachedItem(key, element, ASystem_1.ASystem.time()));
76
+ if ((this._maxEntries > 0) && (this._entries.size() > this._maxEntries))
77
+ this._entries.remove(0);
78
+ }
79
+ }
80
+ exports.CacheList = CacheList;
81
+ //# sourceMappingURL=CacheList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CacheList.js","sourceRoot":"","sources":["../../../../src/system/storage/CacheList.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAUH,+CAA4C;AAC5C,gDAA6C;AAC7C,gDAA6C;AAC7C,6CAA0C;AAE1C;;GAEG;AACH,gBAAgB;AAChB,MAAa,SAAS;IAWrB;;OAEG;IACH,YAAmB,UAAiB;QACnC,IAAI,CAAC,WAAW,GAAG,UAAU,CAAC;QAC9B,IAAI,CAAC,QAAQ,GAAG,IAAI,aAAK,EAAiB,CAAC;QAC3C,IAAI,CAAC,QAAQ,GAAG,CAAC,CAAC;QAClB,IAAI,CAAC,SAAS,GAAG,CAAC,CAAC;IACpB,CAAC;IAED;;OAEG;IACI,IAAI;QACV,OAAO,IAAI,CAAC,QAAQ,CAAC,IAAI,EAAE,CAAC;IAC7B,CAAC;IAED;;OAEG;IACI,KAAK;QACX,IAAI,CAAC,QAAQ,CAAC,KAAK,EAAE,CAAC;QACtB,IAAI,CAAC,QAAQ,GAAG,CAAC,CAAC;QAClB,IAAI,CAAC,SAAS,GAAG,CAAC,CAAC;IACpB,CAAC;IAED;;OAEG;IACI,SAAS,CAAC,GAAW;QAC3B,uBAAuB;QACvB,KAAK,IAAI,CAAC,GAAW,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,QAAQ,CAAC,IAAI,EAAE,EAAE,CAAC,EAAE,EAAE;YACtD,mDAAmD;YACnD,IAAI,UAAU,GAAU,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC;YACvD,kCAAkC;YAClC,IAAI,KAAK,GAAkB,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;YACzD,IAAI,iBAAO,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,EAAE,GAAG,CAAC,EAAE;gBACnC,wDAAwD;gBACxD,IAAI,UAAU,GAAG,IAAI,CAAC,QAAQ,CAAC,IAAI,EAAE,GAAG,CAAC,EAAE;oBAC1C,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;oBACjC,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;iBACzB;gBACD,4BAA4B;gBAC5B,KAAK,CAAC,UAAU,GAAG,iBAAO,CAAC,IAAI,EAAE,CAAC;gBAClC,yBAAyB;gBACzB,IAAI,CAAC,QAAQ,EAAE,CAAC;gBAChB,OAAO,KAAK,CAAC,OAAO,CAAC;aACrB;SACD;QACD,wBAAwB;QACxB,IAAI,CAAC,SAAS,EAAE,CAAC;QACjB,OAAO,IAAI,CAAC;IACb,CAAC;IAED;;OAEG;IACI,QAAQ,CAAC,GAAW,EAAE,OAAU;QACtC,6CAA6C;QAC7C,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,uBAAU,CAAI,GAAG,EAAE,OAAO,EAAE,iBAAO,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;QACnE,IAAI,CAAC,IAAI,CAAC,WAAW,GAAG,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,EAAE,GAAG,IAAI,CAAC,WAAW,CAAC;YAAE,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;IAClG,CAAC;CACD;AAzED,8BAyEC","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 OrbitGT\r\n */\r\n\r\n//package orbitgt.system.storage;\r\n\r\ntype int8 = number;\r\ntype int16 = number;\r\ntype int32 = number;\r\ntype float32 = number;\r\ntype float64 = number;\r\n\r\nimport { AList } from \"../collection/AList\";\r\nimport { ASystem } from \"../runtime/ASystem\";\r\nimport { Strings } from \"../runtime/Strings\";\r\nimport { CachedItem } from \"./CachedItem\";\r\n\r\n/**\r\n * Class CacheList caches a list of items based on last-recently-used order.\r\n */\r\n/** @internal */\r\nexport class CacheList<T>\r\n{\r\n\t/** The optional maximum number of entries in the list (no maximum if zero) */\r\n\tprivate _maxEntries: int32;\r\n\t/** The list of entries (most used at the back) */\r\n\tprivate _entries: AList<CachedItem<T>>;\r\n\t/** The number of times a requested item was found in the cache */\r\n\tpublic hitCount: int32;\r\n\t/** The number of times a requested item was not found in the cache */\r\n\tpublic missCount: int32;\r\n\r\n\t/**\r\n\t * Create a new cache, with an optional non-zero maximum number of entries.\r\n\t */\r\n\tpublic constructor(maxEntries: int32) {\r\n\t\tthis._maxEntries = maxEntries;\r\n\t\tthis._entries = new AList<CachedItem<T>>();\r\n\t\tthis.hitCount = 0;\r\n\t\tthis.missCount = 0;\r\n\t}\r\n\r\n\t/**\r\n\t * Get the number of entries in the cache.\r\n\t */\r\n\tpublic size(): int32 {\r\n\t\treturn this._entries.size();\r\n\t}\r\n\r\n\t/**\r\n\t * Clear all entries.\r\n\t */\r\n\tpublic clear(): void {\r\n\t\tthis._entries.clear();\r\n\t\tthis.hitCount = 0;\r\n\t\tthis.missCount = 0;\r\n\t}\r\n\r\n\t/**\r\n\t * Find an entry in the cache, or return null if not found.\r\n\t */\r\n\tpublic findEntry(key: string): T {\r\n\t\t/* Check all entries */\r\n\t\tfor (let i: number = 0; i < this._entries.size(); i++) {\r\n\t\t\t/* Search back (most used) to front (least used) */\r\n\t\t\tlet entryIndex: int32 = (this._entries.size() - 1 - i);\r\n\t\t\t/* Is this the requested entry? */\r\n\t\t\tlet entry: CachedItem<T> = this._entries.get(entryIndex);\r\n\t\t\tif (Strings.equals(entry.key, key)) {\r\n\t\t\t\t/* Move the latest-used entry to the back of the list */\r\n\t\t\t\tif (entryIndex < this._entries.size() - 1) {\r\n\t\t\t\t\tthis._entries.remove(entryIndex);\r\n\t\t\t\t\tthis._entries.add(entry);\r\n\t\t\t\t}\r\n\t\t\t\t/* Update the access time */\r\n\t\t\t\tentry.accessTime = ASystem.time();\r\n\t\t\t\t/* The entry was found */\r\n\t\t\t\tthis.hitCount++;\r\n\t\t\t\treturn entry.element;\r\n\t\t\t}\r\n\t\t}\r\n\t\t/* No entry was found */\r\n\t\tthis.missCount++;\r\n\t\treturn null;\r\n\t}\r\n\r\n\t/**\r\n\t * Add an entry to the cache, pushing out the oldest entry if the cache is full.\r\n\t */\r\n\tpublic addEntry(key: string, element: T): void {\r\n\t\t/* Add a new entry to the back of the list */\r\n\t\tthis._entries.add(new CachedItem<T>(key, element, ASystem.time()));\r\n\t\tif ((this._maxEntries > 0) && (this._entries.size() > this._maxEntries)) this._entries.remove(0);\r\n\t}\r\n}\r\n"]}