@itwin/map-layers-formats 3.5.0-dev.33

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 (247) hide show
  1. package/.nycrc +10 -0
  2. package/.rush/temp/package-deps_build_ci.json +33 -0
  3. package/.rush/temp/package-deps_cover.json +33 -0
  4. package/.rush/temp/package-deps_docs.json +33 -0
  5. package/.rush/temp/shrinkwrap-deps.json +352 -0
  6. package/README.md +11 -0
  7. package/lib/cjs/ArcGisFeature/ArcGisFeatureFormat.d.ts +9 -0
  8. package/lib/cjs/ArcGisFeature/ArcGisFeatureFormat.d.ts.map +1 -0
  9. package/lib/cjs/ArcGisFeature/ArcGisFeatureFormat.js +15 -0
  10. package/lib/cjs/ArcGisFeature/ArcGisFeatureFormat.js.map +1 -0
  11. package/lib/cjs/ArcGisFeature/ArcGisFeatureJSON.d.ts +15 -0
  12. package/lib/cjs/ArcGisFeature/ArcGisFeatureJSON.d.ts.map +1 -0
  13. package/lib/cjs/ArcGisFeature/ArcGisFeatureJSON.js +135 -0
  14. package/lib/cjs/ArcGisFeature/ArcGisFeatureJSON.js.map +1 -0
  15. package/lib/cjs/ArcGisFeature/ArcGisFeaturePBF.d.ts +15 -0
  16. package/lib/cjs/ArcGisFeature/ArcGisFeaturePBF.d.ts.map +1 -0
  17. package/lib/cjs/ArcGisFeature/ArcGisFeaturePBF.js +206 -0
  18. package/lib/cjs/ArcGisFeature/ArcGisFeaturePBF.js.map +1 -0
  19. package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.d.ts +43 -0
  20. package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.d.ts.map +1 -0
  21. package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.js +412 -0
  22. package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.js.map +1 -0
  23. package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.d.ts +94 -0
  24. package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.d.ts.map +1 -0
  25. package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.js +91 -0
  26. package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.js.map +1 -0
  27. package/lib/cjs/ArcGisFeature/ArcGisFeatureReader.d.ts +18 -0
  28. package/lib/cjs/ArcGisFeature/ArcGisFeatureReader.d.ts.map +1 -0
  29. package/lib/cjs/ArcGisFeature/ArcGisFeatureReader.js +34 -0
  30. package/lib/cjs/ArcGisFeature/ArcGisFeatureReader.js.map +1 -0
  31. package/lib/cjs/ArcGisFeature/ArcGisFeatureRenderer.d.ts +33 -0
  32. package/lib/cjs/ArcGisFeature/ArcGisFeatureRenderer.d.ts.map +1 -0
  33. package/lib/cjs/ArcGisFeature/ArcGisFeatureRenderer.js +143 -0
  34. package/lib/cjs/ArcGisFeature/ArcGisFeatureRenderer.js.map +1 -0
  35. package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.d.ts +17 -0
  36. package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.d.ts.map +1 -0
  37. package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.js +44 -0
  38. package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.js.map +1 -0
  39. package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.d.ts +86 -0
  40. package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.d.ts.map +1 -0
  41. package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.js +190 -0
  42. package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.js.map +1 -0
  43. package/lib/cjs/ArcGisFeature/esriPBuffer.gen.d.ts +1064 -0
  44. package/lib/cjs/ArcGisFeature/esriPBuffer.gen.d.ts.map +1 -0
  45. package/lib/cjs/ArcGisFeature/esriPBuffer.gen.js +2271 -0
  46. package/lib/cjs/ArcGisFeature/esriPBuffer.gen.js.map +1 -0
  47. package/lib/cjs/map-layers-formats.d.ts +9 -0
  48. package/lib/cjs/map-layers-formats.d.ts.map +1 -0
  49. package/lib/cjs/map-layers-formats.js +25 -0
  50. package/lib/cjs/map-layers-formats.js.map +1 -0
  51. package/lib/cjs/mapLayersFormats.d.ts +11 -0
  52. package/lib/cjs/mapLayersFormats.d.ts.map +1 -0
  53. package/lib/cjs/mapLayersFormats.js +29 -0
  54. package/lib/cjs/mapLayersFormats.js.map +1 -0
  55. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.d.ts +2 -0
  56. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.d.ts.map +1 -0
  57. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.js +35 -0
  58. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.js.map +1 -0
  59. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureJSON.test.d.ts +2 -0
  60. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureJSON.test.d.ts.map +1 -0
  61. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureJSON.test.js +162 -0
  62. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureJSON.test.js.map +1 -0
  63. package/lib/cjs/test/ArcGisFeature/ArcGisFeaturePBF.test.d.ts +2 -0
  64. package/lib/cjs/test/ArcGisFeature/ArcGisFeaturePBF.test.d.ts.map +1 -0
  65. package/lib/cjs/test/ArcGisFeature/ArcGisFeaturePBF.test.js +168 -0
  66. package/lib/cjs/test/ArcGisFeature/ArcGisFeaturePBF.test.js.map +1 -0
  67. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.d.ts +2 -0
  68. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.d.ts.map +1 -0
  69. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.js +657 -0
  70. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.js.map +1 -0
  71. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureQuery.test.d.ts +2 -0
  72. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureQuery.test.d.ts.map +1 -0
  73. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureQuery.test.js +109 -0
  74. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureQuery.test.js.map +1 -0
  75. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureRenderer.test.d.ts +2 -0
  76. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureRenderer.test.d.ts.map +1 -0
  77. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureRenderer.test.js +215 -0
  78. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureRenderer.test.js.map +1 -0
  79. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.d.ts +2 -0
  80. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.d.ts.map +1 -0
  81. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.js +95 -0
  82. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.js.map +1 -0
  83. package/lib/cjs/test/ArcGisFeature/ArcGisSymbologyRenderer.test.d.ts +2 -0
  84. package/lib/cjs/test/ArcGisFeature/ArcGisSymbologyRenderer.test.d.ts.map +1 -0
  85. package/lib/cjs/test/ArcGisFeature/ArcGisSymbologyRenderer.test.js +60 -0
  86. package/lib/cjs/test/ArcGisFeature/ArcGisSymbologyRenderer.test.js.map +1 -0
  87. package/lib/cjs/test/ArcGisFeature/Mocks.d.ts +7 -0
  88. package/lib/cjs/test/ArcGisFeature/Mocks.d.ts.map +1 -0
  89. package/lib/cjs/test/ArcGisFeature/Mocks.js +19 -0
  90. package/lib/cjs/test/ArcGisFeature/Mocks.js.map +1 -0
  91. package/lib/cjs/test/ArcGisFeature/NewYorkDataset.d.ts +56 -0
  92. package/lib/cjs/test/ArcGisFeature/NewYorkDataset.d.ts.map +1 -0
  93. package/lib/cjs/test/ArcGisFeature/NewYorkDataset.js +420 -0
  94. package/lib/cjs/test/ArcGisFeature/NewYorkDataset.js.map +1 -0
  95. package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.d.ts +1043 -0
  96. package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.d.ts.map +1 -0
  97. package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.js +427 -0
  98. package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.js.map +1 -0
  99. package/lib/cjs/test/coverage/.nyc_output/4a4a8f53-a85f-4448-a46a-5812eb4f4c28.json +1 -0
  100. package/lib/cjs/test/coverage/.nyc_output/c25e0b2e-c348-49c1-990c-2c062e25b38f.json +1 -0
  101. package/lib/cjs/test/coverage/.nyc_output/processinfo/4a4a8f53-a85f-4448-a46a-5812eb4f4c28.json +1 -0
  102. package/lib/cjs/test/coverage/.nyc_output/processinfo/c25e0b2e-c348-49c1-990c-2c062e25b38f.json +1 -0
  103. package/lib/cjs/test/coverage/.nyc_output/processinfo/index.json +1 -0
  104. package/lib/cjs/test/coverage/cobertura-coverage.xml +1162 -0
  105. package/lib/cjs/test/coverage/lcov-report/base.css +224 -0
  106. package/lib/cjs/test/coverage/lcov-report/block-navigation.js +87 -0
  107. package/lib/cjs/test/coverage/lcov-report/favicon.png +0 -0
  108. package/lib/cjs/test/coverage/lcov-report/index.html +131 -0
  109. package/lib/cjs/test/coverage/lcov-report/prettify.css +1 -0
  110. package/lib/cjs/test/coverage/lcov-report/prettify.js +2 -0
  111. package/lib/cjs/test/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  112. package/lib/cjs/test/coverage/lcov-report/sorter.js +196 -0
  113. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureFormat.ts.html +133 -0
  114. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureJSON.ts.html +550 -0
  115. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeaturePBF.ts.html +736 -0
  116. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureProvider.ts.html +1513 -0
  117. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureQuery.ts.html +793 -0
  118. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureReader.ts.html +223 -0
  119. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureRenderer.ts.html +598 -0
  120. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureResponse.ts.html +301 -0
  121. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisSymbologyRenderer.ts.html +823 -0
  122. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/index.html +236 -0
  123. package/lib/cjs/test/coverage/lcov-report/src/index.html +131 -0
  124. package/lib/cjs/test/coverage/lcov-report/src/map-layers-formats.ts.html +130 -0
  125. package/lib/cjs/test/coverage/lcov-report/src/mapLayersFormats.ts.html +163 -0
  126. package/lib/cjs/test/coverage/lcov.info +1503 -0
  127. package/lib/cjs/tsconfig.tsbuildinfo +1 -0
  128. package/lib/esm/ArcGisFeature/ArcGisFeatureFormat.d.ts +9 -0
  129. package/lib/esm/ArcGisFeature/ArcGisFeatureFormat.d.ts.map +1 -0
  130. package/lib/esm/ArcGisFeature/ArcGisFeatureFormat.js +11 -0
  131. package/lib/esm/ArcGisFeature/ArcGisFeatureFormat.js.map +1 -0
  132. package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.d.ts +15 -0
  133. package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.d.ts.map +1 -0
  134. package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.js +131 -0
  135. package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.js.map +1 -0
  136. package/lib/esm/ArcGisFeature/ArcGisFeaturePBF.d.ts +15 -0
  137. package/lib/esm/ArcGisFeature/ArcGisFeaturePBF.d.ts.map +1 -0
  138. package/lib/esm/ArcGisFeature/ArcGisFeaturePBF.js +202 -0
  139. package/lib/esm/ArcGisFeature/ArcGisFeaturePBF.js.map +1 -0
  140. package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.d.ts +43 -0
  141. package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.d.ts.map +1 -0
  142. package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.js +408 -0
  143. package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.js.map +1 -0
  144. package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.d.ts +94 -0
  145. package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.d.ts.map +1 -0
  146. package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.js +87 -0
  147. package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.js.map +1 -0
  148. package/lib/esm/ArcGisFeature/ArcGisFeatureReader.d.ts +18 -0
  149. package/lib/esm/ArcGisFeature/ArcGisFeatureReader.d.ts.map +1 -0
  150. package/lib/esm/ArcGisFeature/ArcGisFeatureReader.js +30 -0
  151. package/lib/esm/ArcGisFeature/ArcGisFeatureReader.js.map +1 -0
  152. package/lib/esm/ArcGisFeature/ArcGisFeatureRenderer.d.ts +33 -0
  153. package/lib/esm/ArcGisFeature/ArcGisFeatureRenderer.d.ts.map +1 -0
  154. package/lib/esm/ArcGisFeature/ArcGisFeatureRenderer.js +139 -0
  155. package/lib/esm/ArcGisFeature/ArcGisFeatureRenderer.js.map +1 -0
  156. package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.d.ts +17 -0
  157. package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.d.ts.map +1 -0
  158. package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.js +40 -0
  159. package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.js.map +1 -0
  160. package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.d.ts +86 -0
  161. package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.d.ts.map +1 -0
  162. package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.js +183 -0
  163. package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.js.map +1 -0
  164. package/lib/esm/ArcGisFeature/esriPBuffer.gen.d.ts +1064 -0
  165. package/lib/esm/ArcGisFeature/esriPBuffer.gen.d.ts.map +1 -0
  166. package/lib/esm/ArcGisFeature/esriPBuffer.gen.js +2268 -0
  167. package/lib/esm/ArcGisFeature/esriPBuffer.gen.js.map +1 -0
  168. package/lib/esm/map-layers-formats.d.ts +9 -0
  169. package/lib/esm/map-layers-formats.d.ts.map +1 -0
  170. package/lib/esm/map-layers-formats.js +13 -0
  171. package/lib/esm/map-layers-formats.js.map +1 -0
  172. package/lib/esm/mapLayersFormats.d.ts +11 -0
  173. package/lib/esm/mapLayersFormats.d.ts.map +1 -0
  174. package/lib/esm/mapLayersFormats.js +25 -0
  175. package/lib/esm/mapLayersFormats.js.map +1 -0
  176. package/lib/esm/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.d.ts +2 -0
  177. package/lib/esm/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.d.ts.map +1 -0
  178. package/lib/esm/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.js +33 -0
  179. package/lib/esm/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.js.map +1 -0
  180. package/lib/esm/test/ArcGisFeature/ArcGisFeatureJSON.test.d.ts +2 -0
  181. package/lib/esm/test/ArcGisFeature/ArcGisFeatureJSON.test.d.ts.map +1 -0
  182. package/lib/esm/test/ArcGisFeature/ArcGisFeatureJSON.test.js +160 -0
  183. package/lib/esm/test/ArcGisFeature/ArcGisFeatureJSON.test.js.map +1 -0
  184. package/lib/esm/test/ArcGisFeature/ArcGisFeaturePBF.test.d.ts +2 -0
  185. package/lib/esm/test/ArcGisFeature/ArcGisFeaturePBF.test.d.ts.map +1 -0
  186. package/lib/esm/test/ArcGisFeature/ArcGisFeaturePBF.test.js +166 -0
  187. package/lib/esm/test/ArcGisFeature/ArcGisFeaturePBF.test.js.map +1 -0
  188. package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.d.ts +2 -0
  189. package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.d.ts.map +1 -0
  190. package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.js +655 -0
  191. package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.js.map +1 -0
  192. package/lib/esm/test/ArcGisFeature/ArcGisFeatureQuery.test.d.ts +2 -0
  193. package/lib/esm/test/ArcGisFeature/ArcGisFeatureQuery.test.d.ts.map +1 -0
  194. package/lib/esm/test/ArcGisFeature/ArcGisFeatureQuery.test.js +107 -0
  195. package/lib/esm/test/ArcGisFeature/ArcGisFeatureQuery.test.js.map +1 -0
  196. package/lib/esm/test/ArcGisFeature/ArcGisFeatureRenderer.test.d.ts +2 -0
  197. package/lib/esm/test/ArcGisFeature/ArcGisFeatureRenderer.test.d.ts.map +1 -0
  198. package/lib/esm/test/ArcGisFeature/ArcGisFeatureRenderer.test.js +213 -0
  199. package/lib/esm/test/ArcGisFeature/ArcGisFeatureRenderer.test.js.map +1 -0
  200. package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.d.ts +2 -0
  201. package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.d.ts.map +1 -0
  202. package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.js +93 -0
  203. package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.js.map +1 -0
  204. package/lib/esm/test/ArcGisFeature/ArcGisSymbologyRenderer.test.d.ts +2 -0
  205. package/lib/esm/test/ArcGisFeature/ArcGisSymbologyRenderer.test.d.ts.map +1 -0
  206. package/lib/esm/test/ArcGisFeature/ArcGisSymbologyRenderer.test.js +58 -0
  207. package/lib/esm/test/ArcGisFeature/ArcGisSymbologyRenderer.test.js.map +1 -0
  208. package/lib/esm/test/ArcGisFeature/Mocks.d.ts +7 -0
  209. package/lib/esm/test/ArcGisFeature/Mocks.d.ts.map +1 -0
  210. package/lib/esm/test/ArcGisFeature/Mocks.js +16 -0
  211. package/lib/esm/test/ArcGisFeature/Mocks.js.map +1 -0
  212. package/lib/esm/test/ArcGisFeature/NewYorkDataset.d.ts +56 -0
  213. package/lib/esm/test/ArcGisFeature/NewYorkDataset.d.ts.map +1 -0
  214. package/lib/esm/test/ArcGisFeature/NewYorkDataset.js +416 -0
  215. package/lib/esm/test/ArcGisFeature/NewYorkDataset.js.map +1 -0
  216. package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.d.ts +1043 -0
  217. package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.d.ts.map +1 -0
  218. package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.js +423 -0
  219. package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.js.map +1 -0
  220. package/lib/esm/tsconfig.tsbuildinfo +1 -0
  221. package/lib/test/junit_results.xml +161 -0
  222. package/map-layers-formats.build.log +30 -0
  223. package/package.json +103 -0
  224. package/src/ArcGisFeature/ArcGisFeatureFormat.ts +16 -0
  225. package/src/ArcGisFeature/ArcGisFeatureJSON.ts +155 -0
  226. package/src/ArcGisFeature/ArcGisFeaturePBF.ts +217 -0
  227. package/src/ArcGisFeature/ArcGisFeatureProvider.ts +476 -0
  228. package/src/ArcGisFeature/ArcGisFeatureQuery.ts +236 -0
  229. package/src/ArcGisFeature/ArcGisFeatureReader.ts +46 -0
  230. package/src/ArcGisFeature/ArcGisFeatureRenderer.ts +171 -0
  231. package/src/ArcGisFeature/ArcGisFeatureResponse.ts +72 -0
  232. package/src/ArcGisFeature/ArcGisSymbologyRenderer.ts +246 -0
  233. package/src/ArcGisFeature/esriPBuffer.gen.ts +2615 -0
  234. package/src/map-layers-formats.ts +15 -0
  235. package/src/mapLayersFormats.ts +26 -0
  236. package/src/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.ts +46 -0
  237. package/src/test/ArcGisFeature/ArcGisFeatureJSON.test.ts +202 -0
  238. package/src/test/ArcGisFeature/ArcGisFeaturePBF.test.ts +227 -0
  239. package/src/test/ArcGisFeature/ArcGisFeatureProvider.test.ts +776 -0
  240. package/src/test/ArcGisFeature/ArcGisFeatureQuery.test.ts +124 -0
  241. package/src/test/ArcGisFeature/ArcGisFeatureRenderer.test.ts +296 -0
  242. package/src/test/ArcGisFeature/ArcGisFeatureResponse.test.ts +109 -0
  243. package/src/test/ArcGisFeature/ArcGisSymbologyRenderer.test.ts +77 -0
  244. package/src/test/ArcGisFeature/Mocks.ts +19 -0
  245. package/src/test/ArcGisFeature/NewYorkDataset.ts +423 -0
  246. package/src/test/ArcGisFeature/PhillyLandmarksDataset.ts +455 -0
  247. package/tsconfig.json +21 -0
@@ -0,0 +1,423 @@
1
+ /*---------------------------------------------------------------------------------------------
2
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
+ * See LICENSE.md in the project root for license terms and full copyright notice.
4
+ *--------------------------------------------------------------------------------------------*/
5
+
6
+ /* eslint-disable @typescript-eslint/naming-convention */
7
+
8
+ export class NewYorkDataset {
9
+
10
+ public static serviceCapabilities: any =
11
+ {
12
+ currentVersion : 10.81,
13
+ serviceItemId : "af1ebcf87a9741458b08360b5802a003",
14
+ hasChangeTrackingEnabledViews : true,
15
+ serviceDescription : "Summary text",
16
+ hasVersionedData : false,
17
+ supportsDisconnectedEditing : false,
18
+ hasStaticData : false,
19
+ hasSharedDomains : false,
20
+ maxRecordCount : 1000,
21
+ supportedQueryFormats : "JSON",
22
+ supportsVCSProjection : false,
23
+ supportedExportFormats : "csv,shapefile,sqlite,geoPackage,filegdb,featureCollection,geojson,excel",
24
+ capabilities : "Query,ChangeTracking",
25
+ description : "My Description",
26
+ copyrightText : "",
27
+ spatialReference : {
28
+ wkid : 102100,
29
+ latestWkid : 3857,
30
+ },
31
+ initialExtent : {
32
+ xmin : -8253177.9212990291,
33
+ ymin : 4956654.8286338719,
34
+ xmax : -8218318.9974145154,
35
+ ymax : 4971008.5031745536,
36
+ spatialReference : {
37
+ wkid : 102100,
38
+ latestWkid : 3857,
39
+ },
40
+ },
41
+ fullExtent : {
42
+ xmin : -8270363.8159049358,
43
+ ymin : 4935557.2945022825,
44
+ xmax : -8204174.9423192516,
45
+ ymax : 5000899.6957413526,
46
+ spatialReference : {
47
+ wkid : 102100,
48
+ latestWkid : 3857,
49
+ },
50
+ },
51
+ allowGeometryUpdates : true,
52
+ units : "esriMeters",
53
+ supportsAppend : true,
54
+ supportsSharedDomains : true,
55
+ supportsWebHooks : true,
56
+ supportsTemporalLayers : true,
57
+ layerOverridesEnabled : true,
58
+ size : 132923392,
59
+ syncEnabled : false,
60
+ extractChangesCapabilities : {
61
+ supportsReturnIdsOnly : true,
62
+ supportsReturnExtentOnly : true,
63
+ supportsReturnAttachments : true,
64
+ supportsLayerQueries : true,
65
+ supportsGeometry : true,
66
+ supportsFeatureReturn : true,
67
+ supportsReturnHasGeometryUpdates : false,
68
+ supportsReturnDeletedFeatures : true,
69
+ supportsServerGens : true,
70
+ },
71
+ supportsApplyEditsWithGlobalIds : true,
72
+ supportsReturnDeleteResults : true,
73
+ supportsLayerOverrides : true,
74
+ supportsTilesAndBasicQueriesMode : true,
75
+ supportsQueryContingentValues : true,
76
+ supportedContingentValuesFormats : "JSON, PBF",
77
+ supportsContingentValuesJson : 2,
78
+ advancedEditingCapabilities : {
79
+ supportsSplit : false,
80
+ supportsReturnServiceEditsInSourceSR : false,
81
+ supportsAsyncApplyEdits : true,
82
+ supportsReturnEditResults : true,
83
+ },
84
+ editorTrackingInfo : {
85
+ enableEditorTracking : false,
86
+ enableOwnershipAccessControl : false,
87
+ allowOthersToQuery : true,
88
+ allowOthersToUpdate : true,
89
+ allowOthersToDelete : false,
90
+ allowAnonymousToQuery : true,
91
+ allowAnonymousToUpdate : true,
92
+ allowAnonymousToDelete : true,
93
+ },
94
+ changeTrackingInfo :
95
+ {
96
+ lastSyncDate : 1637077884618,
97
+ layerServerGens : [
98
+ {
99
+ id : 0,
100
+ minServerGen : 498989,
101
+ serverGen : 689984,
102
+ },
103
+ {
104
+ id : 1,
105
+ minServerGen : 498989,
106
+ serverGen : 689984,
107
+ },
108
+ {
109
+ id : 2,
110
+ minServerGen : 498989,
111
+ serverGen : 689984,
112
+ },
113
+ {
114
+ id : 3,
115
+ minServerGen : 498989,
116
+ serverGen : 689984,
117
+ },
118
+ {
119
+ id : 4,
120
+ minServerGen : 498989,
121
+ serverGen : 689984,
122
+ },
123
+ {
124
+ id : 5,
125
+ minServerGen : 498989,
126
+ serverGen : 689984,
127
+ },
128
+ {
129
+ id : 6,
130
+ minServerGen : 498989,
131
+ serverGen : 689984,
132
+ },
133
+ {
134
+ id : 7,
135
+ minServerGen : 498989,
136
+ serverGen : 689984,
137
+ },
138
+ {
139
+ id : 8,
140
+ minServerGen : 498989,
141
+ serverGen : 689984,
142
+ },
143
+ {
144
+ id : 9,
145
+ minServerGen : 498989,
146
+ serverGen : 689984,
147
+ },
148
+ ],
149
+ },
150
+ xssPreventionInfo : {
151
+ xssPreventionEnabled : true,
152
+ xssPreventionRule : "InputOnly",
153
+ xssInputRule : "rejectInvalid",
154
+ },
155
+ layers : [
156
+ {
157
+ id : 0,
158
+ name : "Street",
159
+ parentLayerId : -1,
160
+ defaultVisibility : true,
161
+ subLayerIds : null,
162
+ minScale : 150000,
163
+ maxScale : 0,
164
+ geometryType : "esriGeometryPolyline",
165
+ },
166
+ {
167
+ id : 1,
168
+ name : "Highway",
169
+ parentLayerId : -1,
170
+ defaultVisibility : true,
171
+ subLayerIds : null,
172
+ minScale : 150000,
173
+ maxScale : 0,
174
+ geometryType : "esriGeometryPolyline",
175
+ },
176
+ {
177
+ id : 2,
178
+ name : "Block",
179
+ parentLayerId : -1,
180
+ defaultVisibility : true,
181
+ subLayerIds : null,
182
+ minScale : 150000,
183
+ maxScale : 0,
184
+ geometryType : "esriGeometryPolyline",
185
+ },
186
+ {
187
+ id : 3,
188
+ name : "Shoreline",
189
+ parentLayerId : -1,
190
+ defaultVisibility : true,
191
+ subLayerIds : null,
192
+ minScale : 0,
193
+ maxScale : 0,
194
+ geometryType : "esriGeometryPolyline",
195
+ },
196
+ {
197
+ id : 4,
198
+ name : "nyco",
199
+ parentLayerId : -1,
200
+ defaultVisibility : true,
201
+ subLayerIds : null,
202
+ minScale : 0,
203
+ maxScale : 0,
204
+ geometryType : "esriGeometryPolygon",
205
+ },
206
+ {
207
+ id : 5,
208
+ name : "nylh",
209
+ parentLayerId : -1,
210
+ defaultVisibility : true,
211
+ subLayerIds : null,
212
+ minScale : 0,
213
+ maxScale : 0,
214
+ geometryType : "esriGeometryPolygon",
215
+ },
216
+ {
217
+ id : 6,
218
+ name : "nysp",
219
+ parentLayerId : -1,
220
+ defaultVisibility : true,
221
+ subLayerIds : null,
222
+ minScale : 0,
223
+ maxScale : 0,
224
+ geometryType : "esriGeometryPolygon",
225
+ },
226
+ {
227
+ id : 7,
228
+ name : "nysp_sd",
229
+ parentLayerId : -1,
230
+ defaultVisibility : true,
231
+ subLayerIds : null,
232
+ minScale : 0,
233
+ maxScale : 0,
234
+ geometryType : "esriGeometryPolygon",
235
+ },
236
+ {
237
+ id : 8,
238
+ name : "nyzd",
239
+ parentLayerId : -1,
240
+ defaultVisibility : false,
241
+ subLayerIds : null,
242
+ minScale : 0,
243
+ maxScale : 0,
244
+ geometryType : "esriGeometryPolygon",
245
+ },
246
+ {
247
+ id : 9,
248
+ name : "nyzma",
249
+ parentLayerId : -1,
250
+ defaultVisibility : true,
251
+ subLayerIds : null,
252
+ minScale : 0,
253
+ maxScale : 0,
254
+ geometryType : "esriGeometryPolygon",
255
+ },
256
+ ],
257
+ tables : [],
258
+ };
259
+
260
+ public static streetsLayerCapabilities: any = {
261
+ currentVersion:10.81,id:0,name:"Street",type:"Feature Layer",serviceItemId:"af1ebcf87a9741458b08360b5802a003",cacheMaxAge:30,displayField:"borough",description:"",copyrightText:"",defaultVisibility:true,serverGens:{minServerGen:498989,serverGen:689763},
262
+ editingInfo:{lastEditDate:1637077888141},
263
+ relationships:[],isDataVersioned:false,hasContingentValuesDefinition:false,supportsAppend:true,supportsCalculate:true,supportsASyncCalculate:true,supportsTruncate:true,supportsAttachmentsByUploadId:true,supportsAttachmentsResizing:true,supportsRollbackOnFailureParameter:true,supportsStatistics:true,supportsExceedsLimitStatistics:true,supportsAdvancedQueries:true,supportsValidateSql:true,supportsCoordinatesQuantization:true,supportsLayerOverrides:true,supportsTilesAndBasicQueriesMode:true,supportsFieldDescriptionProperty:true,supportsQuantizationEditMode:true,supportsApplyEditsWithGlobalIds:true,supportsMultiScaleGeometry:true,supportsReturningQueryGeometry:true,hasGeometryProperties:true,geometryProperties:{shapeLengthFieldName:"Shape__Length",units:"esriMeters"},
264
+ advancedQueryCapabilities:{supportsPagination:true,supportsQueryAttachmentsCountOnly:true,supportsPaginationOnAggregatedQueries:true,supportsQueryRelatedPagination:true,supportsQueryWithDistance:true,supportsReturningQueryExtent:true,supportsStatistics:true,supportsOrderBy:true,supportsDistinct:true,supportsQueryWithResultType:true,supportsSqlExpression:true,supportsAdvancedQueryRelated:true,supportsCountDistinct:true,supportsPercentileStatistics:true,supportsSpatialAggregationStatistics:true,supportedSpatialAggregationStatistics:["EnvelopeAggregate","CentroidAggregate","ConvexHullAggregate"],supportsLod:true,supportsQueryWithLodSR:false,supportedLodTypes:["geohash"],supportsReturningGeometryCentroid:false,supportsReturningGeometryProperties:true,supportsQueryWithDatumTransformation:true,supportsHavingClause:true,supportsOutFieldSQLExpression:true,supportsMaxRecordCountFactor:true,supportsTopFeaturesQuery:true,supportsDisjointSpatialRel:true,supportsQueryWithCacheHint:true,supportedOperationsWithCacheHint:["query","queryTopFilter","queryAnalytics","queryAttachments","queryRelated"],supportsQueryAnalytic:true,supportsDefaultSR:true,supportsFullTextSearch:true},
265
+ advancedQueryAnalyticCapabilities:{supportsLinearRegression:true,supportsAsync:true,supportsPercentileAnalytic:true},
266
+ advancedEditingCapabilities:{supportedSqlFormatsInCalculate:["standard"],supportsAsyncApplyEdits:true,supportsReturnEditResults:true},
267
+ infoInEstimates:["extent","count"],useStandardizedQueries:true,geometryType:"esriGeometryPolyline",minScale:150000,maxScale:0,extent:{xmin:-8266144.7918439023,ymin:4938569.7715200111,xmax:-8204248.7873679493,ymax:4999630.6406602357,spatialReference:{wkid:102100,latestWkid:3857}},
268
+ drawingInfo:{renderer:{type:"simple",symbol:{type:"esriSLS",style:"esriSLSSolid",color:[153,0,5,255],width:1},
269
+ label:"",description:""},
270
+ transparency:0,labelingInfo:null},
271
+ allowGeometryUpdates:true,
272
+ hasAttachments:false,
273
+ htmlPopupType:"esriServerHTMLPopupTypeAsHTMLText",
274
+ hasM:false,hasZ:false,objectIdField:"OBJECTID",
275
+ uniqueIdField:{name:"OBJECTID",
276
+ isSystemMaintained:true},
277
+ globalIdField:"GlobalID",
278
+ typeIdField:"",
279
+ fields:
280
+ [{name:"borough",type:"esriFieldTypeString",alias:"borough",sqlType:"sqlTypeOther",length:254,nullable:true,editable:true,domain:null,defaultValue:null},
281
+ {name:"build_stat",type:"esriFieldTypeString",alias:"build_stat",sqlType:"sqlTypeOther",length:254,nullable:true,editable:true,domain:null,defaultValue:null},
282
+ {name:"cco_st",type:"esriFieldTypeString",alias:"cco_st",sqlType:"sqlTypeOther",length:254,nullable:true,editable:true,domain:null,defaultValue:null},
283
+ {name:"date_edit_",type:"esriFieldTypeDate",alias:"date_edit_",sqlType:"sqlTypeOther",length:8,nullable:true,editable:true,domain:null,defaultValue:null},
284
+ {name:"time_edit_",type:"esriFieldTypeString",alias:"time_edit_",sqlType:"sqlTypeOther",length:254,nullable:true,editable:true,domain:null,defaultValue:null},
285
+ {name:"feat_statu",type:"esriFieldTypeString",alias:"feat_statu",sqlType:"sqlTypeOther",length:254,nullable:true,editable:true,domain:null,defaultValue:null},
286
+ {name:"feat_type",type:"esriFieldTypeString",alias:"feat_type",sqlType:"sqlTypeOther",length:254,nullable:true,editable:true,domain:null,defaultValue:null},
287
+ {name:"honorary_n",type:"esriFieldTypeString",alias:"honorary_n",sqlType:"sqlTypeOther",length:254,nullable:true,editable:true,domain:null,defaultValue:null},
288
+ {name:"marg_wharf",type:"esriFieldTypeString",alias:"marg_wharf",sqlType:"sqlTypeOther",length:254,nullable:true,editable:true,domain:null,defaultValue:null},
289
+ {name:"old_st_nm",type:"esriFieldTypeString",alias:"old_st_nm",sqlType:"sqlTypeOther",length:254,nullable:true,editable:true,domain:null,defaultValue:null},
290
+ {name:"paper_st",type:"esriFieldTypeString",alias:"paper_st",sqlType:"sqlTypeOther",length:254,nullable:true,editable:true,domain:null,defaultValue:null},
291
+ {name:"record_st",type:"esriFieldTypeString",alias:"record_st",sqlType:"sqlTypeOther",length:254,nullable:true,editable:true,domain:null,defaultValue:null},
292
+ {name:"roadway_ty",type:"esriFieldTypeString",alias:"roadway_ty",sqlType:"sqlTypeOther",length:254,nullable:true,editable:true,domain:null,defaultValue:null},
293
+ {name:"route_type",type:"esriFieldTypeString",alias:"route_type",sqlType:"sqlTypeOther",length:254,nullable:true,editable:true,domain:null,defaultValue:null},
294
+ {name:"stair_st",type:"esriFieldTypeString",alias:"stair_st",sqlType:"sqlTypeOther",length:254,nullable:true,editable:true,domain:null,defaultValue:null},
295
+ {name:"street_nm",type:"esriFieldTypeString",alias:"street_nm",sqlType:"sqlTypeOther",length:254,nullable:true,editable:true,domain:null,defaultValue:null},
296
+ {name:"streetwidt",type:"esriFieldTypeString",alias:"streetwidt",sqlType:"sqlTypeOther",length:254,nullable:true,editable:true,domain:null,defaultValue:null},
297
+ {name:"OBJECTID",type:"esriFieldTypeOID",alias:"OBJECTID",sqlType:"sqlTypeOther",nullable:false,editable:false,domain:null,defaultValue:null},
298
+ {name:"Shape__Length",type:"esriFieldTypeDouble",alias:"Shape__Length",sqlType:"sqlTypeDouble",nullable:true,editable:false,domain:null,defaultValue:null},
299
+ {name:"GlobalID",type:"esriFieldTypeGlobalID",alias:"GlobalID",sqlType:"sqlTypeOther",length:38,nullable:false,editable:false,domain:null,defaultValue:"NEWID() WITH VALUES"}],indexes:[{name:"PK__NEWYORK3__F4B70D858AB09618",fields:"OBJECTID",isAscending:true,isUnique:true,description:""},
300
+ {name:"user_70600.NEWYORK3857_STREET_Shape_sidx",fields:"Shape",isAscending:true,isUnique:false,description:""},
301
+ {name:"Shape__Length_Index",fields:"Shape__Length",isAscending:true,isUnique:false,description:""},
302
+ {name:"GlobalID_Index",fields:"GlobalID",isAscending:false,isUnique:true,description:""}],dateFieldsTimeReference:{timeZone:"UTC",respectsDaylightSaving:false},
303
+ preferredTimeReference:null,types:[],templates:[{name:"Street",description:"",drawingTool:"esriFeatureEditToolLine",prototype:{attributes:{streetwidt:null,borough:null,build_stat:null,cco_st:null,date_edit_:null,time_edit_:null,feat_statu:null,feat_type:null,honorary_n:null,marg_wharf:null,old_st_nm:null,paper_st:null,record_st:null,roadway_ty:null,route_type:null,stair_st:null,street_nm:null}}}],supportedQueryFormats:"JSON, geoJSON, PBF",supportedAppendFormats:"sqlite,geoPackage,shapefile,filegdb,featureCollection,geojson,csv,excel",supportedExportFormats:"csv,shapefile,sqlite,geoPackage,filegdb,featureCollection,geojson,excel",supportedSpatialRelationships:["esriSpatialRelIntersects","esriSpatialRelContains","esriSpatialRelCrosses","esriSpatialRelEnvelopeIntersects","esriSpatialRelIndexIntersects","esriSpatialRelOverlaps","esriSpatialRelTouches","esriSpatialRelWithin","esriSpatialRelDisjoint","esriSpatialRelRelation"],supportedContingentValuesFormats:"JSON, PBF",supportedSyncDataOptions:4,hasStaticData:false,maxRecordCount:1000,standardMaxRecordCount:4000,standardMaxRecordCountNoGeometry:32000,tileMaxRecordCount:4000,maxRecordCountFactor:1,capabilities:"Query,ChangeTracking"};
304
+
305
+ public static incompleteDrawingInfo = {
306
+ drawingInfo: {
307
+ renderer: {
308
+ type: "uniqueValue",
309
+ field1: "WEAPON",
310
+ field2: null,
311
+ field3: null,
312
+ },
313
+ },
314
+ };
315
+
316
+ public static uniqueValueDrawingInfo = {
317
+ drawingInfo: {
318
+ renderer: {
319
+ type: "uniqueValue",
320
+ field1: "WEAPON",
321
+ field2: null,
322
+ field3: null,
323
+ defaultSymbol: {
324
+ type: "esriPMS",
325
+ url: "964f19a3e2aa1123345490e04eb4a09d",
326
+ imageData: "iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAT9JREFUOI2t1E8rRGEUx/HvMHViIm5ZXGt/3gFlwdKGhYjyAmxs7IassDHFyguwwkbZYJKNslVWJDZT1C3psRv9NMpmJk/Tvc3MHWf3/PuccxbPyfKPkW1wPmBmQ5L6giB4d849Al+tYjNAHpiQ1AHgnAMoA+dhGG5HUfTQCOsCDoGlhCTdwGIURfPVZPtJWCdwBkwntVF3d6+K78Rh+SYhP7bM7FbSjY8FwHqLEEBGUgEY97E5oCcFBjAGDAMvNWwyJVSLKR8L28QG4a/N7zYx+VipTazkY0VgNSVUAa597MrMniWNpMBOAOdjFUlrwAWQaQFywGZt4f+AIrAB7DYJlc1sQdJrHAZQAN6AA6A/STGzp1wut+ycu/f340bQEXAJrACzwCjQC3wAd8CppGNJP/UPk+bZZ7XKQlJ1cfEL1AZaAcKna+kAAAAASUVORK5CYII=",
327
+ contentType: "image/png",
328
+ width: 15,
329
+ height: 15,
330
+ angle: 0,
331
+ xoffset: 0,
332
+ yoffset: 0,
333
+ },
334
+ defaultLabel: "<all other values>",
335
+ uniqueValueInfos: [
336
+ {
337
+ symbol: {
338
+ type: "esriPMS",
339
+ url: "7c83731ca464c53c3e14f4287baaf154",
340
+ imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAk1JREFUOI2t0z9oE1EcB/BvmrTPLkofFYSQwQweLYSCmpRcIqHFDrqI4JJrwFaFSIkUipMdFLzlMkiIAaGmhC7BwQ6xhIAtZGiuIJQ41KEZxIZD3i2+pT3sq3jn1FpC0z+kv/F9f3zefw/OuTxn6O0F8PvcQELIayHE83MBKaU3CCHPGGMvAVgdg4qipHK5XA+AOwA+dgwyxu6l02lUq9WJSqXSGUgpHdrZ2bk0OTmJ+fn5MQAXAOyeCFJKg1NTU96RkZHrhxtqtdptSZK6+vv7MTo66qRSqfeDg4M/9nPbtv9ms9m1paUlA8DmAcg531ZV9ZWqqkPj4+OO1+t17WfhcBgAkEgkSKlUShiGAQDY2NhwKpWKC8AnAI9at7wJYJgQkl5fX384OztrDwwM9B1erSzLkGUZjuNgZWXFyOfzFMALANl2ZyiEENONRuNzNBpdyGQyZjwev+Lx/G+zLAuqqv6cm5vbBXALwNcjz7ClypzzgKZp30OhECRJOgh0XYeu69uc85s44k0ed8u93d3dxO/3w7ZtbG1tOX6/3xUIBOB2u31o8w3bgoqiTMRisS7LspyZmRmzWCxe1jRtO5lM9vl8vh5CSEQIsXqWFSaEEHvBYPCPYRgLQog3mqa9W15eHotEIhcVRXlaKBRODXoXFxev6rpumqapCCGqAMAYe1Aul5/U6/W3kiTdBeAC4JwGvA+g1Gw2HwP41ZLlGWOrnPMPlNIQ5/zLiSCldI1znmszGQA0hBDDlNJrrcGRIOe8fgy2X3uMsW+tg/8ALm/uzGg889IAAAAASUVORK5CYII=",
341
+ contentType: "image/png",
342
+ width: 15,
343
+ height: 14,
344
+ angle: 0,
345
+ xoffset: 0,
346
+ yoffset: 0,
347
+ },
348
+ value: " ",
349
+ label: " ",
350
+ description: "test",
351
+ },
352
+ {
353
+ symbol: {
354
+ type: "esriPMS",
355
+ url: "92fc1fd63ca93a4167dd03e55a4c54fe",
356
+ imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAepJREFUOI2tk09I1EEUxz9r5kuEwqEgWDzooaVAhEqlLKLIg11C6NK2kP2BIpQgOtWhoL2shwgTgjLCi3jQg4UIFniwFYKwQx30EBVL/PbSu2xLPqP9dXBb9KfrJrtfGIaZ953PzJs3U02FVb0Fby3wq2JAEXlgZrcrAnTOHVLRPjzuAdmygRrVXgapAbqAsbKBeJylH5ihh6kygc65Fv2pu7gEPKcT2AEslQQ651r1hoblpBxcbdC3epoIVewGTuHTyzM5IF8Khhx/GGDOXlkKWCgAVTVDnPsWtxYu4BMmVFh0JN/HECaIWcpWxh/xmSIEvAQuB1NeANpFpN/e20XukmM/9WvyOZpvPvCGFEM44A4wsC7lvMzMbrLINMcY5hFpzrN3jSsLxPkuT2Wpjrrjin7Y8A4DmkRpJsFn2oDIqkgSSJIxtcOGrXuTm1W5lu0ITUAO+IpPEyGagW00UOQbFgdG6eEEVWTxuUWaEfaQIMM16mmgRkQ6zGx2KyeMYSzTym9JybCZPSTBE17TSQc7LWrXecF/A8OM00iStKQlamYzAHicY5KrzPOYCGeAECs1LwnsBib4xhXDfgRiQ3jMoow659pU9V1JoHNuTlUHi2wGsIjRLk72BQMbAlV1fhPYPy17nvcpOPkXnK+o4mU668EAAAAASUVORK5CYII=",
357
+ contentType: "image/png",
358
+ width: 15,
359
+ height: 14,
360
+ angle: 0,
361
+ xoffset: 0,
362
+ yoffset: 0,
363
+ },
364
+ value: "blunt_instrument",
365
+ label: "blunt_instrument",
366
+ description: "",
367
+ },
368
+ {
369
+ symbol: {
370
+ type: "esriPMS",
371
+ url: "70a0856a4503c38b2efa55447af89dc6",
372
+ imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAhtJREFUOI2tk0tIlFEYhp8xm5MImYcsLxgk1aBgQxcdyiSKXNQmggiaBrILFGEE0aoWBbnRRYQJQRklQbSohYUIXZCyEYSwKAmFibTB/tn0QdmQn6Z/C81yvE3oC4cD3+U55z2XVBZYqf9Rmwb8XDCgMeayqp5bEKC1dpOIOQ3ORSA+b6DkBKuQei+wG3gwbyDi7CVQC59bK3Fa5ge01vqFHxn4j8DbWxXAEmBwTqC1tkTWnsozuTs2Ttrcl1e7WOZLIW055O90WVF106ws+jRR8Gt0hHd17dr3OAp0TwBFZICO6ktKtZ81h1xMnmeiqWjL2LwhZPjQFNJv0fGm9y5Oiwd4BBxNtNwNBIwxtRp9fZgDF0axhZmT/ORuHRu40PssSlODBc4DdVMsj0tV9Qz0POHutkYqrsYoPJiN55+y4Ti8qO43kRuD6ZZyEd5Me4YJagYp5mXNR7JLwfr+ZvrD4IQHVGWz6tQ3Odstp8FiQ0YBuKPwvdclo8BDVjGwKJ8ZvuHMwJxgJb7tKQzHXZ6fjRG5l0V5zQDrT2Ri870mbspUtS15oJcQIzrEnZJhQ7RR0Su01Vwn8rSCVWVLleBJIreTBubR93A1sXDMEAuqautY2NmP03wc6bxGum8P4AHcZID7gCa075jC14RcA+q0oXLfWlsqIh1zAq217SJSP8NiAD2gAWPsusTEtEAR6ZwF9kdDjuN0JQZ/A6rmxvoAREK5AAAAAElFTkSuQmCC",
373
+ contentType: "image/png",
374
+ width: 15,
375
+ height: 14,
376
+ angle: 0,
377
+ xoffset: 0,
378
+ yoffset: 0,
379
+ },
380
+ value: "gun",
381
+ label: "gun",
382
+ description: "",
383
+ },
384
+ {
385
+ symbol: {
386
+ type: "esriPMS",
387
+ url: "e109df94cd78c13a6d1bc5c2eda6a9a7",
388
+ imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAeRJREFUOI2tkztoVEEUhr88yDEsGHZAERaDorEQJOL6CAQ7g8QmXEwhEsyiFhaKjVUguGAnqOADBV/Exi0CQUELLQyuBA1Rm4CxEJEY7m08zaKbk2CuxWblcpPNg92/GZj/55tzZs40UmM1riPbDBRrBhSRK2Z2qSZA51wa1QsGl4HfVQN7VM8/hiagGxiuGhhAzyCQh8xotUDnXHtRteUE8BS6gA3A7KpA59yBftVUh8i+aGBC9cgOqE8CnRBm4H6byPeyH8LfhzD22mwamPoPVNXCDchi1n4cws1QV/bSi2svyEvomzED4AuEo6Xcc+B0vOUp4JCIXJ0w638CC22QjFabjsDfwvQjcMAAcHNJy4syM7v4A155MJSFwIMtDZFAEbgGMzmR2UQicdhUPy97hzG9UNhzB77tBXZGjHHgIxTUbD9mS2ZypVduBmQbsAD8hLAV6nYDDbCVCt+wItCDTAfU/4EwC8EIbBqAwilIpqBJRDrNLL+eCvvmYe4ozAciQ2Z2/R7cfQddadjomZ3LwZqBqRHY/h4CFTlpZm8AfOj14ewk3GqFY5RGJlwL0BN45sMZzH7FvAc+5H3IOecOquqHVYHOuTFVvV3hMICvlGZ2V9xYFqiqn1aAlTXn+/5kfPMfWXyn81sSLa0AAAAASUVORK5CYII=",
389
+ contentType: "image/png",
390
+ width: 15,
391
+ height: 14,
392
+ angle: 0,
393
+ xoffset: 0,
394
+ yoffset: 0,
395
+ },
396
+ value: "knife",
397
+ label: "knife",
398
+ description: "",
399
+ },
400
+ {
401
+ symbol: {
402
+ type: "esriPMS",
403
+ url: "56cdb91cb6c2a0327abe9787dcef4868",
404
+ imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAjBJREFUOI2tkz9oU1EUxn8pbd7rUF9zie17KVJSinSIKRg1g7gUO+gSBCcpWNTBQXFxclFwc3BQwUGXTpXiouDikqFJIYtCSaEpFfNafC8QPJSWYG9sfA62JaR/pf3G83387jn3ntvOMav9P7KdwK9jAxqG8VRr/fBYgEqplIjcBx4DtSMDHce5JyJh4Arw/shAEcmkUik8zxv3ff9oQKXUsNbaSiQSFIvFUcAE1g8EKqXOO47TNzAwcLY54HneZcuy2kzTxLbtwLbtNz09Pd+bIo3Z2dkZ13WXgfltoIisiciTubm54f7+/sA0zdCWNzQ0BEAymTQWFhbGVlZWAKhWq4GIhICPwK3WkeeBtGEYzyqVys1MJvMnEolEmruNxWLEYjEAyuXycqlUUsAj4MWOkTeltdYPgM9TU1MTIyMjlcHBQTsU2m6WjY0Ncrncj3K5vK6UuiQiX3e9wxZ9As7k8/lv0WiU5kY9z6Nara5prc9prXfs5H6v3AkY3d3dBEHA6upqYFlWKBqNApxij2+4J9BxnPF4PN5Wr9eDbDZbcV33ZDqdXkskEpGurq5wrVa7qLWePjQwHA6PNRqN+uTk5G9gAnheKBReLy0tjfb29p7o6Oi4u7i4eGhgn+u6cdd1K4Zh3NBaZzfr133fv+P7/kul1FUgBASHAV4DPgC3tdY/W7y3wLSIvFNKXRCRwoFApdSMiLza4zCAEv929nSrsStQRL7sA9tS3ff9YmvxL1UE4IbTTnP+AAAAAElFTkSuQmCC",
405
+ contentType: "image/png",
406
+ width: 15,
407
+ height: 14,
408
+ angle: 0,
409
+ xoffset: 0,
410
+ yoffset: 0,
411
+ },
412
+ value: "other",
413
+ label: "other",
414
+ description: "",
415
+ },
416
+ ],
417
+ fieldDelimiter: ",",
418
+ },
419
+ transparency: 0,
420
+ labelingInfo: null,
421
+ },
422
+ };
423
+ }