@itwin/map-layers-formats 4.0.0-dev.10 → 4.0.0-dev.101

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 (198) hide show
  1. package/.rush/temp/b5580158d1ff36ba1152611296edff8968cb3cef.log +10 -0
  2. package/.rush/temp/operation/build/all.log +3 -0
  3. package/.rush/temp/operation/build/state.json +3 -0
  4. package/.rush/temp/operation/cover/all.log +98 -0
  5. package/.rush/temp/operation/cover/state.json +1 -1
  6. package/.rush/temp/operation/docs/all.log +30 -0
  7. package/.rush/temp/operation/docs/state.json +1 -1
  8. package/.rush/temp/package-deps_cover.json +10 -10
  9. package/.rush/temp/package-deps_docs.json +10 -10
  10. package/.rush/temp/shrinkwrap-deps.json +201 -51
  11. package/CHANGELOG.json +69 -0
  12. package/CHANGELOG.md +54 -1
  13. package/config/rush-project.json +1 -2
  14. package/lib/cjs/ArcGisFeature/ArcGisFeatureFormat.d.ts +8 -8
  15. package/lib/cjs/ArcGisFeature/ArcGisFeatureFormat.js +14 -14
  16. package/lib/cjs/ArcGisFeature/ArcGisFeatureFormat.js.map +1 -1
  17. package/lib/cjs/ArcGisFeature/ArcGisFeatureJSON.d.ts +14 -14
  18. package/lib/cjs/ArcGisFeature/ArcGisFeatureJSON.js +132 -134
  19. package/lib/cjs/ArcGisFeature/ArcGisFeatureJSON.js.map +1 -1
  20. package/lib/cjs/ArcGisFeature/ArcGisFeaturePBF.d.ts +14 -14
  21. package/lib/cjs/ArcGisFeature/ArcGisFeaturePBF.js +200 -202
  22. package/lib/cjs/ArcGisFeature/ArcGisFeaturePBF.js.map +1 -1
  23. package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.d.ts +44 -44
  24. package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.js +421 -422
  25. package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.js.map +1 -1
  26. package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.d.ts +92 -92
  27. package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.d.ts.map +1 -1
  28. package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.js +82 -82
  29. package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.js.map +1 -1
  30. package/lib/cjs/ArcGisFeature/ArcGisFeatureReader.d.ts +17 -17
  31. package/lib/cjs/ArcGisFeature/ArcGisFeatureReader.js +33 -33
  32. package/lib/cjs/ArcGisFeature/ArcGisFeatureReader.js.map +1 -1
  33. package/lib/cjs/ArcGisFeature/ArcGisFeatureRenderer.d.ts +32 -32
  34. package/lib/cjs/ArcGisFeature/ArcGisFeatureRenderer.js +142 -142
  35. package/lib/cjs/ArcGisFeature/ArcGisFeatureRenderer.js.map +1 -1
  36. package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.d.ts +16 -16
  37. package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.d.ts.map +1 -1
  38. package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.js +42 -43
  39. package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.js.map +1 -1
  40. package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.d.ts +85 -85
  41. package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.d.ts.map +1 -1
  42. package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.js +189 -192
  43. package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.js.map +1 -1
  44. package/lib/cjs/ArcGisFeature/esriPBuffer.gen.d.ts +1063 -1063
  45. package/lib/cjs/ArcGisFeature/esriPBuffer.gen.d.ts.map +1 -1
  46. package/lib/cjs/ArcGisFeature/esriPBuffer.gen.js +2267 -2270
  47. package/lib/cjs/ArcGisFeature/esriPBuffer.gen.js.map +1 -1
  48. package/lib/cjs/map-layers-formats.d.ts +8 -8
  49. package/lib/cjs/map-layers-formats.js +28 -24
  50. package/lib/cjs/map-layers-formats.js.map +1 -1
  51. package/lib/cjs/mapLayersFormats.d.ts +10 -10
  52. package/lib/cjs/mapLayersFormats.js +28 -28
  53. package/lib/cjs/mapLayersFormats.js.map +1 -1
  54. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.d.ts +1 -1
  55. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.js +34 -34
  56. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.js.map +1 -1
  57. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureJSON.test.d.ts +1 -1
  58. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureJSON.test.js +161 -161
  59. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureJSON.test.js.map +1 -1
  60. package/lib/cjs/test/ArcGisFeature/ArcGisFeaturePBF.test.d.ts +1 -1
  61. package/lib/cjs/test/ArcGisFeature/ArcGisFeaturePBF.test.js +167 -167
  62. package/lib/cjs/test/ArcGisFeature/ArcGisFeaturePBF.test.js.map +1 -1
  63. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.d.ts +1 -1
  64. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.js +679 -680
  65. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.js.map +1 -1
  66. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureQuery.test.d.ts +1 -1
  67. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureQuery.test.js +103 -103
  68. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureQuery.test.js.map +1 -1
  69. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureRenderer.test.d.ts +1 -1
  70. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureRenderer.test.js +214 -214
  71. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureRenderer.test.js.map +1 -1
  72. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.d.ts +1 -1
  73. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.js +94 -94
  74. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.js.map +1 -1
  75. package/lib/cjs/test/ArcGisFeature/ArcGisSymbologyRenderer.test.d.ts +1 -1
  76. package/lib/cjs/test/ArcGisFeature/ArcGisSymbologyRenderer.test.js +59 -59
  77. package/lib/cjs/test/ArcGisFeature/ArcGisSymbologyRenderer.test.js.map +1 -1
  78. package/lib/cjs/test/ArcGisFeature/Mocks.d.ts +6 -6
  79. package/lib/cjs/test/ArcGisFeature/Mocks.js +18 -18
  80. package/lib/cjs/test/ArcGisFeature/Mocks.js.map +1 -1
  81. package/lib/cjs/test/ArcGisFeature/NewYorkDataset.d.ts +55 -55
  82. package/lib/cjs/test/ArcGisFeature/NewYorkDataset.d.ts.map +1 -1
  83. package/lib/cjs/test/ArcGisFeature/NewYorkDataset.js +419 -419
  84. package/lib/cjs/test/ArcGisFeature/NewYorkDataset.js.map +1 -1
  85. package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.d.ts +1042 -1042
  86. package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.d.ts.map +1 -1
  87. package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.js +426 -426
  88. package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.js.map +1 -1
  89. package/lib/cjs/test/coverage/.nyc_output/b6446ebf-b5da-4fb4-b47d-c960da93a73c.json +1 -0
  90. package/lib/cjs/test/coverage/.nyc_output/processinfo/56ecabbd-1051-4f85-a884-5736fc2aca92.json +1 -0
  91. package/lib/cjs/test/coverage/.nyc_output/processinfo/b6446ebf-b5da-4fb4-b47d-c960da93a73c.json +1 -0
  92. package/lib/cjs/test/coverage/.nyc_output/processinfo/index.json +1 -1
  93. package/lib/cjs/test/coverage/cobertura-coverage.xml +71 -71
  94. package/lib/cjs/test/coverage/lcov-report/index.html +5 -5
  95. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureFormat.ts.html +1 -1
  96. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureJSON.ts.html +10 -10
  97. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeaturePBF.ts.html +7 -7
  98. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureProvider.ts.html +10 -10
  99. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureQuery.ts.html +1 -1
  100. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureReader.ts.html +1 -1
  101. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureRenderer.ts.html +1 -1
  102. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureResponse.ts.html +4 -4
  103. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisSymbologyRenderer.ts.html +8 -8
  104. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/index.html +13 -13
  105. package/lib/cjs/test/coverage/lcov-report/src/index.html +1 -1
  106. package/lib/cjs/test/coverage/lcov-report/src/map-layers-formats.ts.html +1 -1
  107. package/lib/cjs/test/coverage/lcov-report/src/mapLayersFormats.ts.html +1 -1
  108. package/lib/cjs/test/coverage/lcov.info +355 -531
  109. package/lib/cjs/tsconfig.tsbuildinfo +1 -1
  110. package/lib/esm/ArcGisFeature/ArcGisFeatureFormat.d.ts +8 -8
  111. package/lib/esm/ArcGisFeature/ArcGisFeatureFormat.js +11 -10
  112. package/lib/esm/ArcGisFeature/ArcGisFeatureFormat.js.map +1 -1
  113. package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.d.ts +14 -14
  114. package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.js +128 -130
  115. package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.js.map +1 -1
  116. package/lib/esm/ArcGisFeature/ArcGisFeaturePBF.d.ts +14 -14
  117. package/lib/esm/ArcGisFeature/ArcGisFeaturePBF.js +196 -198
  118. package/lib/esm/ArcGisFeature/ArcGisFeaturePBF.js.map +1 -1
  119. package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.d.ts +44 -44
  120. package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.js +418 -418
  121. package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.js.map +1 -1
  122. package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.d.ts +92 -92
  123. package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.d.ts.map +1 -1
  124. package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.js +78 -78
  125. package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.js.map +1 -1
  126. package/lib/esm/ArcGisFeature/ArcGisFeatureReader.d.ts +17 -17
  127. package/lib/esm/ArcGisFeature/ArcGisFeatureReader.js +29 -29
  128. package/lib/esm/ArcGisFeature/ArcGisFeatureReader.js.map +1 -1
  129. package/lib/esm/ArcGisFeature/ArcGisFeatureRenderer.d.ts +32 -32
  130. package/lib/esm/ArcGisFeature/ArcGisFeatureRenderer.js +138 -138
  131. package/lib/esm/ArcGisFeature/ArcGisFeatureRenderer.js.map +1 -1
  132. package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.d.ts +16 -16
  133. package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.d.ts.map +1 -1
  134. package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.js +38 -39
  135. package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.js.map +1 -1
  136. package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.d.ts +85 -85
  137. package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.d.ts.map +1 -1
  138. package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.js +183 -185
  139. package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.js.map +1 -1
  140. package/lib/esm/ArcGisFeature/esriPBuffer.gen.d.ts +1063 -1063
  141. package/lib/esm/ArcGisFeature/esriPBuffer.gen.d.ts.map +1 -1
  142. package/lib/esm/ArcGisFeature/esriPBuffer.gen.js +2264 -2267
  143. package/lib/esm/ArcGisFeature/esriPBuffer.gen.js.map +1 -1
  144. package/lib/esm/map-layers-formats.d.ts +8 -8
  145. package/lib/esm/map-layers-formats.js +12 -12
  146. package/lib/esm/map-layers-formats.js.map +1 -1
  147. package/lib/esm/mapLayersFormats.d.ts +10 -10
  148. package/lib/esm/mapLayersFormats.js +24 -24
  149. package/lib/esm/mapLayersFormats.js.map +1 -1
  150. package/lib/esm/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.d.ts +1 -1
  151. package/lib/esm/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.js +32 -32
  152. package/lib/esm/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.js.map +1 -1
  153. package/lib/esm/test/ArcGisFeature/ArcGisFeatureJSON.test.d.ts +1 -1
  154. package/lib/esm/test/ArcGisFeature/ArcGisFeatureJSON.test.js +159 -159
  155. package/lib/esm/test/ArcGisFeature/ArcGisFeatureJSON.test.js.map +1 -1
  156. package/lib/esm/test/ArcGisFeature/ArcGisFeaturePBF.test.d.ts +1 -1
  157. package/lib/esm/test/ArcGisFeature/ArcGisFeaturePBF.test.js +165 -165
  158. package/lib/esm/test/ArcGisFeature/ArcGisFeaturePBF.test.js.map +1 -1
  159. package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.d.ts +1 -1
  160. package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.js +677 -678
  161. package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.js.map +1 -1
  162. package/lib/esm/test/ArcGisFeature/ArcGisFeatureQuery.test.d.ts +1 -1
  163. package/lib/esm/test/ArcGisFeature/ArcGisFeatureQuery.test.js +101 -101
  164. package/lib/esm/test/ArcGisFeature/ArcGisFeatureQuery.test.js.map +1 -1
  165. package/lib/esm/test/ArcGisFeature/ArcGisFeatureRenderer.test.d.ts +1 -1
  166. package/lib/esm/test/ArcGisFeature/ArcGisFeatureRenderer.test.js +212 -212
  167. package/lib/esm/test/ArcGisFeature/ArcGisFeatureRenderer.test.js.map +1 -1
  168. package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.d.ts +1 -1
  169. package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.js +92 -92
  170. package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.js.map +1 -1
  171. package/lib/esm/test/ArcGisFeature/ArcGisSymbologyRenderer.test.d.ts +1 -1
  172. package/lib/esm/test/ArcGisFeature/ArcGisSymbologyRenderer.test.js +57 -57
  173. package/lib/esm/test/ArcGisFeature/ArcGisSymbologyRenderer.test.js.map +1 -1
  174. package/lib/esm/test/ArcGisFeature/Mocks.d.ts +6 -6
  175. package/lib/esm/test/ArcGisFeature/Mocks.js +15 -15
  176. package/lib/esm/test/ArcGisFeature/Mocks.js.map +1 -1
  177. package/lib/esm/test/ArcGisFeature/NewYorkDataset.d.ts +55 -55
  178. package/lib/esm/test/ArcGisFeature/NewYorkDataset.d.ts.map +1 -1
  179. package/lib/esm/test/ArcGisFeature/NewYorkDataset.js +416 -415
  180. package/lib/esm/test/ArcGisFeature/NewYorkDataset.js.map +1 -1
  181. package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.d.ts +1042 -1042
  182. package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.d.ts.map +1 -1
  183. package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.js +423 -422
  184. package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.js.map +1 -1
  185. package/lib/esm/tsconfig.tsbuildinfo +1 -1
  186. package/lib/test/junit_results.xml +48 -48
  187. package/package.json +18 -19
  188. package/src/ArcGisFeature/esriPBuffer.gen.ts +1 -4
  189. package/src/test/ArcGisFeature/ArcGisFeatureProvider.test.ts +21 -21
  190. package/src/test/ArcGisFeature/NewYorkDataset.ts +187 -187
  191. package/src/test/ArcGisFeature/PhillyLandmarksDataset.ts +4 -4
  192. package/tsconfig.json +1 -2
  193. package/.rush/temp/operation/build_ci/state.json +0 -3
  194. package/.rush/temp/package-deps_build_ci.json +0 -36
  195. package/lib/cjs/test/coverage/.nyc_output/c1854e0d-b6d0-4044-9478-d969081f8754.json +0 -1
  196. package/lib/cjs/test/coverage/.nyc_output/processinfo/83bd5493-125e-4bb5-82e8-0cfcb3eac657.json +0 -1
  197. package/lib/cjs/test/coverage/.nyc_output/processinfo/c1854e0d-b6d0-4044-9478-d969081f8754.json +0 -1
  198. /package/lib/cjs/test/coverage/.nyc_output/{83bd5493-125e-4bb5-82e8-0cfcb3eac657.json → 56ecabbd-1051-4f85-a884-5736fc2aca92.json} +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"ArcGisFeatureJSON.test.js","sourceRoot":"","sources":["../../../../src/test/ArcGisFeature/ArcGisFeatureJSON.test.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\r\nimport { Logger } from \"@itwin/core-bentley\";\r\nimport { ImageMapLayerSettings } from \"@itwin/core-common\";\r\nimport { MapLayerFeatureInfo } from \"@itwin/core-frontend\";\r\nimport { expect } from \"chai\";\r\nimport * as sinon from \"sinon\";\r\nimport { ArcGisFeatureMapLayerFormat } from \"../../ArcGisFeature/ArcGisFeatureFormat\";\r\nimport { ArcGisFeatureJSON } from \"../../ArcGisFeature/ArcGisFeatureJSON\";\r\nimport { ArcGisFeatureGeometryType } from \"../../ArcGisFeature/ArcGisFeatureQuery\";\r\nimport { ArcGisFeatureRenderer } from \"../../ArcGisFeature/ArcGisFeatureRenderer\";\r\nimport { ArcGisSymbologyRenderer } from \"../../ArcGisFeature/ArcGisSymbologyRenderer\";\r\nimport { fakeContext } from \"./Mocks\";\r\nimport { PhillyLandmarksDataset } from \"./PhillyLandmarksDataset\";\r\n\r\nconst esriFeatureSampleSource = {name: \"dummyFeatureLayer\", url: \"https://dummy.com\", formatId: ArcGisFeatureMapLayerFormat.formatId};\r\n\r\nconst createFeatureJSON = () => {\r\n const settings = ImageMapLayerSettings.fromJSON(esriFeatureSampleSource);\r\n const featurePbf = new ArcGisFeatureJSON(settings, {name: \"SampleLayer\"});\r\n\r\n // Locale configuration depends on the testing machine (i.e. linux vs windows),\r\n // so we need to force date display to Iso to get a consistent value.\r\n // In real scenario, we still want dates to be displayed in end-user's locale.\r\n featurePbf.forceDateDisplayValueToIso = true;\r\n return featurePbf;\r\n};\r\n\r\ndescribe(\"ArcGisFeatureJSON\", () => {\r\n\r\n const sandbox = sinon.createSandbox();\r\n\r\n afterEach(async () => {\r\n sandbox.restore();\r\n });\r\n\r\n it(\"should read FeatureInfo in JSON (phillyTansportation)\", async () => {\r\n const featureJson = createFeatureJSON();\r\n // In some cases, PBF gives more floating-point precision than JSON.\r\n // Since I want to use the same output reference for both formats, I force a max precision of 8.\r\n featureJson.floatPrecision = 8;\r\n const results: MapLayerFeatureInfo[] = [];\r\n featureJson.readFeatureInfo({data: PhillyLandmarksDataset.phillyTransportationGetFeatureInfoQueryJson, exceedTransferLimit: false}, results);\r\n expect(JSON.stringify(results)).equals(JSON.stringify(PhillyLandmarksDataset.phillyTansportationGetFeatureInfoResultRef));\r\n });\r\n\r\n it(\"should read FeatureInfo in JSON (phillyAirport)\", async () => {\r\n const settings = ImageMapLayerSettings.fromJSON(esriFeatureSampleSource);\r\n const featureJson = new ArcGisFeatureJSON(settings, {name: \"SampleLayer\"});\r\n // In some cases, PBF gives more floating-point precision than JSON.\r\n // Since I want to use the same output reference for both formats, I force a max precision of 8.\r\n featureJson.floatPrecision = 8;\r\n const results: MapLayerFeatureInfo[] = [];\r\n const data = JSON.parse(PhillyLandmarksDataset.phillyAirportGetFeatureInfoQueryJson);\r\n featureJson.readFeatureInfo({data, exceedTransferLimit: false}, results);\r\n const _test = JSON.stringify(results);\r\n expect(_test).equals(JSON.stringify(PhillyLandmarksDataset.phillyAirportGetFeatureInfoResultRef));\r\n });\r\n\r\n it(\"should deflate coordinates array\", async () => {\r\n // Simple deflate stride = 2\r\n let doubleArray = [[1,2], [3,4]];\r\n let deflated: number[] = [];\r\n let offset = (ArcGisFeatureJSON as any).deflateCoordinates(doubleArray, deflated, 2, 0);\r\n expect(offset).to.equals(4);\r\n expect(deflated).to.eql([1,2,3,4]);\r\n\r\n /// Check offset with stride = 2\r\n doubleArray = [[5,6]];\r\n offset = (ArcGisFeatureJSON as any).deflateCoordinates(doubleArray, deflated, 2, offset);\r\n expect(offset).to.equals(6);\r\n expect(deflated).to.eql([1,2,3,4,5,6]);\r\n\r\n // Simple deflate stride = 3\r\n doubleArray = [[1,2,3], [4,5,6]];\r\n deflated = [];\r\n offset = (ArcGisFeatureJSON as any).deflateCoordinates(doubleArray, deflated, 3, 0);\r\n expect(offset).to.equals(6);\r\n expect(deflated).to.eql([1,2,3,4,5,6]);\r\n\r\n /// Check offset with stride = 3\r\n doubleArray = [[7,8,9]];\r\n offset = (ArcGisFeatureJSON as any).deflateCoordinates(doubleArray, deflated, 3, offset);\r\n expect(offset).to.equals(9);\r\n expect(deflated).to.eql([1,2,3,4,5,6,7,8,9]);\r\n });\r\n\r\n it(\"should readAndRender single ring polygon feature\", async () => {\r\n const featureJson = createFeatureJSON();\r\n\r\n const data = PhillyLandmarksDataset.phillySimplePolyQueryJson;\r\n\r\n const symbolRenderer = new ArcGisSymbologyRenderer(data.geometryType as ArcGisFeatureGeometryType, PhillyLandmarksDataset.phillySimplePolyDrawingInfo.drawingInfo.renderer);\r\n\r\n const featureRenderer = new ArcGisFeatureRenderer(fakeContext, symbolRenderer);\r\n const renderPathSpy = sinon.spy(featureRenderer, \"renderPath\");\r\n featureJson.readAndRender({data, exceedTransferLimit: false}, featureRenderer);\r\n expect(renderPathSpy.calledOnce);\r\n\r\n const firstCall = renderPathSpy.getCalls()[0];\r\n expect(firstCall.args[0]).to.eql(PhillyLandmarksDataset.phillySimplePolyQueryPbf.queryResult.featureResult.features[0].geometry.lengths); // geometryLengths\r\n expect(firstCall.args[1]).to.eql(PhillyLandmarksDataset.phillySimplePolyQueryPbf.queryResult.featureResult.features[0].geometry.coords); // geometryCoords\r\n expect(firstCall.args[2]).to.eql(true); // fill\r\n expect(firstCall.args[3]).to.eql(2); // stride\r\n });\r\n\r\n it(\"should readAndRender multiple ring polygon feature\", async () => {\r\n const featureJson = createFeatureJSON();\r\n\r\n const data = PhillyLandmarksDataset.phillyDoubleRingPolyQueryJson;\r\n\r\n const symbolRenderer = new ArcGisSymbologyRenderer(data.geometryType as ArcGisFeatureGeometryType, PhillyLandmarksDataset.phillySimplePolyDrawingInfo.drawingInfo.renderer);\r\n\r\n const featureRenderer = new ArcGisFeatureRenderer(fakeContext, symbolRenderer);\r\n const renderPathSpy = sinon.spy(featureRenderer, \"renderPath\");\r\n featureJson.readAndRender({data, exceedTransferLimit: false}, featureRenderer);\r\n expect(renderPathSpy.calledOnce);\r\n\r\n const firstCall = renderPathSpy.getCalls()[0];\r\n expect(firstCall.args[0]).to.eql(PhillyLandmarksDataset.phillyDoubleRingPolyQueryPbf.queryResult.featureResult.features[0].geometry.lengths); // geometryLengths\r\n expect(firstCall.args[1]).to.eql(PhillyLandmarksDataset.phillyDoubleRingPolyQueryPbf.queryResult.featureResult.features[0].geometry.coords); // geometryCoords\r\n expect(firstCall.args[2]).to.eql(true); // fill\r\n expect(firstCall.args[3]).to.eql(2); // stride\r\n });\r\n\r\n it(\"should readAndRender simple path\", async () => {\r\n const featureJson = createFeatureJSON();\r\n const data = PhillyLandmarksDataset.phillySimplePathQueryJson;\r\n const symbolRenderer = new ArcGisSymbologyRenderer(data.geometryType as ArcGisFeatureGeometryType,\r\n PhillyLandmarksDataset.phillySimpleLineDrawingInfo.drawingInfo.renderer);\r\n\r\n const featureRenderer = new ArcGisFeatureRenderer(fakeContext, symbolRenderer);\r\n const renderPathSpy = sinon.spy(featureRenderer, \"renderPath\");\r\n featureJson.readAndRender({data, exceedTransferLimit: false}, featureRenderer);\r\n expect(renderPathSpy.calledOnce);\r\n\r\n const geometryCoords = [360,491,-2,-1,-1,0,-1,0,-1,0,-1,1,-4,1,-10,2,-15,3,-1,0,-1,0,-2,0,-1,0,-1,0,-1,-1,-1,0,-2,-1,0,-1,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0];\r\n const firstCall = renderPathSpy.getCalls()[0];\r\n expect(firstCall.args[0]).to.eql([24]); // geometryLengths\r\n expect(firstCall.args[1]).to.eql(geometryCoords); // geometryCoords\r\n expect(firstCall.args[2]).to.eql(false); // fill\r\n expect(firstCall.args[3]).to.eql(2); // stride\r\n });\r\n\r\n it(\"should readAndRender multi path\", async () => {\r\n const featureJson = createFeatureJSON();\r\n const data = PhillyLandmarksDataset.phillyMultiPathQueryJson;\r\n const symbolRenderer = new ArcGisSymbologyRenderer(data.geometryType as ArcGisFeatureGeometryType, PhillyLandmarksDataset.phillySimpleLineDrawingInfo.drawingInfo.renderer);\r\n\r\n const featureRenderer = new ArcGisFeatureRenderer(fakeContext, symbolRenderer);\r\n const renderPathSpy = sinon.spy(featureRenderer, \"renderPath\");\r\n featureJson.readAndRender({data, exceedTransferLimit: false}, featureRenderer);\r\n expect(renderPathSpy.calledOnce);\r\n\r\n // Pbf contains already the right output format expect, lets rely on that.\r\n const firstCall = renderPathSpy.getCalls()[0];\r\n expect(firstCall.args[0]).to.eql(PhillyLandmarksDataset.phillyMultiPathQueryPbf.queryResult.featureResult.features[0].geometry.lengths);\r\n expect(firstCall.args[1]).to.eql(PhillyLandmarksDataset.phillyMultiPathQueryPbf.queryResult.featureResult.features[0].geometry.coords);\r\n expect(firstCall.args[2]).to.eql(false); // fill\r\n expect(firstCall.args[3]).to.eql(2); // stride\r\n });\r\n\r\n it(\"should readAndRender simple point\", async () => {\r\n const featureJson = createFeatureJSON();\r\n const data = PhillyLandmarksDataset.phillySimplePointQueryJson;\r\n const symbolRenderer = new ArcGisSymbologyRenderer(\r\n data.geometryType as ArcGisFeatureGeometryType,\r\n PhillyLandmarksDataset.phillySimplePointDrawingInfo.drawingInfo.renderer);\r\n\r\n const featureRenderer = new ArcGisFeatureRenderer(fakeContext, symbolRenderer);\r\n const spy = sinon.spy(featureRenderer, \"renderPoint\");\r\n featureJson.readAndRender({data, exceedTransferLimit: false}, featureRenderer);\r\n expect(spy.calledOnce);\r\n\r\n // Pbf contains already the right output format expect, lets rely on that.\r\n const geometryCoords = PhillyLandmarksDataset.phillySimplePointQueryPbf.queryResult.featureResult.features[0].geometry.coords;\r\n const firstCall = spy.getCalls()[0];\r\n expect(firstCall.args[0]).to.eql(PhillyLandmarksDataset.phillySimplePointQueryPbf.queryResult.featureResult.features[0].geometry.lengths); // geometryLengths\r\n expect(firstCall.args[1]).to.eql(geometryCoords); // geometryCoords\r\n expect(firstCall.args[2]).to.eql(2); // stride\r\n });\r\n\r\n it(\"should log error when readAndRender / readFeatureInfo is called invalid response Data\", async () => {\r\n const featureJson = createFeatureJSON();\r\n const symbolRenderer = new ArcGisSymbologyRenderer(\r\n \"esriGeometryAny\",\r\n PhillyLandmarksDataset.phillySimplePointDrawingInfo.drawingInfo.renderer);\r\n\r\n const featureRenderer = new ArcGisFeatureRenderer(fakeContext, symbolRenderer);\r\n const logErrorSpy = sandbox.spy(Logger, \"logError\");\r\n featureJson.readAndRender({data: {test:\"test\"}, exceedTransferLimit: false}, featureRenderer);\r\n expect(logErrorSpy.calledOnce);\r\n\r\n logErrorSpy.resetHistory();\r\n featureJson.readFeatureInfo({data: {test:\"test\"}, exceedTransferLimit: false}, []);\r\n expect(logErrorSpy.calledOnce);\r\n\r\n });\r\n});\r\n"]}
1
+ {"version":3,"file":"ArcGisFeatureJSON.test.js","sourceRoot":"","sources":["../../../../src/test/ArcGisFeature/ArcGisFeatureJSON.test.ts"],"names":[],"mappings":"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","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n\nimport { Logger } from \"@itwin/core-bentley\";\nimport { ImageMapLayerSettings } from \"@itwin/core-common\";\nimport { MapLayerFeatureInfo } from \"@itwin/core-frontend\";\nimport { expect } from \"chai\";\nimport * as sinon from \"sinon\";\nimport { ArcGisFeatureMapLayerFormat } from \"../../ArcGisFeature/ArcGisFeatureFormat\";\nimport { ArcGisFeatureJSON } from \"../../ArcGisFeature/ArcGisFeatureJSON\";\nimport { ArcGisFeatureGeometryType } from \"../../ArcGisFeature/ArcGisFeatureQuery\";\nimport { ArcGisFeatureRenderer } from \"../../ArcGisFeature/ArcGisFeatureRenderer\";\nimport { ArcGisSymbologyRenderer } from \"../../ArcGisFeature/ArcGisSymbologyRenderer\";\nimport { fakeContext } from \"./Mocks\";\nimport { PhillyLandmarksDataset } from \"./PhillyLandmarksDataset\";\n\nconst esriFeatureSampleSource = {name: \"dummyFeatureLayer\", url: \"https://dummy.com\", formatId: ArcGisFeatureMapLayerFormat.formatId};\n\nconst createFeatureJSON = () => {\n const settings = ImageMapLayerSettings.fromJSON(esriFeatureSampleSource);\n const featurePbf = new ArcGisFeatureJSON(settings, {name: \"SampleLayer\"});\n\n // Locale configuration depends on the testing machine (i.e. linux vs windows),\n // so we need to force date display to Iso to get a consistent value.\n // In real scenario, we still want dates to be displayed in end-user's locale.\n featurePbf.forceDateDisplayValueToIso = true;\n return featurePbf;\n};\n\ndescribe(\"ArcGisFeatureJSON\", () => {\n\n const sandbox = sinon.createSandbox();\n\n afterEach(async () => {\n sandbox.restore();\n });\n\n it(\"should read FeatureInfo in JSON (phillyTansportation)\", async () => {\n const featureJson = createFeatureJSON();\n // In some cases, PBF gives more floating-point precision than JSON.\n // Since I want to use the same output reference for both formats, I force a max precision of 8.\n featureJson.floatPrecision = 8;\n const results: MapLayerFeatureInfo[] = [];\n featureJson.readFeatureInfo({data: PhillyLandmarksDataset.phillyTransportationGetFeatureInfoQueryJson, exceedTransferLimit: false}, results);\n expect(JSON.stringify(results)).equals(JSON.stringify(PhillyLandmarksDataset.phillyTansportationGetFeatureInfoResultRef));\n });\n\n it(\"should read FeatureInfo in JSON (phillyAirport)\", async () => {\n const settings = ImageMapLayerSettings.fromJSON(esriFeatureSampleSource);\n const featureJson = new ArcGisFeatureJSON(settings, {name: \"SampleLayer\"});\n // In some cases, PBF gives more floating-point precision than JSON.\n // Since I want to use the same output reference for both formats, I force a max precision of 8.\n featureJson.floatPrecision = 8;\n const results: MapLayerFeatureInfo[] = [];\n const data = JSON.parse(PhillyLandmarksDataset.phillyAirportGetFeatureInfoQueryJson);\n featureJson.readFeatureInfo({data, exceedTransferLimit: false}, results);\n const _test = JSON.stringify(results);\n expect(_test).equals(JSON.stringify(PhillyLandmarksDataset.phillyAirportGetFeatureInfoResultRef));\n });\n\n it(\"should deflate coordinates array\", async () => {\n // Simple deflate stride = 2\n let doubleArray = [[1,2], [3,4]];\n let deflated: number[] = [];\n let offset = (ArcGisFeatureJSON as any).deflateCoordinates(doubleArray, deflated, 2, 0);\n expect(offset).to.equals(4);\n expect(deflated).to.eql([1,2,3,4]);\n\n /// Check offset with stride = 2\n doubleArray = [[5,6]];\n offset = (ArcGisFeatureJSON as any).deflateCoordinates(doubleArray, deflated, 2, offset);\n expect(offset).to.equals(6);\n expect(deflated).to.eql([1,2,3,4,5,6]);\n\n // Simple deflate stride = 3\n doubleArray = [[1,2,3], [4,5,6]];\n deflated = [];\n offset = (ArcGisFeatureJSON as any).deflateCoordinates(doubleArray, deflated, 3, 0);\n expect(offset).to.equals(6);\n expect(deflated).to.eql([1,2,3,4,5,6]);\n\n /// Check offset with stride = 3\n doubleArray = [[7,8,9]];\n offset = (ArcGisFeatureJSON as any).deflateCoordinates(doubleArray, deflated, 3, offset);\n expect(offset).to.equals(9);\n expect(deflated).to.eql([1,2,3,4,5,6,7,8,9]);\n });\n\n it(\"should readAndRender single ring polygon feature\", async () => {\n const featureJson = createFeatureJSON();\n\n const data = PhillyLandmarksDataset.phillySimplePolyQueryJson;\n\n const symbolRenderer = new ArcGisSymbologyRenderer(data.geometryType as ArcGisFeatureGeometryType, PhillyLandmarksDataset.phillySimplePolyDrawingInfo.drawingInfo.renderer);\n\n const featureRenderer = new ArcGisFeatureRenderer(fakeContext, symbolRenderer);\n const renderPathSpy = sinon.spy(featureRenderer, \"renderPath\");\n featureJson.readAndRender({data, exceedTransferLimit: false}, featureRenderer);\n expect(renderPathSpy.calledOnce);\n\n const firstCall = renderPathSpy.getCalls()[0];\n expect(firstCall.args[0]).to.eql(PhillyLandmarksDataset.phillySimplePolyQueryPbf.queryResult.featureResult.features[0].geometry.lengths); // geometryLengths\n expect(firstCall.args[1]).to.eql(PhillyLandmarksDataset.phillySimplePolyQueryPbf.queryResult.featureResult.features[0].geometry.coords); // geometryCoords\n expect(firstCall.args[2]).to.eql(true); // fill\n expect(firstCall.args[3]).to.eql(2); // stride\n });\n\n it(\"should readAndRender multiple ring polygon feature\", async () => {\n const featureJson = createFeatureJSON();\n\n const data = PhillyLandmarksDataset.phillyDoubleRingPolyQueryJson;\n\n const symbolRenderer = new ArcGisSymbologyRenderer(data.geometryType as ArcGisFeatureGeometryType, PhillyLandmarksDataset.phillySimplePolyDrawingInfo.drawingInfo.renderer);\n\n const featureRenderer = new ArcGisFeatureRenderer(fakeContext, symbolRenderer);\n const renderPathSpy = sinon.spy(featureRenderer, \"renderPath\");\n featureJson.readAndRender({data, exceedTransferLimit: false}, featureRenderer);\n expect(renderPathSpy.calledOnce);\n\n const firstCall = renderPathSpy.getCalls()[0];\n expect(firstCall.args[0]).to.eql(PhillyLandmarksDataset.phillyDoubleRingPolyQueryPbf.queryResult.featureResult.features[0].geometry.lengths); // geometryLengths\n expect(firstCall.args[1]).to.eql(PhillyLandmarksDataset.phillyDoubleRingPolyQueryPbf.queryResult.featureResult.features[0].geometry.coords); // geometryCoords\n expect(firstCall.args[2]).to.eql(true); // fill\n expect(firstCall.args[3]).to.eql(2); // stride\n });\n\n it(\"should readAndRender simple path\", async () => {\n const featureJson = createFeatureJSON();\n const data = PhillyLandmarksDataset.phillySimplePathQueryJson;\n const symbolRenderer = new ArcGisSymbologyRenderer(data.geometryType as ArcGisFeatureGeometryType,\n PhillyLandmarksDataset.phillySimpleLineDrawingInfo.drawingInfo.renderer);\n\n const featureRenderer = new ArcGisFeatureRenderer(fakeContext, symbolRenderer);\n const renderPathSpy = sinon.spy(featureRenderer, \"renderPath\");\n featureJson.readAndRender({data, exceedTransferLimit: false}, featureRenderer);\n expect(renderPathSpy.calledOnce);\n\n const geometryCoords = [360,491,-2,-1,-1,0,-1,0,-1,0,-1,1,-4,1,-10,2,-15,3,-1,0,-1,0,-2,0,-1,0,-1,0,-1,-1,-1,0,-2,-1,0,-1,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0];\n const firstCall = renderPathSpy.getCalls()[0];\n expect(firstCall.args[0]).to.eql([24]); // geometryLengths\n expect(firstCall.args[1]).to.eql(geometryCoords); // geometryCoords\n expect(firstCall.args[2]).to.eql(false); // fill\n expect(firstCall.args[3]).to.eql(2); // stride\n });\n\n it(\"should readAndRender multi path\", async () => {\n const featureJson = createFeatureJSON();\n const data = PhillyLandmarksDataset.phillyMultiPathQueryJson;\n const symbolRenderer = new ArcGisSymbologyRenderer(data.geometryType as ArcGisFeatureGeometryType, PhillyLandmarksDataset.phillySimpleLineDrawingInfo.drawingInfo.renderer);\n\n const featureRenderer = new ArcGisFeatureRenderer(fakeContext, symbolRenderer);\n const renderPathSpy = sinon.spy(featureRenderer, \"renderPath\");\n featureJson.readAndRender({data, exceedTransferLimit: false}, featureRenderer);\n expect(renderPathSpy.calledOnce);\n\n // Pbf contains already the right output format expect, lets rely on that.\n const firstCall = renderPathSpy.getCalls()[0];\n expect(firstCall.args[0]).to.eql(PhillyLandmarksDataset.phillyMultiPathQueryPbf.queryResult.featureResult.features[0].geometry.lengths);\n expect(firstCall.args[1]).to.eql(PhillyLandmarksDataset.phillyMultiPathQueryPbf.queryResult.featureResult.features[0].geometry.coords);\n expect(firstCall.args[2]).to.eql(false); // fill\n expect(firstCall.args[3]).to.eql(2); // stride\n });\n\n it(\"should readAndRender simple point\", async () => {\n const featureJson = createFeatureJSON();\n const data = PhillyLandmarksDataset.phillySimplePointQueryJson;\n const symbolRenderer = new ArcGisSymbologyRenderer(\n data.geometryType as ArcGisFeatureGeometryType,\n PhillyLandmarksDataset.phillySimplePointDrawingInfo.drawingInfo.renderer);\n\n const featureRenderer = new ArcGisFeatureRenderer(fakeContext, symbolRenderer);\n const spy = sinon.spy(featureRenderer, \"renderPoint\");\n featureJson.readAndRender({data, exceedTransferLimit: false}, featureRenderer);\n expect(spy.calledOnce);\n\n // Pbf contains already the right output format expect, lets rely on that.\n const geometryCoords = PhillyLandmarksDataset.phillySimplePointQueryPbf.queryResult.featureResult.features[0].geometry.coords;\n const firstCall = spy.getCalls()[0];\n expect(firstCall.args[0]).to.eql(PhillyLandmarksDataset.phillySimplePointQueryPbf.queryResult.featureResult.features[0].geometry.lengths); // geometryLengths\n expect(firstCall.args[1]).to.eql(geometryCoords); // geometryCoords\n expect(firstCall.args[2]).to.eql(2); // stride\n });\n\n it(\"should log error when readAndRender / readFeatureInfo is called invalid response Data\", async () => {\n const featureJson = createFeatureJSON();\n const symbolRenderer = new ArcGisSymbologyRenderer(\n \"esriGeometryAny\",\n PhillyLandmarksDataset.phillySimplePointDrawingInfo.drawingInfo.renderer);\n\n const featureRenderer = new ArcGisFeatureRenderer(fakeContext, symbolRenderer);\n const logErrorSpy = sandbox.spy(Logger, \"logError\");\n featureJson.readAndRender({data: {test:\"test\"}, exceedTransferLimit: false}, featureRenderer);\n expect(logErrorSpy.calledOnce);\n\n logErrorSpy.resetHistory();\n featureJson.readFeatureInfo({data: {test:\"test\"}, exceedTransferLimit: false}, []);\n expect(logErrorSpy.calledOnce);\n\n });\n});\n"]}
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=ArcGisFeaturePBF.test.d.ts.map
@@ -1,168 +1,168 @@
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
- Object.defineProperty(exports, "__esModule", { value: true });
7
- const core_bentley_1 = require("@itwin/core-bentley");
8
- const core_common_1 = require("@itwin/core-common");
9
- const chai_1 = require("chai");
10
- const sinon = require("sinon");
11
- const ArcGisFeaturePBF_1 = require("../../ArcGisFeature/ArcGisFeaturePBF");
12
- const ArcGisFeatureRenderer_1 = require("../../ArcGisFeature/ArcGisFeatureRenderer");
13
- const ArcGisSymbologyRenderer_1 = require("../../ArcGisFeature/ArcGisSymbologyRenderer");
14
- const esriPBuffer_gen_1 = require("../../ArcGisFeature/esriPBuffer.gen");
15
- const Mocks_1 = require("./Mocks");
16
- const PhillyLandmarksDataset_1 = require("./PhillyLandmarksDataset");
17
- const createFeaturePBF = () => {
18
- const settings = core_common_1.ImageMapLayerSettings.fromJSON(Mocks_1.esriFeatureSampleSource);
19
- const featurePbf = new ArcGisFeaturePBF_1.ArcGisFeaturePBF(settings, { name: "SampleLayer" });
20
- // Locale configuration depends on the testing machine (i.e. linux vs windows),
21
- // so we need to force date display to Iso to get a consistent value.
22
- // In real scenario, we still want dates to be displayed in end-user's locale.
23
- featurePbf.forceDateDisplayValueToIso = true;
24
- return featurePbf;
25
- };
26
- describe("ArcGisFeaturePBF", () => {
27
- const sandbox = sinon.createSandbox();
28
- afterEach(async () => {
29
- sandbox.restore();
30
- });
31
- it("should convert pbf geometry type to Esri types", async () => {
32
- (0, chai_1.expect)(ArcGisFeaturePBF_1.ArcGisFeaturePBF.getArcGisFeatureGeometryType(esriPBuffer_gen_1.esriPBuffer.FeatureCollectionPBuffer.GeometryType.esriGeometryTypeMultipatch))
33
- .to.equals("esriGeometryMultiPatch");
34
- (0, chai_1.expect)(ArcGisFeaturePBF_1.ArcGisFeaturePBF.getArcGisFeatureGeometryType(esriPBuffer_gen_1.esriPBuffer.FeatureCollectionPBuffer.GeometryType.esriGeometryTypeMultipoint))
35
- .to.equals("esriGeometryMultipoint");
36
- (0, chai_1.expect)(ArcGisFeaturePBF_1.ArcGisFeaturePBF.getArcGisFeatureGeometryType(esriPBuffer_gen_1.esriPBuffer.FeatureCollectionPBuffer.GeometryType.esriGeometryTypePoint))
37
- .to.equals("esriGeometryPoint");
38
- (0, chai_1.expect)(ArcGisFeaturePBF_1.ArcGisFeaturePBF.getArcGisFeatureGeometryType(esriPBuffer_gen_1.esriPBuffer.FeatureCollectionPBuffer.GeometryType.esriGeometryTypePolygon))
39
- .to.equals("esriGeometryPolygon");
40
- (0, chai_1.expect)(ArcGisFeaturePBF_1.ArcGisFeaturePBF.getArcGisFeatureGeometryType(esriPBuffer_gen_1.esriPBuffer.FeatureCollectionPBuffer.GeometryType.esriGeometryTypePolyline))
41
- .to.equals("esriGeometryPolyline");
42
- (0, chai_1.expect)(ArcGisFeaturePBF_1.ArcGisFeaturePBF.getArcGisFeatureGeometryType(""))
43
- .to.equals("esriGeometryNull");
44
- });
45
- it("should read FeatureInfo in PBF", async () => {
46
- const byteArray = core_common_1.Base64EncodedString.toUint8Array(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillyAirportGetFeatureInfoQueryPbf);
47
- const featureCollection = esriPBuffer_gen_1.esriPBuffer.FeatureCollectionPBuffer.deserialize(byteArray);
48
- const settings = core_common_1.ImageMapLayerSettings.fromJSON(Mocks_1.esriFeatureSampleSource);
49
- const featurePbf = new ArcGisFeaturePBF_1.ArcGisFeaturePBF(settings, { name: "SampleLayer" });
50
- // In some cases, PBF gives more floating-point precision than JSON.
51
- // Since I want to use the same output reference for both formats, I force a max precision of 8.
52
- featurePbf.floatPrecision = 8;
53
- const results = [];
54
- featurePbf.readFeatureInfo({ data: featureCollection, exceedTransferLimit: false }, results);
55
- // Make deep comparison by using JSON.stringify
56
- (0, chai_1.expect)(JSON.stringify(results)).equals(JSON.stringify(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillyAirportGetFeatureInfoResultRef));
57
- });
58
- it("should read FeatureInfo from PBF (philly transportation)", async () => {
59
- const byteArray = core_common_1.Base64EncodedString.toUint8Array(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillyTransportationGetFeatureInfoQueryEncodedPbf);
60
- const featureCollection = esriPBuffer_gen_1.esriPBuffer.FeatureCollectionPBuffer.deserialize(byteArray);
61
- const featurePbf = createFeaturePBF();
62
- // In some cases, PBF gives more floating-point precision than JSON.
63
- // Since I want to use the same output reference for both formats, I force a max precision.
64
- featurePbf.floatPrecision = 2;
65
- const results = [];
66
- featurePbf.readFeatureInfo({ data: featureCollection, exceedTransferLimit: false }, results);
67
- // Make deep comparison by using JSON.stringify
68
- (0, chai_1.expect)(JSON.stringify(results)).equals(JSON.stringify(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillyTansportationGetFeatureInfoResultRef));
69
- });
70
- it("should read all data types from FeatureInfo ", async () => {
71
- // In this test we use a synthetic PBuffer object to initialize a feature collection object.
72
- // The is to ensure we cover correctly all possible attribute value types.
73
- const featureCollection = esriPBuffer_gen_1.esriPBuffer.FeatureCollectionPBuffer.fromObject(PhillyLandmarksDataset_1.PhillyLandmarksDataset.fieldsCoveragePbufferCollection);
74
- const featurePbf = createFeaturePBF();
75
- const results = [];
76
- featurePbf.readFeatureInfo({ data: featureCollection, exceedTransferLimit: false }, results);
77
- // Make deep comparison by using JSON.stringify
78
- (0, chai_1.expect)(JSON.stringify(results)).equals(JSON.stringify(PhillyLandmarksDataset_1.PhillyLandmarksDataset.fieldsCoverageGetFeatureInfoResultRef));
79
- });
80
- it("should readAndRender single ring polygon feature", async () => {
81
- const featurePbf = createFeaturePBF();
82
- const data = esriPBuffer_gen_1.esriPBuffer.FeatureCollectionPBuffer.fromObject(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimplePolyQueryPbf);
83
- const geomType = ArcGisFeaturePBF_1.ArcGisFeaturePBF.getArcGisFeatureGeometryType(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimplePolyQueryPbf.queryResult.featureResult.geometryType);
84
- const symbolRenderer = new ArcGisSymbologyRenderer_1.ArcGisSymbologyRenderer(geomType, PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimplePolyDrawingInfo.drawingInfo.renderer);
85
- const featureRenderer = new ArcGisFeatureRenderer_1.ArcGisFeatureRenderer(Mocks_1.fakeContext, symbolRenderer);
86
- const renderPathSpy = sinon.spy(featureRenderer, "renderPath");
87
- featurePbf.readAndRender({ data, exceedTransferLimit: false }, featureRenderer);
88
- (0, chai_1.expect)(renderPathSpy.calledOnce);
89
- const firstCall = renderPathSpy.getCalls()[0];
90
- (0, chai_1.expect)(firstCall.args[0]).to.eql(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimplePolyQueryPbf.queryResult.featureResult.features[0].geometry.lengths); // geometryLengths
91
- (0, chai_1.expect)(firstCall.args[1]).to.eql(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimplePolyQueryPbf.queryResult.featureResult.features[0].geometry.coords); // geometryCoords
92
- (0, chai_1.expect)(firstCall.args[2]).to.eql(true); // fill
93
- (0, chai_1.expect)(firstCall.args[3]).to.eql(2); // stride
94
- });
95
- it("should readAndRender multiple ring polygon feature", async () => {
96
- const featurePbf = createFeaturePBF();
97
- const geomType = ArcGisFeaturePBF_1.ArcGisFeaturePBF.getArcGisFeatureGeometryType(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillyDoubleRingPolyQueryPbf.queryResult.featureResult.geometryType);
98
- const data = esriPBuffer_gen_1.esriPBuffer.FeatureCollectionPBuffer.fromObject(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillyDoubleRingPolyQueryPbf);
99
- const symbolRenderer = new ArcGisSymbologyRenderer_1.ArcGisSymbologyRenderer(geomType, PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimplePolyDrawingInfo.drawingInfo.renderer);
100
- const featureRenderer = new ArcGisFeatureRenderer_1.ArcGisFeatureRenderer(Mocks_1.fakeContext, symbolRenderer);
101
- const renderPathSpy = sinon.spy(featureRenderer, "renderPath");
102
- featurePbf.readAndRender({ data, exceedTransferLimit: false }, featureRenderer);
103
- (0, chai_1.expect)(renderPathSpy.calledOnce);
104
- const firstCall = renderPathSpy.getCalls()[0];
105
- (0, chai_1.expect)(firstCall.args[0]).to.eql(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillyDoubleRingPolyQueryPbf.queryResult.featureResult.features[0].geometry.lengths); // geometryLengths
106
- (0, chai_1.expect)(firstCall.args[1]).to.eql(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillyDoubleRingPolyQueryPbf.queryResult.featureResult.features[0].geometry.coords); // geometryCoords
107
- (0, chai_1.expect)(firstCall.args[2]).to.eql(true); // fill
108
- (0, chai_1.expect)(firstCall.args[3]).to.eql(2); // stride
109
- });
110
- it("should readAndRender simple path", async () => {
111
- const featurePbf = createFeaturePBF();
112
- const data = esriPBuffer_gen_1.esriPBuffer.FeatureCollectionPBuffer.fromObject(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimplePathQueryPbf);
113
- const symbolRenderer = new ArcGisSymbologyRenderer_1.ArcGisSymbologyRenderer(ArcGisFeaturePBF_1.ArcGisFeaturePBF.getArcGisFeatureGeometryType(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimplePathQueryPbf.queryResult.featureResult.geometryType), PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimpleLineDrawingInfo.drawingInfo.renderer);
114
- const featureRenderer = new ArcGisFeatureRenderer_1.ArcGisFeatureRenderer(Mocks_1.fakeContext, symbolRenderer);
115
- const renderPathSpy = sinon.spy(featureRenderer, "renderPath");
116
- featurePbf.readAndRender({ data, exceedTransferLimit: false }, featureRenderer);
117
- (0, chai_1.expect)(renderPathSpy.calledOnce);
118
- const firstCall = renderPathSpy.getCalls()[0];
119
- (0, chai_1.expect)(firstCall).to.not.undefined;
120
- (0, chai_1.expect)(firstCall.args[0]).to.eql(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimplePathQueryPbf.queryResult.featureResult.features[0].geometry.lengths); // geometryLengths
121
- (0, chai_1.expect)(firstCall.args[1]).to.eql(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimplePathQueryPbf.queryResult.featureResult.features[0].geometry.coords); // geometryCoords
122
- (0, chai_1.expect)(firstCall.args[2]).to.eql(false); // fill
123
- (0, chai_1.expect)(firstCall.args[3]).to.eql(2); // stride
124
- });
125
- it("should readAndRender multi path", async () => {
126
- const featurePbf = createFeaturePBF();
127
- const data = esriPBuffer_gen_1.esriPBuffer.FeatureCollectionPBuffer.fromObject(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillyMultiPathQueryPbf);
128
- const geomType = ArcGisFeaturePBF_1.ArcGisFeaturePBF.getArcGisFeatureGeometryType(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillyMultiPathQueryPbf.queryResult.featureResult.geometryType);
129
- const symbolRenderer = new ArcGisSymbologyRenderer_1.ArcGisSymbologyRenderer(geomType, PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimpleLineDrawingInfo.drawingInfo.renderer);
130
- const featureRenderer = new ArcGisFeatureRenderer_1.ArcGisFeatureRenderer(Mocks_1.fakeContext, symbolRenderer);
131
- const renderPathSpy = sinon.spy(featureRenderer, "renderPath");
132
- featurePbf.readAndRender({ data, exceedTransferLimit: false }, featureRenderer);
133
- (0, chai_1.expect)(renderPathSpy.calledOnce);
134
- const firstCall = renderPathSpy.getCalls()[0];
135
- (0, chai_1.expect)(firstCall.args[0]).to.eql(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillyMultiPathQueryPbf.queryResult.featureResult.features[0].geometry.lengths); // geometryLengths
136
- (0, chai_1.expect)(firstCall.args[1]).to.eql(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillyMultiPathQueryPbf.queryResult.featureResult.features[0].geometry.coords); // geometryCoords
137
- (0, chai_1.expect)(firstCall.args[2]).to.eql(false); // fill
138
- (0, chai_1.expect)(firstCall.args[3]).to.eql(2); // stride
139
- });
140
- it("should readAndRender simple point", async () => {
141
- const featurePbf = createFeaturePBF();
142
- const data = esriPBuffer_gen_1.esriPBuffer.FeatureCollectionPBuffer.fromObject(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimplePointQueryPbf);
143
- const geomType = ArcGisFeaturePBF_1.ArcGisFeaturePBF.getArcGisFeatureGeometryType(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillyMultiPathQueryPbf.queryResult.featureResult.geometryType);
144
- const symbolRenderer = new ArcGisSymbologyRenderer_1.ArcGisSymbologyRenderer(geomType, PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimplePointDrawingInfo.drawingInfo.renderer);
145
- const featureRenderer = new ArcGisFeatureRenderer_1.ArcGisFeatureRenderer(Mocks_1.fakeContext, symbolRenderer);
146
- const spy = sinon.spy(featureRenderer, "renderPoint");
147
- featurePbf.readAndRender({ data, exceedTransferLimit: false }, featureRenderer);
148
- (0, chai_1.expect)(spy.calledOnce);
149
- // Pbf contains already the right output format expect, lets rely on that.
150
- const geometryCoords = PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimplePointQueryPbf.queryResult.featureResult.features[0].geometry.coords;
151
- const firstCall = spy.getCalls()[0];
152
- (0, chai_1.expect)(firstCall.args[0]).to.eql(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimplePointQueryPbf.queryResult.featureResult.features[0].geometry.lengths); // geometryLengths
153
- (0, chai_1.expect)(firstCall.args[1]).to.eql(geometryCoords); // geometryCoords
154
- (0, chai_1.expect)(firstCall.args[2]).to.eql(2); // stride
155
- });
156
- it("should log error when readAndRender / readFeatureInfo is called invalid response Data", async () => {
157
- const featurePbf = createFeaturePBF();
158
- const symbolRenderer = new ArcGisSymbologyRenderer_1.ArcGisSymbologyRenderer("esriGeometryAny", PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimplePointDrawingInfo.drawingInfo.renderer);
159
- const featureRenderer = new ArcGisFeatureRenderer_1.ArcGisFeatureRenderer(Mocks_1.fakeContext, symbolRenderer);
160
- const logErrorSpy = sandbox.spy(core_bentley_1.Logger, "logError");
161
- featurePbf.readAndRender({ data: { test: "test" }, exceedTransferLimit: false }, featureRenderer);
162
- (0, chai_1.expect)(logErrorSpy.calledOnce);
163
- logErrorSpy.resetHistory();
164
- featurePbf.readFeatureInfo({ data: { test: "test" }, exceedTransferLimit: false }, []);
165
- (0, chai_1.expect)(logErrorSpy.calledOnce);
166
- });
167
- });
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
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ const core_bentley_1 = require("@itwin/core-bentley");
8
+ const core_common_1 = require("@itwin/core-common");
9
+ const chai_1 = require("chai");
10
+ const sinon = require("sinon");
11
+ const ArcGisFeaturePBF_1 = require("../../ArcGisFeature/ArcGisFeaturePBF");
12
+ const ArcGisFeatureRenderer_1 = require("../../ArcGisFeature/ArcGisFeatureRenderer");
13
+ const ArcGisSymbologyRenderer_1 = require("../../ArcGisFeature/ArcGisSymbologyRenderer");
14
+ const esriPBuffer_gen_1 = require("../../ArcGisFeature/esriPBuffer.gen");
15
+ const Mocks_1 = require("./Mocks");
16
+ const PhillyLandmarksDataset_1 = require("./PhillyLandmarksDataset");
17
+ const createFeaturePBF = () => {
18
+ const settings = core_common_1.ImageMapLayerSettings.fromJSON(Mocks_1.esriFeatureSampleSource);
19
+ const featurePbf = new ArcGisFeaturePBF_1.ArcGisFeaturePBF(settings, { name: "SampleLayer" });
20
+ // Locale configuration depends on the testing machine (i.e. linux vs windows),
21
+ // so we need to force date display to Iso to get a consistent value.
22
+ // In real scenario, we still want dates to be displayed in end-user's locale.
23
+ featurePbf.forceDateDisplayValueToIso = true;
24
+ return featurePbf;
25
+ };
26
+ describe("ArcGisFeaturePBF", () => {
27
+ const sandbox = sinon.createSandbox();
28
+ afterEach(async () => {
29
+ sandbox.restore();
30
+ });
31
+ it("should convert pbf geometry type to Esri types", async () => {
32
+ (0, chai_1.expect)(ArcGisFeaturePBF_1.ArcGisFeaturePBF.getArcGisFeatureGeometryType(esriPBuffer_gen_1.esriPBuffer.FeatureCollectionPBuffer.GeometryType.esriGeometryTypeMultipatch))
33
+ .to.equals("esriGeometryMultiPatch");
34
+ (0, chai_1.expect)(ArcGisFeaturePBF_1.ArcGisFeaturePBF.getArcGisFeatureGeometryType(esriPBuffer_gen_1.esriPBuffer.FeatureCollectionPBuffer.GeometryType.esriGeometryTypeMultipoint))
35
+ .to.equals("esriGeometryMultipoint");
36
+ (0, chai_1.expect)(ArcGisFeaturePBF_1.ArcGisFeaturePBF.getArcGisFeatureGeometryType(esriPBuffer_gen_1.esriPBuffer.FeatureCollectionPBuffer.GeometryType.esriGeometryTypePoint))
37
+ .to.equals("esriGeometryPoint");
38
+ (0, chai_1.expect)(ArcGisFeaturePBF_1.ArcGisFeaturePBF.getArcGisFeatureGeometryType(esriPBuffer_gen_1.esriPBuffer.FeatureCollectionPBuffer.GeometryType.esriGeometryTypePolygon))
39
+ .to.equals("esriGeometryPolygon");
40
+ (0, chai_1.expect)(ArcGisFeaturePBF_1.ArcGisFeaturePBF.getArcGisFeatureGeometryType(esriPBuffer_gen_1.esriPBuffer.FeatureCollectionPBuffer.GeometryType.esriGeometryTypePolyline))
41
+ .to.equals("esriGeometryPolyline");
42
+ (0, chai_1.expect)(ArcGisFeaturePBF_1.ArcGisFeaturePBF.getArcGisFeatureGeometryType(""))
43
+ .to.equals("esriGeometryNull");
44
+ });
45
+ it("should read FeatureInfo in PBF", async () => {
46
+ const byteArray = core_common_1.Base64EncodedString.toUint8Array(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillyAirportGetFeatureInfoQueryPbf);
47
+ const featureCollection = esriPBuffer_gen_1.esriPBuffer.FeatureCollectionPBuffer.deserialize(byteArray);
48
+ const settings = core_common_1.ImageMapLayerSettings.fromJSON(Mocks_1.esriFeatureSampleSource);
49
+ const featurePbf = new ArcGisFeaturePBF_1.ArcGisFeaturePBF(settings, { name: "SampleLayer" });
50
+ // In some cases, PBF gives more floating-point precision than JSON.
51
+ // Since I want to use the same output reference for both formats, I force a max precision of 8.
52
+ featurePbf.floatPrecision = 8;
53
+ const results = [];
54
+ featurePbf.readFeatureInfo({ data: featureCollection, exceedTransferLimit: false }, results);
55
+ // Make deep comparison by using JSON.stringify
56
+ (0, chai_1.expect)(JSON.stringify(results)).equals(JSON.stringify(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillyAirportGetFeatureInfoResultRef));
57
+ });
58
+ it("should read FeatureInfo from PBF (philly transportation)", async () => {
59
+ const byteArray = core_common_1.Base64EncodedString.toUint8Array(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillyTransportationGetFeatureInfoQueryEncodedPbf);
60
+ const featureCollection = esriPBuffer_gen_1.esriPBuffer.FeatureCollectionPBuffer.deserialize(byteArray);
61
+ const featurePbf = createFeaturePBF();
62
+ // In some cases, PBF gives more floating-point precision than JSON.
63
+ // Since I want to use the same output reference for both formats, I force a max precision.
64
+ featurePbf.floatPrecision = 2;
65
+ const results = [];
66
+ featurePbf.readFeatureInfo({ data: featureCollection, exceedTransferLimit: false }, results);
67
+ // Make deep comparison by using JSON.stringify
68
+ (0, chai_1.expect)(JSON.stringify(results)).equals(JSON.stringify(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillyTansportationGetFeatureInfoResultRef));
69
+ });
70
+ it("should read all data types from FeatureInfo ", async () => {
71
+ // In this test we use a synthetic PBuffer object to initialize a feature collection object.
72
+ // The is to ensure we cover correctly all possible attribute value types.
73
+ const featureCollection = esriPBuffer_gen_1.esriPBuffer.FeatureCollectionPBuffer.fromObject(PhillyLandmarksDataset_1.PhillyLandmarksDataset.fieldsCoveragePbufferCollection);
74
+ const featurePbf = createFeaturePBF();
75
+ const results = [];
76
+ featurePbf.readFeatureInfo({ data: featureCollection, exceedTransferLimit: false }, results);
77
+ // Make deep comparison by using JSON.stringify
78
+ (0, chai_1.expect)(JSON.stringify(results)).equals(JSON.stringify(PhillyLandmarksDataset_1.PhillyLandmarksDataset.fieldsCoverageGetFeatureInfoResultRef));
79
+ });
80
+ it("should readAndRender single ring polygon feature", async () => {
81
+ const featurePbf = createFeaturePBF();
82
+ const data = esriPBuffer_gen_1.esriPBuffer.FeatureCollectionPBuffer.fromObject(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimplePolyQueryPbf);
83
+ const geomType = ArcGisFeaturePBF_1.ArcGisFeaturePBF.getArcGisFeatureGeometryType(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimplePolyQueryPbf.queryResult.featureResult.geometryType);
84
+ const symbolRenderer = new ArcGisSymbologyRenderer_1.ArcGisSymbologyRenderer(geomType, PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimplePolyDrawingInfo.drawingInfo.renderer);
85
+ const featureRenderer = new ArcGisFeatureRenderer_1.ArcGisFeatureRenderer(Mocks_1.fakeContext, symbolRenderer);
86
+ const renderPathSpy = sinon.spy(featureRenderer, "renderPath");
87
+ featurePbf.readAndRender({ data, exceedTransferLimit: false }, featureRenderer);
88
+ (0, chai_1.expect)(renderPathSpy.calledOnce);
89
+ const firstCall = renderPathSpy.getCalls()[0];
90
+ (0, chai_1.expect)(firstCall.args[0]).to.eql(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimplePolyQueryPbf.queryResult.featureResult.features[0].geometry.lengths); // geometryLengths
91
+ (0, chai_1.expect)(firstCall.args[1]).to.eql(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimplePolyQueryPbf.queryResult.featureResult.features[0].geometry.coords); // geometryCoords
92
+ (0, chai_1.expect)(firstCall.args[2]).to.eql(true); // fill
93
+ (0, chai_1.expect)(firstCall.args[3]).to.eql(2); // stride
94
+ });
95
+ it("should readAndRender multiple ring polygon feature", async () => {
96
+ const featurePbf = createFeaturePBF();
97
+ const geomType = ArcGisFeaturePBF_1.ArcGisFeaturePBF.getArcGisFeatureGeometryType(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillyDoubleRingPolyQueryPbf.queryResult.featureResult.geometryType);
98
+ const data = esriPBuffer_gen_1.esriPBuffer.FeatureCollectionPBuffer.fromObject(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillyDoubleRingPolyQueryPbf);
99
+ const symbolRenderer = new ArcGisSymbologyRenderer_1.ArcGisSymbologyRenderer(geomType, PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimplePolyDrawingInfo.drawingInfo.renderer);
100
+ const featureRenderer = new ArcGisFeatureRenderer_1.ArcGisFeatureRenderer(Mocks_1.fakeContext, symbolRenderer);
101
+ const renderPathSpy = sinon.spy(featureRenderer, "renderPath");
102
+ featurePbf.readAndRender({ data, exceedTransferLimit: false }, featureRenderer);
103
+ (0, chai_1.expect)(renderPathSpy.calledOnce);
104
+ const firstCall = renderPathSpy.getCalls()[0];
105
+ (0, chai_1.expect)(firstCall.args[0]).to.eql(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillyDoubleRingPolyQueryPbf.queryResult.featureResult.features[0].geometry.lengths); // geometryLengths
106
+ (0, chai_1.expect)(firstCall.args[1]).to.eql(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillyDoubleRingPolyQueryPbf.queryResult.featureResult.features[0].geometry.coords); // geometryCoords
107
+ (0, chai_1.expect)(firstCall.args[2]).to.eql(true); // fill
108
+ (0, chai_1.expect)(firstCall.args[3]).to.eql(2); // stride
109
+ });
110
+ it("should readAndRender simple path", async () => {
111
+ const featurePbf = createFeaturePBF();
112
+ const data = esriPBuffer_gen_1.esriPBuffer.FeatureCollectionPBuffer.fromObject(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimplePathQueryPbf);
113
+ const symbolRenderer = new ArcGisSymbologyRenderer_1.ArcGisSymbologyRenderer(ArcGisFeaturePBF_1.ArcGisFeaturePBF.getArcGisFeatureGeometryType(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimplePathQueryPbf.queryResult.featureResult.geometryType), PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimpleLineDrawingInfo.drawingInfo.renderer);
114
+ const featureRenderer = new ArcGisFeatureRenderer_1.ArcGisFeatureRenderer(Mocks_1.fakeContext, symbolRenderer);
115
+ const renderPathSpy = sinon.spy(featureRenderer, "renderPath");
116
+ featurePbf.readAndRender({ data, exceedTransferLimit: false }, featureRenderer);
117
+ (0, chai_1.expect)(renderPathSpy.calledOnce);
118
+ const firstCall = renderPathSpy.getCalls()[0];
119
+ (0, chai_1.expect)(firstCall).to.not.undefined;
120
+ (0, chai_1.expect)(firstCall.args[0]).to.eql(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimplePathQueryPbf.queryResult.featureResult.features[0].geometry.lengths); // geometryLengths
121
+ (0, chai_1.expect)(firstCall.args[1]).to.eql(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimplePathQueryPbf.queryResult.featureResult.features[0].geometry.coords); // geometryCoords
122
+ (0, chai_1.expect)(firstCall.args[2]).to.eql(false); // fill
123
+ (0, chai_1.expect)(firstCall.args[3]).to.eql(2); // stride
124
+ });
125
+ it("should readAndRender multi path", async () => {
126
+ const featurePbf = createFeaturePBF();
127
+ const data = esriPBuffer_gen_1.esriPBuffer.FeatureCollectionPBuffer.fromObject(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillyMultiPathQueryPbf);
128
+ const geomType = ArcGisFeaturePBF_1.ArcGisFeaturePBF.getArcGisFeatureGeometryType(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillyMultiPathQueryPbf.queryResult.featureResult.geometryType);
129
+ const symbolRenderer = new ArcGisSymbologyRenderer_1.ArcGisSymbologyRenderer(geomType, PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimpleLineDrawingInfo.drawingInfo.renderer);
130
+ const featureRenderer = new ArcGisFeatureRenderer_1.ArcGisFeatureRenderer(Mocks_1.fakeContext, symbolRenderer);
131
+ const renderPathSpy = sinon.spy(featureRenderer, "renderPath");
132
+ featurePbf.readAndRender({ data, exceedTransferLimit: false }, featureRenderer);
133
+ (0, chai_1.expect)(renderPathSpy.calledOnce);
134
+ const firstCall = renderPathSpy.getCalls()[0];
135
+ (0, chai_1.expect)(firstCall.args[0]).to.eql(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillyMultiPathQueryPbf.queryResult.featureResult.features[0].geometry.lengths); // geometryLengths
136
+ (0, chai_1.expect)(firstCall.args[1]).to.eql(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillyMultiPathQueryPbf.queryResult.featureResult.features[0].geometry.coords); // geometryCoords
137
+ (0, chai_1.expect)(firstCall.args[2]).to.eql(false); // fill
138
+ (0, chai_1.expect)(firstCall.args[3]).to.eql(2); // stride
139
+ });
140
+ it("should readAndRender simple point", async () => {
141
+ const featurePbf = createFeaturePBF();
142
+ const data = esriPBuffer_gen_1.esriPBuffer.FeatureCollectionPBuffer.fromObject(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimplePointQueryPbf);
143
+ const geomType = ArcGisFeaturePBF_1.ArcGisFeaturePBF.getArcGisFeatureGeometryType(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillyMultiPathQueryPbf.queryResult.featureResult.geometryType);
144
+ const symbolRenderer = new ArcGisSymbologyRenderer_1.ArcGisSymbologyRenderer(geomType, PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimplePointDrawingInfo.drawingInfo.renderer);
145
+ const featureRenderer = new ArcGisFeatureRenderer_1.ArcGisFeatureRenderer(Mocks_1.fakeContext, symbolRenderer);
146
+ const spy = sinon.spy(featureRenderer, "renderPoint");
147
+ featurePbf.readAndRender({ data, exceedTransferLimit: false }, featureRenderer);
148
+ (0, chai_1.expect)(spy.calledOnce);
149
+ // Pbf contains already the right output format expect, lets rely on that.
150
+ const geometryCoords = PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimplePointQueryPbf.queryResult.featureResult.features[0].geometry.coords;
151
+ const firstCall = spy.getCalls()[0];
152
+ (0, chai_1.expect)(firstCall.args[0]).to.eql(PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimplePointQueryPbf.queryResult.featureResult.features[0].geometry.lengths); // geometryLengths
153
+ (0, chai_1.expect)(firstCall.args[1]).to.eql(geometryCoords); // geometryCoords
154
+ (0, chai_1.expect)(firstCall.args[2]).to.eql(2); // stride
155
+ });
156
+ it("should log error when readAndRender / readFeatureInfo is called invalid response Data", async () => {
157
+ const featurePbf = createFeaturePBF();
158
+ const symbolRenderer = new ArcGisSymbologyRenderer_1.ArcGisSymbologyRenderer("esriGeometryAny", PhillyLandmarksDataset_1.PhillyLandmarksDataset.phillySimplePointDrawingInfo.drawingInfo.renderer);
159
+ const featureRenderer = new ArcGisFeatureRenderer_1.ArcGisFeatureRenderer(Mocks_1.fakeContext, symbolRenderer);
160
+ const logErrorSpy = sandbox.spy(core_bentley_1.Logger, "logError");
161
+ featurePbf.readAndRender({ data: { test: "test" }, exceedTransferLimit: false }, featureRenderer);
162
+ (0, chai_1.expect)(logErrorSpy.calledOnce);
163
+ logErrorSpy.resetHistory();
164
+ featurePbf.readFeatureInfo({ data: { test: "test" }, exceedTransferLimit: false }, []);
165
+ (0, chai_1.expect)(logErrorSpy.calledOnce);
166
+ });
167
+ });
168
168
  //# sourceMappingURL=ArcGisFeaturePBF.test.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ArcGisFeaturePBF.test.js","sourceRoot":"","sources":["../../../../src/test/ArcGisFeature/ArcGisFeaturePBF.test.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\r\nimport { Logger } from \"@itwin/core-bentley\";\r\nimport { Base64EncodedString, ImageMapLayerSettings } from \"@itwin/core-common\";\r\nimport { MapLayerFeatureInfo } from \"@itwin/core-frontend\";\r\nimport { expect } from \"chai\";\r\nimport * as sinon from \"sinon\";\r\nimport { ArcGisFeaturePBF } from \"../../ArcGisFeature/ArcGisFeaturePBF\";\r\nimport { ArcGisFeatureRenderer } from \"../../ArcGisFeature/ArcGisFeatureRenderer\";\r\nimport { ArcGisSymbologyRenderer } from \"../../ArcGisFeature/ArcGisSymbologyRenderer\";\r\nimport { esriPBuffer } from \"../../ArcGisFeature/esriPBuffer.gen\";\r\nimport { esriFeatureSampleSource, fakeContext } from \"./Mocks\";\r\nimport { PhillyLandmarksDataset } from \"./PhillyLandmarksDataset\";\r\n\r\nconst createFeaturePBF = () => {\r\n const settings = ImageMapLayerSettings.fromJSON(esriFeatureSampleSource);\r\n const featurePbf = new ArcGisFeaturePBF(settings, {name: \"SampleLayer\"});\r\n\r\n // Locale configuration depends on the testing machine (i.e. linux vs windows),\r\n // so we need to force date display to Iso to get a consistent value.\r\n // In real scenario, we still want dates to be displayed in end-user's locale.\r\n featurePbf.forceDateDisplayValueToIso = true;\r\n return featurePbf;\r\n};\r\n\r\ndescribe(\"ArcGisFeaturePBF\", () => {\r\n\r\n const sandbox = sinon.createSandbox();\r\n\r\n afterEach(async () => {\r\n sandbox.restore();\r\n });\r\n\r\n it(\"should convert pbf geometry type to Esri types\", async () => {\r\n\r\n expect (\r\n ArcGisFeaturePBF.getArcGisFeatureGeometryType(esriPBuffer.FeatureCollectionPBuffer.GeometryType.esriGeometryTypeMultipatch))\r\n .to.equals(\"esriGeometryMultiPatch\");\r\n\r\n expect (\r\n ArcGisFeaturePBF.getArcGisFeatureGeometryType(esriPBuffer.FeatureCollectionPBuffer.GeometryType.esriGeometryTypeMultipoint))\r\n .to.equals(\"esriGeometryMultipoint\");\r\n\r\n expect (\r\n ArcGisFeaturePBF.getArcGisFeatureGeometryType(esriPBuffer.FeatureCollectionPBuffer.GeometryType.esriGeometryTypePoint))\r\n .to.equals(\"esriGeometryPoint\");\r\n\r\n expect (\r\n ArcGisFeaturePBF.getArcGisFeatureGeometryType(esriPBuffer.FeatureCollectionPBuffer.GeometryType.esriGeometryTypePolygon))\r\n .to.equals(\"esriGeometryPolygon\");\r\n\r\n expect (\r\n ArcGisFeaturePBF.getArcGisFeatureGeometryType(esriPBuffer.FeatureCollectionPBuffer.GeometryType.esriGeometryTypePolyline))\r\n .to.equals(\"esriGeometryPolyline\");\r\n\r\n expect (\r\n ArcGisFeaturePBF.getArcGisFeatureGeometryType(\"\" as unknown as esriPBuffer.FeatureCollectionPBuffer.GeometryType))\r\n .to.equals(\"esriGeometryNull\");\r\n\r\n });\r\n\r\n it(\"should read FeatureInfo in PBF\", async () => {\r\n const byteArray = Base64EncodedString.toUint8Array(PhillyLandmarksDataset.phillyAirportGetFeatureInfoQueryPbf);\r\n const featureCollection = esriPBuffer.FeatureCollectionPBuffer.deserialize(byteArray);\r\n\r\n const settings = ImageMapLayerSettings.fromJSON(esriFeatureSampleSource);\r\n const featurePbf = new ArcGisFeaturePBF(settings, {name: \"SampleLayer\"});\r\n\r\n // In some cases, PBF gives more floating-point precision than JSON.\r\n // Since I want to use the same output reference for both formats, I force a max precision of 8.\r\n featurePbf.floatPrecision = 8;\r\n const results: MapLayerFeatureInfo[] = [];\r\n featurePbf.readFeatureInfo({data:featureCollection, exceedTransferLimit: false}, results);\r\n\r\n // Make deep comparison by using JSON.stringify\r\n expect(JSON.stringify(results)).equals(JSON.stringify(PhillyLandmarksDataset.phillyAirportGetFeatureInfoResultRef));\r\n\r\n });\r\n\r\n it(\"should read FeatureInfo from PBF (philly transportation)\", async () => {\r\n\r\n const byteArray = Base64EncodedString.toUint8Array(PhillyLandmarksDataset.phillyTransportationGetFeatureInfoQueryEncodedPbf);\r\n const featureCollection = esriPBuffer.FeatureCollectionPBuffer.deserialize(byteArray);\r\n const featurePbf = createFeaturePBF();\r\n\r\n // In some cases, PBF gives more floating-point precision than JSON.\r\n // Since I want to use the same output reference for both formats, I force a max precision.\r\n featurePbf.floatPrecision = 2;\r\n const results: MapLayerFeatureInfo[] = [];\r\n featurePbf.readFeatureInfo({data:featureCollection, exceedTransferLimit: false}, results);\r\n\r\n // Make deep comparison by using JSON.stringify\r\n expect(JSON.stringify(results)).equals(JSON.stringify(PhillyLandmarksDataset.phillyTansportationGetFeatureInfoResultRef));\r\n\r\n });\r\n\r\n it(\"should read all data types from FeatureInfo \", async () => {\r\n\r\n // In this test we use a synthetic PBuffer object to initialize a feature collection object.\r\n // The is to ensure we cover correctly all possible attribute value types.\r\n const featureCollection = esriPBuffer.FeatureCollectionPBuffer.fromObject(PhillyLandmarksDataset.fieldsCoveragePbufferCollection);\r\n\r\n const featurePbf = createFeaturePBF();\r\n\r\n const results: MapLayerFeatureInfo[] = [];\r\n featurePbf.readFeatureInfo({data:featureCollection, exceedTransferLimit: false}, results);\r\n\r\n // Make deep comparison by using JSON.stringify\r\n expect(JSON.stringify(results)).equals(JSON.stringify(PhillyLandmarksDataset.fieldsCoverageGetFeatureInfoResultRef));\r\n });\r\n\r\n it(\"should readAndRender single ring polygon feature\", async () => {\r\n const featurePbf = createFeaturePBF();\r\n\r\n const data = esriPBuffer.FeatureCollectionPBuffer.fromObject(PhillyLandmarksDataset.phillySimplePolyQueryPbf);\r\n const geomType = ArcGisFeaturePBF.getArcGisFeatureGeometryType(PhillyLandmarksDataset.phillySimplePolyQueryPbf.queryResult.featureResult.geometryType);\r\n const symbolRenderer = new ArcGisSymbologyRenderer(geomType, PhillyLandmarksDataset.phillySimplePolyDrawingInfo.drawingInfo.renderer);\r\n\r\n const featureRenderer = new ArcGisFeatureRenderer(fakeContext, symbolRenderer);\r\n const renderPathSpy = sinon.spy(featureRenderer, \"renderPath\");\r\n featurePbf.readAndRender({data, exceedTransferLimit: false}, featureRenderer);\r\n expect(renderPathSpy.calledOnce);\r\n\r\n const firstCall = renderPathSpy.getCalls()[0];\r\n expect(firstCall.args[0]).to.eql(PhillyLandmarksDataset.phillySimplePolyQueryPbf.queryResult.featureResult.features[0].geometry.lengths); // geometryLengths\r\n expect(firstCall.args[1]).to.eql(PhillyLandmarksDataset.phillySimplePolyQueryPbf.queryResult.featureResult.features[0].geometry.coords); // geometryCoords\r\n expect(firstCall.args[2]).to.eql(true); // fill\r\n expect(firstCall.args[3]).to.eql(2); // stride\r\n });\r\n\r\n it(\"should readAndRender multiple ring polygon feature\", async () => {\r\n const featurePbf = createFeaturePBF();\r\n\r\n const geomType = ArcGisFeaturePBF.getArcGisFeatureGeometryType(PhillyLandmarksDataset.phillyDoubleRingPolyQueryPbf.queryResult.featureResult.geometryType);\r\n const data = esriPBuffer.FeatureCollectionPBuffer.fromObject(PhillyLandmarksDataset.phillyDoubleRingPolyQueryPbf);\r\n\r\n const symbolRenderer = new ArcGisSymbologyRenderer(geomType, PhillyLandmarksDataset.phillySimplePolyDrawingInfo.drawingInfo.renderer);\r\n\r\n const featureRenderer = new ArcGisFeatureRenderer(fakeContext, symbolRenderer);\r\n const renderPathSpy = sinon.spy(featureRenderer, \"renderPath\");\r\n featurePbf.readAndRender({data, exceedTransferLimit: false}, featureRenderer);\r\n expect(renderPathSpy.calledOnce);\r\n\r\n const firstCall = renderPathSpy.getCalls()[0];\r\n expect(firstCall.args[0]).to.eql(PhillyLandmarksDataset.phillyDoubleRingPolyQueryPbf.queryResult.featureResult.features[0].geometry.lengths); // geometryLengths\r\n expect(firstCall.args[1]).to.eql(PhillyLandmarksDataset.phillyDoubleRingPolyQueryPbf.queryResult.featureResult.features[0].geometry.coords); // geometryCoords\r\n expect(firstCall.args[2]).to.eql(true); // fill\r\n expect(firstCall.args[3]).to.eql(2); // stride\r\n });\r\n\r\n it(\"should readAndRender simple path\", async () => {\r\n const featurePbf = createFeaturePBF();\r\n const data = esriPBuffer.FeatureCollectionPBuffer.fromObject(PhillyLandmarksDataset.phillySimplePathQueryPbf);\r\n const symbolRenderer = new ArcGisSymbologyRenderer(\r\n ArcGisFeaturePBF.getArcGisFeatureGeometryType(PhillyLandmarksDataset.phillySimplePathQueryPbf.queryResult.featureResult.geometryType),\r\n PhillyLandmarksDataset.phillySimpleLineDrawingInfo.drawingInfo.renderer);\r\n\r\n const featureRenderer = new ArcGisFeatureRenderer(fakeContext, symbolRenderer);\r\n const renderPathSpy = sinon.spy(featureRenderer, \"renderPath\");\r\n featurePbf.readAndRender({data, exceedTransferLimit: false}, featureRenderer);\r\n expect(renderPathSpy.calledOnce);\r\n\r\n const firstCall = renderPathSpy.getCalls()[0];\r\n expect(firstCall).to.not.undefined;\r\n expect(firstCall.args[0]).to.eql(PhillyLandmarksDataset.phillySimplePathQueryPbf.queryResult.featureResult.features[0].geometry.lengths); // geometryLengths\r\n expect(firstCall.args[1]).to.eql(PhillyLandmarksDataset.phillySimplePathQueryPbf.queryResult.featureResult.features[0].geometry.coords); // geometryCoords\r\n expect(firstCall.args[2]).to.eql(false); // fill\r\n expect(firstCall.args[3]).to.eql(2); // stride\r\n });\r\n\r\n it(\"should readAndRender multi path\", async () => {\r\n const featurePbf = createFeaturePBF();\r\n const data = esriPBuffer.FeatureCollectionPBuffer.fromObject(PhillyLandmarksDataset.phillyMultiPathQueryPbf);\r\n const geomType = ArcGisFeaturePBF.getArcGisFeatureGeometryType(PhillyLandmarksDataset.phillyMultiPathQueryPbf.queryResult.featureResult.geometryType);\r\n const symbolRenderer = new ArcGisSymbologyRenderer(geomType, PhillyLandmarksDataset.phillySimpleLineDrawingInfo.drawingInfo.renderer);\r\n const featureRenderer = new ArcGisFeatureRenderer(fakeContext, symbolRenderer);\r\n const renderPathSpy = sinon.spy(featureRenderer, \"renderPath\");\r\n featurePbf.readAndRender({data, exceedTransferLimit: false}, featureRenderer);\r\n expect(renderPathSpy.calledOnce);\r\n\r\n const firstCall = renderPathSpy.getCalls()[0];\r\n expect(firstCall.args[0]).to.eql(PhillyLandmarksDataset.phillyMultiPathQueryPbf.queryResult.featureResult.features[0].geometry.lengths); // geometryLengths\r\n expect(firstCall.args[1]).to.eql(PhillyLandmarksDataset.phillyMultiPathQueryPbf.queryResult.featureResult.features[0].geometry.coords); // geometryCoords\r\n expect(firstCall.args[2]).to.eql(false); // fill\r\n expect(firstCall.args[3]).to.eql(2); // stride\r\n });\r\n\r\n it(\"should readAndRender simple point\", async () => {\r\n const featurePbf = createFeaturePBF();\r\n const data = esriPBuffer.FeatureCollectionPBuffer.fromObject(PhillyLandmarksDataset.phillySimplePointQueryPbf);\r\n const geomType = ArcGisFeaturePBF.getArcGisFeatureGeometryType(PhillyLandmarksDataset.phillyMultiPathQueryPbf.queryResult.featureResult.geometryType);\r\n const symbolRenderer = new ArcGisSymbologyRenderer(geomType, PhillyLandmarksDataset.phillySimplePointDrawingInfo.drawingInfo.renderer);\r\n\r\n const featureRenderer = new ArcGisFeatureRenderer(fakeContext, symbolRenderer);\r\n const spy = sinon.spy(featureRenderer, \"renderPoint\");\r\n featurePbf.readAndRender({data, exceedTransferLimit: false}, featureRenderer);\r\n expect(spy.calledOnce);\r\n\r\n // Pbf contains already the right output format expect, lets rely on that.\r\n const geometryCoords = PhillyLandmarksDataset.phillySimplePointQueryPbf.queryResult.featureResult.features[0].geometry.coords;\r\n const firstCall = spy.getCalls()[0];\r\n expect(firstCall.args[0]).to.eql(PhillyLandmarksDataset.phillySimplePointQueryPbf.queryResult.featureResult.features[0].geometry.lengths); // geometryLengths\r\n expect(firstCall.args[1]).to.eql(geometryCoords); // geometryCoords\r\n expect(firstCall.args[2]).to.eql(2); // stride\r\n });\r\n\r\n it(\"should log error when readAndRender / readFeatureInfo is called invalid response Data\", async () => {\r\n const featurePbf = createFeaturePBF();\r\n const symbolRenderer = new ArcGisSymbologyRenderer(\r\n \"esriGeometryAny\",\r\n PhillyLandmarksDataset.phillySimplePointDrawingInfo.drawingInfo.renderer);\r\n\r\n const featureRenderer = new ArcGisFeatureRenderer(fakeContext, symbolRenderer);\r\n const logErrorSpy = sandbox.spy(Logger, \"logError\");\r\n featurePbf.readAndRender({data: {test:\"test\"}, exceedTransferLimit: false}, featureRenderer);\r\n expect(logErrorSpy.calledOnce);\r\n\r\n logErrorSpy.resetHistory();\r\n featurePbf.readFeatureInfo({data: {test:\"test\"}, exceedTransferLimit: false}, []);\r\n expect(logErrorSpy.calledOnce);\r\n\r\n });\r\n\r\n});\r\n"]}
1
+ {"version":3,"file":"ArcGisFeaturePBF.test.js","sourceRoot":"","sources":["../../../../src/test/ArcGisFeature/ArcGisFeaturePBF.test.ts"],"names":[],"mappings":"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","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n\nimport { Logger } from \"@itwin/core-bentley\";\nimport { Base64EncodedString, ImageMapLayerSettings } from \"@itwin/core-common\";\nimport { MapLayerFeatureInfo } from \"@itwin/core-frontend\";\nimport { expect } from \"chai\";\nimport * as sinon from \"sinon\";\nimport { ArcGisFeaturePBF } from \"../../ArcGisFeature/ArcGisFeaturePBF\";\nimport { ArcGisFeatureRenderer } from \"../../ArcGisFeature/ArcGisFeatureRenderer\";\nimport { ArcGisSymbologyRenderer } from \"../../ArcGisFeature/ArcGisSymbologyRenderer\";\nimport { esriPBuffer } from \"../../ArcGisFeature/esriPBuffer.gen\";\nimport { esriFeatureSampleSource, fakeContext } from \"./Mocks\";\nimport { PhillyLandmarksDataset } from \"./PhillyLandmarksDataset\";\n\nconst createFeaturePBF = () => {\n const settings = ImageMapLayerSettings.fromJSON(esriFeatureSampleSource);\n const featurePbf = new ArcGisFeaturePBF(settings, {name: \"SampleLayer\"});\n\n // Locale configuration depends on the testing machine (i.e. linux vs windows),\n // so we need to force date display to Iso to get a consistent value.\n // In real scenario, we still want dates to be displayed in end-user's locale.\n featurePbf.forceDateDisplayValueToIso = true;\n return featurePbf;\n};\n\ndescribe(\"ArcGisFeaturePBF\", () => {\n\n const sandbox = sinon.createSandbox();\n\n afterEach(async () => {\n sandbox.restore();\n });\n\n it(\"should convert pbf geometry type to Esri types\", async () => {\n\n expect (\n ArcGisFeaturePBF.getArcGisFeatureGeometryType(esriPBuffer.FeatureCollectionPBuffer.GeometryType.esriGeometryTypeMultipatch))\n .to.equals(\"esriGeometryMultiPatch\");\n\n expect (\n ArcGisFeaturePBF.getArcGisFeatureGeometryType(esriPBuffer.FeatureCollectionPBuffer.GeometryType.esriGeometryTypeMultipoint))\n .to.equals(\"esriGeometryMultipoint\");\n\n expect (\n ArcGisFeaturePBF.getArcGisFeatureGeometryType(esriPBuffer.FeatureCollectionPBuffer.GeometryType.esriGeometryTypePoint))\n .to.equals(\"esriGeometryPoint\");\n\n expect (\n ArcGisFeaturePBF.getArcGisFeatureGeometryType(esriPBuffer.FeatureCollectionPBuffer.GeometryType.esriGeometryTypePolygon))\n .to.equals(\"esriGeometryPolygon\");\n\n expect (\n ArcGisFeaturePBF.getArcGisFeatureGeometryType(esriPBuffer.FeatureCollectionPBuffer.GeometryType.esriGeometryTypePolyline))\n .to.equals(\"esriGeometryPolyline\");\n\n expect (\n ArcGisFeaturePBF.getArcGisFeatureGeometryType(\"\" as unknown as esriPBuffer.FeatureCollectionPBuffer.GeometryType))\n .to.equals(\"esriGeometryNull\");\n\n });\n\n it(\"should read FeatureInfo in PBF\", async () => {\n const byteArray = Base64EncodedString.toUint8Array(PhillyLandmarksDataset.phillyAirportGetFeatureInfoQueryPbf);\n const featureCollection = esriPBuffer.FeatureCollectionPBuffer.deserialize(byteArray);\n\n const settings = ImageMapLayerSettings.fromJSON(esriFeatureSampleSource);\n const featurePbf = new ArcGisFeaturePBF(settings, {name: \"SampleLayer\"});\n\n // In some cases, PBF gives more floating-point precision than JSON.\n // Since I want to use the same output reference for both formats, I force a max precision of 8.\n featurePbf.floatPrecision = 8;\n const results: MapLayerFeatureInfo[] = [];\n featurePbf.readFeatureInfo({data:featureCollection, exceedTransferLimit: false}, results);\n\n // Make deep comparison by using JSON.stringify\n expect(JSON.stringify(results)).equals(JSON.stringify(PhillyLandmarksDataset.phillyAirportGetFeatureInfoResultRef));\n\n });\n\n it(\"should read FeatureInfo from PBF (philly transportation)\", async () => {\n\n const byteArray = Base64EncodedString.toUint8Array(PhillyLandmarksDataset.phillyTransportationGetFeatureInfoQueryEncodedPbf);\n const featureCollection = esriPBuffer.FeatureCollectionPBuffer.deserialize(byteArray);\n const featurePbf = createFeaturePBF();\n\n // In some cases, PBF gives more floating-point precision than JSON.\n // Since I want to use the same output reference for both formats, I force a max precision.\n featurePbf.floatPrecision = 2;\n const results: MapLayerFeatureInfo[] = [];\n featurePbf.readFeatureInfo({data:featureCollection, exceedTransferLimit: false}, results);\n\n // Make deep comparison by using JSON.stringify\n expect(JSON.stringify(results)).equals(JSON.stringify(PhillyLandmarksDataset.phillyTansportationGetFeatureInfoResultRef));\n\n });\n\n it(\"should read all data types from FeatureInfo \", async () => {\n\n // In this test we use a synthetic PBuffer object to initialize a feature collection object.\n // The is to ensure we cover correctly all possible attribute value types.\n const featureCollection = esriPBuffer.FeatureCollectionPBuffer.fromObject(PhillyLandmarksDataset.fieldsCoveragePbufferCollection);\n\n const featurePbf = createFeaturePBF();\n\n const results: MapLayerFeatureInfo[] = [];\n featurePbf.readFeatureInfo({data:featureCollection, exceedTransferLimit: false}, results);\n\n // Make deep comparison by using JSON.stringify\n expect(JSON.stringify(results)).equals(JSON.stringify(PhillyLandmarksDataset.fieldsCoverageGetFeatureInfoResultRef));\n });\n\n it(\"should readAndRender single ring polygon feature\", async () => {\n const featurePbf = createFeaturePBF();\n\n const data = esriPBuffer.FeatureCollectionPBuffer.fromObject(PhillyLandmarksDataset.phillySimplePolyQueryPbf);\n const geomType = ArcGisFeaturePBF.getArcGisFeatureGeometryType(PhillyLandmarksDataset.phillySimplePolyQueryPbf.queryResult.featureResult.geometryType);\n const symbolRenderer = new ArcGisSymbologyRenderer(geomType, PhillyLandmarksDataset.phillySimplePolyDrawingInfo.drawingInfo.renderer);\n\n const featureRenderer = new ArcGisFeatureRenderer(fakeContext, symbolRenderer);\n const renderPathSpy = sinon.spy(featureRenderer, \"renderPath\");\n featurePbf.readAndRender({data, exceedTransferLimit: false}, featureRenderer);\n expect(renderPathSpy.calledOnce);\n\n const firstCall = renderPathSpy.getCalls()[0];\n expect(firstCall.args[0]).to.eql(PhillyLandmarksDataset.phillySimplePolyQueryPbf.queryResult.featureResult.features[0].geometry.lengths); // geometryLengths\n expect(firstCall.args[1]).to.eql(PhillyLandmarksDataset.phillySimplePolyQueryPbf.queryResult.featureResult.features[0].geometry.coords); // geometryCoords\n expect(firstCall.args[2]).to.eql(true); // fill\n expect(firstCall.args[3]).to.eql(2); // stride\n });\n\n it(\"should readAndRender multiple ring polygon feature\", async () => {\n const featurePbf = createFeaturePBF();\n\n const geomType = ArcGisFeaturePBF.getArcGisFeatureGeometryType(PhillyLandmarksDataset.phillyDoubleRingPolyQueryPbf.queryResult.featureResult.geometryType);\n const data = esriPBuffer.FeatureCollectionPBuffer.fromObject(PhillyLandmarksDataset.phillyDoubleRingPolyQueryPbf);\n\n const symbolRenderer = new ArcGisSymbologyRenderer(geomType, PhillyLandmarksDataset.phillySimplePolyDrawingInfo.drawingInfo.renderer);\n\n const featureRenderer = new ArcGisFeatureRenderer(fakeContext, symbolRenderer);\n const renderPathSpy = sinon.spy(featureRenderer, \"renderPath\");\n featurePbf.readAndRender({data, exceedTransferLimit: false}, featureRenderer);\n expect(renderPathSpy.calledOnce);\n\n const firstCall = renderPathSpy.getCalls()[0];\n expect(firstCall.args[0]).to.eql(PhillyLandmarksDataset.phillyDoubleRingPolyQueryPbf.queryResult.featureResult.features[0].geometry.lengths); // geometryLengths\n expect(firstCall.args[1]).to.eql(PhillyLandmarksDataset.phillyDoubleRingPolyQueryPbf.queryResult.featureResult.features[0].geometry.coords); // geometryCoords\n expect(firstCall.args[2]).to.eql(true); // fill\n expect(firstCall.args[3]).to.eql(2); // stride\n });\n\n it(\"should readAndRender simple path\", async () => {\n const featurePbf = createFeaturePBF();\n const data = esriPBuffer.FeatureCollectionPBuffer.fromObject(PhillyLandmarksDataset.phillySimplePathQueryPbf);\n const symbolRenderer = new ArcGisSymbologyRenderer(\n ArcGisFeaturePBF.getArcGisFeatureGeometryType(PhillyLandmarksDataset.phillySimplePathQueryPbf.queryResult.featureResult.geometryType),\n PhillyLandmarksDataset.phillySimpleLineDrawingInfo.drawingInfo.renderer);\n\n const featureRenderer = new ArcGisFeatureRenderer(fakeContext, symbolRenderer);\n const renderPathSpy = sinon.spy(featureRenderer, \"renderPath\");\n featurePbf.readAndRender({data, exceedTransferLimit: false}, featureRenderer);\n expect(renderPathSpy.calledOnce);\n\n const firstCall = renderPathSpy.getCalls()[0];\n expect(firstCall).to.not.undefined;\n expect(firstCall.args[0]).to.eql(PhillyLandmarksDataset.phillySimplePathQueryPbf.queryResult.featureResult.features[0].geometry.lengths); // geometryLengths\n expect(firstCall.args[1]).to.eql(PhillyLandmarksDataset.phillySimplePathQueryPbf.queryResult.featureResult.features[0].geometry.coords); // geometryCoords\n expect(firstCall.args[2]).to.eql(false); // fill\n expect(firstCall.args[3]).to.eql(2); // stride\n });\n\n it(\"should readAndRender multi path\", async () => {\n const featurePbf = createFeaturePBF();\n const data = esriPBuffer.FeatureCollectionPBuffer.fromObject(PhillyLandmarksDataset.phillyMultiPathQueryPbf);\n const geomType = ArcGisFeaturePBF.getArcGisFeatureGeometryType(PhillyLandmarksDataset.phillyMultiPathQueryPbf.queryResult.featureResult.geometryType);\n const symbolRenderer = new ArcGisSymbologyRenderer(geomType, PhillyLandmarksDataset.phillySimpleLineDrawingInfo.drawingInfo.renderer);\n const featureRenderer = new ArcGisFeatureRenderer(fakeContext, symbolRenderer);\n const renderPathSpy = sinon.spy(featureRenderer, \"renderPath\");\n featurePbf.readAndRender({data, exceedTransferLimit: false}, featureRenderer);\n expect(renderPathSpy.calledOnce);\n\n const firstCall = renderPathSpy.getCalls()[0];\n expect(firstCall.args[0]).to.eql(PhillyLandmarksDataset.phillyMultiPathQueryPbf.queryResult.featureResult.features[0].geometry.lengths); // geometryLengths\n expect(firstCall.args[1]).to.eql(PhillyLandmarksDataset.phillyMultiPathQueryPbf.queryResult.featureResult.features[0].geometry.coords); // geometryCoords\n expect(firstCall.args[2]).to.eql(false); // fill\n expect(firstCall.args[3]).to.eql(2); // stride\n });\n\n it(\"should readAndRender simple point\", async () => {\n const featurePbf = createFeaturePBF();\n const data = esriPBuffer.FeatureCollectionPBuffer.fromObject(PhillyLandmarksDataset.phillySimplePointQueryPbf);\n const geomType = ArcGisFeaturePBF.getArcGisFeatureGeometryType(PhillyLandmarksDataset.phillyMultiPathQueryPbf.queryResult.featureResult.geometryType);\n const symbolRenderer = new ArcGisSymbologyRenderer(geomType, PhillyLandmarksDataset.phillySimplePointDrawingInfo.drawingInfo.renderer);\n\n const featureRenderer = new ArcGisFeatureRenderer(fakeContext, symbolRenderer);\n const spy = sinon.spy(featureRenderer, \"renderPoint\");\n featurePbf.readAndRender({data, exceedTransferLimit: false}, featureRenderer);\n expect(spy.calledOnce);\n\n // Pbf contains already the right output format expect, lets rely on that.\n const geometryCoords = PhillyLandmarksDataset.phillySimplePointQueryPbf.queryResult.featureResult.features[0].geometry.coords;\n const firstCall = spy.getCalls()[0];\n expect(firstCall.args[0]).to.eql(PhillyLandmarksDataset.phillySimplePointQueryPbf.queryResult.featureResult.features[0].geometry.lengths); // geometryLengths\n expect(firstCall.args[1]).to.eql(geometryCoords); // geometryCoords\n expect(firstCall.args[2]).to.eql(2); // stride\n });\n\n it(\"should log error when readAndRender / readFeatureInfo is called invalid response Data\", async () => {\n const featurePbf = createFeaturePBF();\n const symbolRenderer = new ArcGisSymbologyRenderer(\n \"esriGeometryAny\",\n PhillyLandmarksDataset.phillySimplePointDrawingInfo.drawingInfo.renderer);\n\n const featureRenderer = new ArcGisFeatureRenderer(fakeContext, symbolRenderer);\n const logErrorSpy = sandbox.spy(Logger, \"logError\");\n featurePbf.readAndRender({data: {test:\"test\"}, exceedTransferLimit: false}, featureRenderer);\n expect(logErrorSpy.calledOnce);\n\n logErrorSpy.resetHistory();\n featurePbf.readFeatureInfo({data: {test:\"test\"}, exceedTransferLimit: false}, []);\n expect(logErrorSpy.calledOnce);\n\n });\n\n});\n"]}
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=ArcGisFeatureProvider.test.d.ts.map