@itwin/map-layers-formats 4.1.0-dev.6 → 4.1.0-dev.63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (269) hide show
  1. package/CHANGELOG.md +49 -1
  2. package/lib/cjs/ArcGisFeature/ArcGisCanvasRenderer.d.ts +17 -0
  3. package/lib/cjs/ArcGisFeature/ArcGisCanvasRenderer.d.ts.map +1 -0
  4. package/lib/cjs/ArcGisFeature/ArcGisCanvasRenderer.js +42 -0
  5. package/lib/cjs/ArcGisFeature/ArcGisCanvasRenderer.js.map +1 -0
  6. package/lib/cjs/ArcGisFeature/ArcGisFeatureFormat.d.ts.map +1 -1
  7. package/lib/cjs/ArcGisFeature/ArcGisFeatureFormat.js +3 -0
  8. package/lib/cjs/ArcGisFeature/ArcGisFeatureFormat.js.map +1 -1
  9. package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.d.ts +7 -5
  10. package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.d.ts.map +1 -1
  11. package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.js +88 -35
  12. package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.js.map +1 -1
  13. package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.d.ts +5 -0
  14. package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.d.ts.map +1 -1
  15. package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.js +4 -0
  16. package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.js.map +1 -1
  17. package/lib/cjs/ArcGisFeature/ArcGisFeatureReader.d.ts +15 -6
  18. package/lib/cjs/ArcGisFeature/ArcGisFeatureReader.d.ts.map +1 -1
  19. package/lib/cjs/ArcGisFeature/ArcGisFeatureReader.js +6 -4
  20. package/lib/cjs/ArcGisFeature/ArcGisFeatureReader.js.map +1 -1
  21. package/lib/cjs/ArcGisFeature/ArcGisJsonFeatureReader.d.ts +13 -0
  22. package/lib/cjs/ArcGisFeature/ArcGisJsonFeatureReader.d.ts.map +1 -0
  23. package/lib/cjs/ArcGisFeature/{ArcGisFeatureJSON.js → ArcGisJsonFeatureReader.js} +36 -58
  24. package/lib/cjs/ArcGisFeature/ArcGisJsonFeatureReader.js.map +1 -0
  25. package/lib/cjs/ArcGisFeature/{ArcGisFeaturePBF.d.ts → ArcGisPbfFeatureReader.d.ts} +6 -7
  26. package/lib/cjs/ArcGisFeature/ArcGisPbfFeatureReader.d.ts.map +1 -0
  27. package/lib/cjs/ArcGisFeature/{ArcGisFeaturePBF.js → ArcGisPbfFeatureReader.js} +46 -32
  28. package/lib/cjs/ArcGisFeature/ArcGisPbfFeatureReader.js.map +1 -0
  29. package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.js +4 -4
  30. package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.js.map +1 -1
  31. package/lib/cjs/Tools/MapFeatureInfoDecorator.d.ts +34 -0
  32. package/lib/cjs/Tools/MapFeatureInfoDecorator.d.ts.map +1 -0
  33. package/lib/cjs/Tools/MapFeatureInfoDecorator.js +281 -0
  34. package/lib/cjs/Tools/MapFeatureInfoDecorator.js.map +1 -0
  35. package/lib/cjs/Tools/MapFeatureInfoTool.d.ts +38 -0
  36. package/lib/cjs/Tools/MapFeatureInfoTool.d.ts.map +1 -0
  37. package/lib/cjs/Tools/MapFeatureInfoTool.js +113 -0
  38. package/lib/cjs/Tools/MapFeatureInfoTool.js.map +1 -0
  39. package/lib/cjs/map-layers-formats.d.ts +1 -0
  40. package/lib/cjs/map-layers-formats.d.ts.map +1 -1
  41. package/lib/cjs/map-layers-formats.js +1 -0
  42. package/lib/cjs/map-layers-formats.js.map +1 -1
  43. package/lib/cjs/mapLayersFormats.d.ts +12 -1
  44. package/lib/cjs/mapLayersFormats.d.ts.map +1 -1
  45. package/lib/cjs/mapLayersFormats.js +11 -1
  46. package/lib/cjs/mapLayersFormats.js.map +1 -1
  47. package/lib/esm/ArcGisFeature/ArcGisCanvasRenderer.d.ts +17 -0
  48. package/lib/esm/ArcGisFeature/ArcGisCanvasRenderer.d.ts.map +1 -0
  49. package/lib/esm/ArcGisFeature/ArcGisCanvasRenderer.js +38 -0
  50. package/lib/esm/ArcGisFeature/ArcGisCanvasRenderer.js.map +1 -0
  51. package/lib/esm/ArcGisFeature/ArcGisFeatureFormat.d.ts.map +1 -1
  52. package/lib/esm/ArcGisFeature/ArcGisFeatureFormat.js +4 -1
  53. package/lib/esm/ArcGisFeature/ArcGisFeatureFormat.js.map +1 -1
  54. package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.d.ts +7 -5
  55. package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.d.ts.map +1 -1
  56. package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.js +89 -36
  57. package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.js.map +1 -1
  58. package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.d.ts +5 -0
  59. package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.d.ts.map +1 -1
  60. package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.js +4 -0
  61. package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.js.map +1 -1
  62. package/lib/esm/ArcGisFeature/ArcGisFeatureReader.d.ts +15 -6
  63. package/lib/esm/ArcGisFeature/ArcGisFeatureReader.d.ts.map +1 -1
  64. package/lib/esm/ArcGisFeature/ArcGisFeatureReader.js +4 -2
  65. package/lib/esm/ArcGisFeature/ArcGisFeatureReader.js.map +1 -1
  66. package/lib/esm/ArcGisFeature/ArcGisJsonFeatureReader.d.ts +13 -0
  67. package/lib/esm/ArcGisFeature/ArcGisJsonFeatureReader.d.ts.map +1 -0
  68. package/lib/esm/ArcGisFeature/ArcGisJsonFeatureReader.js +107 -0
  69. package/lib/esm/ArcGisFeature/ArcGisJsonFeatureReader.js.map +1 -0
  70. package/lib/esm/ArcGisFeature/{ArcGisFeaturePBF.d.ts → ArcGisPbfFeatureReader.d.ts} +6 -7
  71. package/lib/esm/ArcGisFeature/ArcGisPbfFeatureReader.d.ts.map +1 -0
  72. package/lib/esm/ArcGisFeature/{ArcGisFeaturePBF.js → ArcGisPbfFeatureReader.js} +44 -30
  73. package/lib/esm/ArcGisFeature/ArcGisPbfFeatureReader.js.map +1 -0
  74. package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.js +4 -4
  75. package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.js.map +1 -1
  76. package/lib/esm/Tools/MapFeatureInfoDecorator.d.ts +34 -0
  77. package/lib/esm/Tools/MapFeatureInfoDecorator.d.ts.map +1 -0
  78. package/lib/esm/Tools/MapFeatureInfoDecorator.js +277 -0
  79. package/lib/esm/Tools/MapFeatureInfoDecorator.js.map +1 -0
  80. package/lib/esm/Tools/MapFeatureInfoTool.d.ts +38 -0
  81. package/lib/esm/Tools/MapFeatureInfoTool.d.ts.map +1 -0
  82. package/lib/esm/Tools/MapFeatureInfoTool.js +110 -0
  83. package/lib/esm/Tools/MapFeatureInfoTool.js.map +1 -0
  84. package/lib/esm/map-layers-formats.d.ts +1 -0
  85. package/lib/esm/map-layers-formats.d.ts.map +1 -1
  86. package/lib/esm/map-layers-formats.js +1 -0
  87. package/lib/esm/map-layers-formats.js.map +1 -1
  88. package/lib/esm/mapLayersFormats.d.ts +12 -1
  89. package/lib/esm/mapLayersFormats.d.ts.map +1 -1
  90. package/lib/esm/mapLayersFormats.js +13 -2
  91. package/lib/esm/mapLayersFormats.js.map +1 -1
  92. package/lib/public/locales/en/mapLayersFormats.json +12 -0
  93. package/package.json +18 -15
  94. package/.nycrc +0 -10
  95. package/.rush/temp/operation/build/all.log +0 -3
  96. package/.rush/temp/operation/build/state.json +0 -3
  97. package/.rush/temp/operation/cover/all.log +0 -98
  98. package/.rush/temp/operation/cover/state.json +0 -3
  99. package/.rush/temp/operation/docs/all.log +0 -30
  100. package/.rush/temp/operation/docs/state.json +0 -3
  101. package/.rush/temp/package-deps_build.json +0 -36
  102. package/.rush/temp/package-deps_cover.json +0 -36
  103. package/.rush/temp/package-deps_docs.json +0 -36
  104. package/.rush/temp/shrinkwrap-deps.json +0 -505
  105. package/CHANGELOG.json +0 -119
  106. package/config/rush-project.json +0 -6
  107. package/lib/cjs/ArcGisFeature/ArcGisFeatureJSON.d.ts +0 -15
  108. package/lib/cjs/ArcGisFeature/ArcGisFeatureJSON.d.ts.map +0 -1
  109. package/lib/cjs/ArcGisFeature/ArcGisFeatureJSON.js.map +0 -1
  110. package/lib/cjs/ArcGisFeature/ArcGisFeaturePBF.d.ts.map +0 -1
  111. package/lib/cjs/ArcGisFeature/ArcGisFeaturePBF.js.map +0 -1
  112. package/lib/cjs/ArcGisFeature/ArcGisFeatureRenderer.d.ts +0 -33
  113. package/lib/cjs/ArcGisFeature/ArcGisFeatureRenderer.d.ts.map +0 -1
  114. package/lib/cjs/ArcGisFeature/ArcGisFeatureRenderer.js +0 -143
  115. package/lib/cjs/ArcGisFeature/ArcGisFeatureRenderer.js.map +0 -1
  116. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.d.ts +0 -2
  117. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.d.ts.map +0 -1
  118. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.js +0 -35
  119. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.js.map +0 -1
  120. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureJSON.test.d.ts +0 -2
  121. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureJSON.test.d.ts.map +0 -1
  122. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureJSON.test.js +0 -162
  123. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureJSON.test.js.map +0 -1
  124. package/lib/cjs/test/ArcGisFeature/ArcGisFeaturePBF.test.d.ts +0 -2
  125. package/lib/cjs/test/ArcGisFeature/ArcGisFeaturePBF.test.d.ts.map +0 -1
  126. package/lib/cjs/test/ArcGisFeature/ArcGisFeaturePBF.test.js +0 -168
  127. package/lib/cjs/test/ArcGisFeature/ArcGisFeaturePBF.test.js.map +0 -1
  128. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.d.ts +0 -2
  129. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.d.ts.map +0 -1
  130. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.js +0 -680
  131. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.js.map +0 -1
  132. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureQuery.test.d.ts +0 -2
  133. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureQuery.test.d.ts.map +0 -1
  134. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureQuery.test.js +0 -104
  135. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureQuery.test.js.map +0 -1
  136. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureRenderer.test.d.ts +0 -2
  137. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureRenderer.test.d.ts.map +0 -1
  138. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureRenderer.test.js +0 -215
  139. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureRenderer.test.js.map +0 -1
  140. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.d.ts +0 -2
  141. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.d.ts.map +0 -1
  142. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.js +0 -95
  143. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.js.map +0 -1
  144. package/lib/cjs/test/ArcGisFeature/ArcGisSymbologyRenderer.test.d.ts +0 -2
  145. package/lib/cjs/test/ArcGisFeature/ArcGisSymbologyRenderer.test.d.ts.map +0 -1
  146. package/lib/cjs/test/ArcGisFeature/ArcGisSymbologyRenderer.test.js +0 -60
  147. package/lib/cjs/test/ArcGisFeature/ArcGisSymbologyRenderer.test.js.map +0 -1
  148. package/lib/cjs/test/ArcGisFeature/Mocks.d.ts +0 -7
  149. package/lib/cjs/test/ArcGisFeature/Mocks.d.ts.map +0 -1
  150. package/lib/cjs/test/ArcGisFeature/Mocks.js +0 -19
  151. package/lib/cjs/test/ArcGisFeature/Mocks.js.map +0 -1
  152. package/lib/cjs/test/ArcGisFeature/NewYorkDataset.d.ts +0 -56
  153. package/lib/cjs/test/ArcGisFeature/NewYorkDataset.d.ts.map +0 -1
  154. package/lib/cjs/test/ArcGisFeature/NewYorkDataset.js +0 -420
  155. package/lib/cjs/test/ArcGisFeature/NewYorkDataset.js.map +0 -1
  156. package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.d.ts +0 -1043
  157. package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.d.ts.map +0 -1
  158. package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.js +0 -427
  159. package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.js.map +0 -1
  160. package/lib/cjs/test/coverage/.nyc_output/abd3af4c-9bb0-47fb-a670-3c609e62305c.json +0 -1
  161. package/lib/cjs/test/coverage/.nyc_output/b444582a-0db5-4b2b-949d-8c71645890c8.json +0 -1
  162. package/lib/cjs/test/coverage/.nyc_output/processinfo/abd3af4c-9bb0-47fb-a670-3c609e62305c.json +0 -1
  163. package/lib/cjs/test/coverage/.nyc_output/processinfo/b444582a-0db5-4b2b-949d-8c71645890c8.json +0 -1
  164. package/lib/cjs/test/coverage/.nyc_output/processinfo/index.json +0 -1
  165. package/lib/cjs/test/coverage/cobertura-coverage.xml +0 -1169
  166. package/lib/cjs/test/coverage/lcov-report/base.css +0 -224
  167. package/lib/cjs/test/coverage/lcov-report/block-navigation.js +0 -87
  168. package/lib/cjs/test/coverage/lcov-report/favicon.png +0 -0
  169. package/lib/cjs/test/coverage/lcov-report/index.html +0 -131
  170. package/lib/cjs/test/coverage/lcov-report/prettify.css +0 -1
  171. package/lib/cjs/test/coverage/lcov-report/prettify.js +0 -2
  172. package/lib/cjs/test/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  173. package/lib/cjs/test/coverage/lcov-report/sorter.js +0 -196
  174. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureFormat.ts.html +0 -133
  175. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureJSON.ts.html +0 -550
  176. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeaturePBF.ts.html +0 -730
  177. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureProvider.ts.html +0 -1546
  178. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureQuery.ts.html +0 -763
  179. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureReader.ts.html +0 -223
  180. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureRenderer.ts.html +0 -598
  181. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureResponse.ts.html +0 -301
  182. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisSymbologyRenderer.ts.html +0 -832
  183. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/index.html +0 -236
  184. package/lib/cjs/test/coverage/lcov-report/src/index.html +0 -131
  185. package/lib/cjs/test/coverage/lcov-report/src/map-layers-formats.ts.html +0 -130
  186. package/lib/cjs/test/coverage/lcov-report/src/mapLayersFormats.ts.html +0 -163
  187. package/lib/cjs/test/coverage/lcov.info +0 -1358
  188. package/lib/cjs/tsconfig.tsbuildinfo +0 -1
  189. package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.d.ts +0 -15
  190. package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.d.ts.map +0 -1
  191. package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.js +0 -129
  192. package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.js.map +0 -1
  193. package/lib/esm/ArcGisFeature/ArcGisFeaturePBF.d.ts.map +0 -1
  194. package/lib/esm/ArcGisFeature/ArcGisFeaturePBF.js.map +0 -1
  195. package/lib/esm/ArcGisFeature/ArcGisFeatureRenderer.d.ts +0 -33
  196. package/lib/esm/ArcGisFeature/ArcGisFeatureRenderer.d.ts.map +0 -1
  197. package/lib/esm/ArcGisFeature/ArcGisFeatureRenderer.js +0 -139
  198. package/lib/esm/ArcGisFeature/ArcGisFeatureRenderer.js.map +0 -1
  199. package/lib/esm/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.d.ts +0 -2
  200. package/lib/esm/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.d.ts.map +0 -1
  201. package/lib/esm/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.js +0 -33
  202. package/lib/esm/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.js.map +0 -1
  203. package/lib/esm/test/ArcGisFeature/ArcGisFeatureJSON.test.d.ts +0 -2
  204. package/lib/esm/test/ArcGisFeature/ArcGisFeatureJSON.test.d.ts.map +0 -1
  205. package/lib/esm/test/ArcGisFeature/ArcGisFeatureJSON.test.js +0 -160
  206. package/lib/esm/test/ArcGisFeature/ArcGisFeatureJSON.test.js.map +0 -1
  207. package/lib/esm/test/ArcGisFeature/ArcGisFeaturePBF.test.d.ts +0 -2
  208. package/lib/esm/test/ArcGisFeature/ArcGisFeaturePBF.test.d.ts.map +0 -1
  209. package/lib/esm/test/ArcGisFeature/ArcGisFeaturePBF.test.js +0 -166
  210. package/lib/esm/test/ArcGisFeature/ArcGisFeaturePBF.test.js.map +0 -1
  211. package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.d.ts +0 -2
  212. package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.d.ts.map +0 -1
  213. package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.js +0 -678
  214. package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.js.map +0 -1
  215. package/lib/esm/test/ArcGisFeature/ArcGisFeatureQuery.test.d.ts +0 -2
  216. package/lib/esm/test/ArcGisFeature/ArcGisFeatureQuery.test.d.ts.map +0 -1
  217. package/lib/esm/test/ArcGisFeature/ArcGisFeatureQuery.test.js +0 -102
  218. package/lib/esm/test/ArcGisFeature/ArcGisFeatureQuery.test.js.map +0 -1
  219. package/lib/esm/test/ArcGisFeature/ArcGisFeatureRenderer.test.d.ts +0 -2
  220. package/lib/esm/test/ArcGisFeature/ArcGisFeatureRenderer.test.d.ts.map +0 -1
  221. package/lib/esm/test/ArcGisFeature/ArcGisFeatureRenderer.test.js +0 -213
  222. package/lib/esm/test/ArcGisFeature/ArcGisFeatureRenderer.test.js.map +0 -1
  223. package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.d.ts +0 -2
  224. package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.d.ts.map +0 -1
  225. package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.js +0 -93
  226. package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.js.map +0 -1
  227. package/lib/esm/test/ArcGisFeature/ArcGisSymbologyRenderer.test.d.ts +0 -2
  228. package/lib/esm/test/ArcGisFeature/ArcGisSymbologyRenderer.test.d.ts.map +0 -1
  229. package/lib/esm/test/ArcGisFeature/ArcGisSymbologyRenderer.test.js +0 -58
  230. package/lib/esm/test/ArcGisFeature/ArcGisSymbologyRenderer.test.js.map +0 -1
  231. package/lib/esm/test/ArcGisFeature/Mocks.d.ts +0 -7
  232. package/lib/esm/test/ArcGisFeature/Mocks.d.ts.map +0 -1
  233. package/lib/esm/test/ArcGisFeature/Mocks.js +0 -16
  234. package/lib/esm/test/ArcGisFeature/Mocks.js.map +0 -1
  235. package/lib/esm/test/ArcGisFeature/NewYorkDataset.d.ts +0 -56
  236. package/lib/esm/test/ArcGisFeature/NewYorkDataset.d.ts.map +0 -1
  237. package/lib/esm/test/ArcGisFeature/NewYorkDataset.js +0 -417
  238. package/lib/esm/test/ArcGisFeature/NewYorkDataset.js.map +0 -1
  239. package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.d.ts +0 -1043
  240. package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.d.ts.map +0 -1
  241. package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.js +0 -424
  242. package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.js.map +0 -1
  243. package/lib/esm/tsconfig.tsbuildinfo +0 -1
  244. package/lib/test/junit_results.xml +0 -159
  245. package/map-layers-formats.build.log +0 -30
  246. package/src/ArcGisFeature/ArcGisFeatureFormat.ts +0 -16
  247. package/src/ArcGisFeature/ArcGisFeatureJSON.ts +0 -155
  248. package/src/ArcGisFeature/ArcGisFeaturePBF.ts +0 -215
  249. package/src/ArcGisFeature/ArcGisFeatureProvider.ts +0 -487
  250. package/src/ArcGisFeature/ArcGisFeatureQuery.ts +0 -226
  251. package/src/ArcGisFeature/ArcGisFeatureReader.ts +0 -46
  252. package/src/ArcGisFeature/ArcGisFeatureRenderer.ts +0 -171
  253. package/src/ArcGisFeature/ArcGisFeatureResponse.ts +0 -72
  254. package/src/ArcGisFeature/ArcGisSymbologyRenderer.ts +0 -249
  255. package/src/ArcGisFeature/esriPBuffer.gen.ts +0 -2612
  256. package/src/map-layers-formats.ts +0 -15
  257. package/src/mapLayersFormats.ts +0 -26
  258. package/src/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.ts +0 -46
  259. package/src/test/ArcGisFeature/ArcGisFeatureJSON.test.ts +0 -202
  260. package/src/test/ArcGisFeature/ArcGisFeaturePBF.test.ts +0 -227
  261. package/src/test/ArcGisFeature/ArcGisFeatureProvider.test.ts +0 -805
  262. package/src/test/ArcGisFeature/ArcGisFeatureQuery.test.ts +0 -117
  263. package/src/test/ArcGisFeature/ArcGisFeatureRenderer.test.ts +0 -296
  264. package/src/test/ArcGisFeature/ArcGisFeatureResponse.test.ts +0 -109
  265. package/src/test/ArcGisFeature/ArcGisSymbologyRenderer.test.ts +0 -77
  266. package/src/test/ArcGisFeature/Mocks.ts +0 -19
  267. package/src/test/ArcGisFeature/NewYorkDataset.ts +0 -423
  268. package/src/test/ArcGisFeature/PhillyLandmarksDataset.ts +0 -455
  269. package/tsconfig.json +0 -20
@@ -1,1169 +0,0 @@
1
- <?xml version="1.0" ?>
2
- <!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
3
- <coverage lines-valid="696" lines-covered="636" line-rate="0.9137000000000001" branches-valid="407" branches-covered="346" branch-rate="0.8501000000000001" timestamp="1684300386129" complexity="0" version="0.1">
4
- <sources>
5
- <source>D:\vsts_b\13\s\extensions\map-layers-formats</source>
6
- </sources>
7
- <packages>
8
- <package name="src" line-rate="0.6666" branch-rate="0">
9
- <classes>
10
- <class name="map-layers-formats.ts" filename="src\map-layers-formats.ts" line-rate="1" branch-rate="1">
11
- <methods>
12
- </methods>
13
- <lines>
14
- <line number="6" hits="1" branch="false"/>
15
- <line number="7" hits="1" branch="false"/>
16
- </lines>
17
- </class>
18
- <class name="mapLayersFormats.ts" filename="src\mapLayersFormats.ts" line-rate="0.5714" branch-rate="0">
19
- <methods>
20
- <method name="(anonymous_0)" hits="0" signature="()V">
21
- <lines>
22
- <line number="21" hits="0"/>
23
- </lines>
24
- </method>
25
- </methods>
26
- <lines>
27
- <line number="9" hits="1" branch="false"/>
28
- <line number="10" hits="1" branch="false"/>
29
- <line number="11" hits="1" branch="false"/>
30
- <line number="16" hits="1" branch="false"/>
31
- <line number="22" hits="0" branch="false"/>
32
- <line number="23" hits="0" branch="true" condition-coverage="0% (0/2)"/>
33
- <line number="24" hits="0" branch="false"/>
34
- </lines>
35
- </class>
36
- </classes>
37
- </package>
38
- <package name="src.ArcGisFeature" line-rate="0.917" branch-rate="0.8543000000000001">
39
- <classes>
40
- <class name="ArcGisFeatureFormat.ts" filename="src\ArcGisFeature\ArcGisFeatureFormat.ts" line-rate="1" branch-rate="1">
41
- <methods>
42
- <method name="(anonymous_0)" hits="1" signature="()V">
43
- <lines>
44
- <line number="12" hits="1"/>
45
- </lines>
46
- </method>
47
- <method name="(anonymous_1)" hits="1" signature="()V">
48
- <lines>
49
- <line number="13" hits="1"/>
50
- </lines>
51
- </method>
52
- </methods>
53
- <lines>
54
- <line number="6" hits="1" branch="false"/>
55
- <line number="7" hits="1" branch="false"/>
56
- <line number="10" hits="1" branch="false"/>
57
- <line number="11" hits="1" branch="false"/>
58
- <line number="12" hits="1" branch="false"/>
59
- <line number="14" hits="1" branch="false"/>
60
- </lines>
61
- </class>
62
- <class name="ArcGisFeatureJSON.ts" filename="src\ArcGisFeature\ArcGisFeatureJSON.ts" line-rate="1" branch-rate="0.9">
63
- <methods>
64
- <method name="(anonymous_0)" hits="11" signature="()V">
65
- <lines>
66
- <line number="18" hits="11"/>
67
- </lines>
68
- </method>
69
- <method name="(anonymous_1)" hits="11" signature="()V">
70
- <lines>
71
- <line number="22" hits="11"/>
72
- </lines>
73
- </method>
74
- <method name="(anonymous_2)" hits="10" signature="()V">
75
- <lines>
76
- <line number="61" hits="10"/>
77
- </lines>
78
- </method>
79
- <method name="(anonymous_3)" hits="4" signature="()V">
80
- <lines>
81
- <line number="71" hits="4"/>
82
- </lines>
83
- </method>
84
- <method name="(anonymous_4)" hits="144" signature="()V">
85
- <lines>
86
- <line number="84" hits="144"/>
87
- </lines>
88
- </method>
89
- <method name="(anonymous_5)" hits="144" signature="()V">
90
- <lines>
91
- <line number="101" hits="144"/>
92
- </lines>
93
- </method>
94
- </methods>
95
- <lines>
96
- <line number="6" hits="1" branch="false"/>
97
- <line number="8" hits="1" branch="false"/>
98
- <line number="10" hits="1" branch="false"/>
99
- <line number="15" hits="1" branch="false"/>
100
- <line number="19" hits="11" branch="false"/>
101
- <line number="23" hits="11" branch="false"/>
102
- <line number="25" hits="11" branch="true" condition-coverage="100% (4/4)"/>
103
- <line number="26" hits="4" branch="false"/>
104
- <line number="27" hits="4" branch="false"/>
105
- <line number="28" hits="4" branch="false"/>
106
- <line number="29" hits="4" branch="false"/>
107
- <line number="30" hits="4" branch="false"/>
108
- <line number="32" hits="4" branch="true" condition-coverage="100% (2/2)"/>
109
- <line number="33" hits="2" branch="false"/>
110
- <line number="34" hits="3" branch="false"/>
111
- <line number="35" hits="3" branch="false"/>
112
- <line number="37" hits="2" branch="true" condition-coverage="50% (1/2)"/>
113
- <line number="38" hits="2" branch="false"/>
114
- <line number="39" hits="3" branch="false"/>
115
- <line number="40" hits="3" branch="false"/>
116
- <line number="43" hits="4" branch="false"/>
117
- <line number="46" hits="7" branch="true" condition-coverage="100% (4/4)"/>
118
- <line number="47" hits="1" branch="false"/>
119
- <line number="49" hits="1" branch="true" condition-coverage="50% (1/2)"/>
120
- <line number="50" hits="1" branch="false"/>
121
- <line number="51" hits="1" branch="false"/>
122
- <line number="52" hits="1" branch="false"/>
123
- <line number="62" hits="10" branch="false"/>
124
- <line number="63" hits="90" branch="false"/>
125
- <line number="64" hits="90" branch="false"/>
126
- <line number="65" hits="183" branch="false"/>
127
- <line number="68" hits="10" branch="false"/>
128
- <line number="72" hits="4" branch="false"/>
129
- <line number="73" hits="4" branch="true" condition-coverage="100% (4/4)"/>
130
- <line number="74" hits="2" branch="false"/>
131
- <line number="76" hits="2" branch="false"/>
132
- <line number="79" hits="2" branch="false"/>
133
- <line number="80" hits="2" branch="false"/>
134
- <line number="81" hits="144" branch="false"/>
135
- <line number="84" hits="2" branch="false"/>
136
- <line number="85" hits="144" branch="true" condition-coverage="100% (7/7)"/>
137
- <line number="89" hits="33" branch="false"/>
138
- <line number="91" hits="6" branch="false"/>
139
- <line number="93" hits="2" branch="false"/>
140
- <line number="95" hits="6" branch="false"/>
141
- <line number="97" hits="97" branch="false"/>
142
- <line number="101" hits="2" branch="false"/>
143
- <line number="102" hits="144" branch="false"/>
144
- <line number="104" hits="144" branch="true" condition-coverage="100% (2/2)"/>
145
- <line number="105" hits="18" branch="false"/>
146
- <line number="108" hits="144" branch="false"/>
147
- <line number="109" hits="144" branch="false"/>
148
- <line number="110" hits="144" branch="true" condition-coverage="100% (7/7)"/>
149
- <line number="114" hits="33" branch="false"/>
150
- <line number="115" hits="33" branch="false"/>
151
- <line number="118" hits="8" branch="false"/>
152
- <line number="119" hits="8" branch="false"/>
153
- <line number="121" hits="6" branch="false"/>
154
- <line number="122" hits="6" branch="false"/>
155
- <line number="124" hits="97" branch="true" condition-coverage="100% (2/2)"/>
156
- <line number="125" hits="79" branch="false"/>
157
- <line number="127" hits="97" branch="false"/>
158
- <line number="130" hits="144" branch="false"/>
159
- <line number="131" hits="144" branch="false"/>
160
- <line number="133" hits="144" branch="false"/>
161
- <line number="136" hits="2" branch="false"/>
162
- <line number="137" hits="2" branch="false"/>
163
- <line number="143" hits="2" branch="false"/>
164
- <line number="144" hits="144" branch="false"/>
165
- <line number="146" hits="2" branch="true" condition-coverage="50% (1/2)"/>
166
- <line number="147" hits="2" branch="false"/>
167
- <line number="149" hits="2" branch="true" condition-coverage="50% (1/2)"/>
168
- <line number="150" hits="2" branch="false"/>
169
- <line number="153" hits="2" branch="false"/>
170
- </lines>
171
- </class>
172
- <class name="ArcGisFeaturePBF.ts" filename="src\ArcGisFeature\ArcGisFeaturePBF.ts" line-rate="0.8687999999999999" branch-rate="0.8292">
173
- <methods>
174
- <method name="(anonymous_0)" hits="11" signature="()V">
175
- <lines>
176
- <line number="26" hits="11"/>
177
- </lines>
178
- </method>
179
- <method name="(anonymous_1)" hits="11" signature="()V">
180
- <lines>
181
- <line number="30" hits="11"/>
182
- </lines>
183
- </method>
184
- <method name="(anonymous_2)" hits="7" signature="()V">
185
- <lines>
186
- <line number="47" hits="7"/>
187
- </lines>
188
- </method>
189
- <method name="(anonymous_3)" hits="5" signature="()V">
190
- <lines>
191
- <line number="74" hits="5"/>
192
- </lines>
193
- </method>
194
- <method name="(anonymous_4)" hits="92" signature="()V">
195
- <lines>
196
- <line number="91" hits="92"/>
197
- </lines>
198
- </method>
199
- <method name="(anonymous_5)" hits="279" signature="()V">
200
- <lines>
201
- <line number="124" hits="279"/>
202
- </lines>
203
- </method>
204
- </methods>
205
- <lines>
206
- <line number="7" hits="1" branch="false"/>
207
- <line number="8" hits="1" branch="false"/>
208
- <line number="9" hits="1" branch="false"/>
209
- <line number="11" hits="1" branch="false"/>
210
- <line number="13" hits="1" branch="false"/>
211
- <line number="16" hits="1" branch="false"/>
212
- <line number="17" hits="1" branch="false"/>
213
- <line number="25" hits="1" branch="false"/>
214
- <line number="27" hits="11" branch="false"/>
215
- <line number="31" hits="11" branch="true" condition-coverage="100% (6/6)"/>
216
- <line number="33" hits="1" branch="false"/>
217
- <line number="35" hits="1" branch="false"/>
218
- <line number="37" hits="1" branch="false"/>
219
- <line number="39" hits="3" branch="false"/>
220
- <line number="41" hits="4" branch="false"/>
221
- <line number="43" hits="1" branch="false"/>
222
- <line number="48" hits="7" branch="true" condition-coverage="100% (2/2)"/>
223
- <line number="49" hits="2" branch="false"/>
224
- <line number="50" hits="2" branch="false"/>
225
- <line number="51" hits="2" branch="false"/>
226
- <line number="54" hits="5" branch="false"/>
227
- <line number="55" hits="5" branch="true" condition-coverage="80% (4/5)"/>
228
- <line number="56" hits="0" branch="false"/>
229
- <line number="58" hits="5" branch="false"/>
230
- <line number="59" hits="5" branch="true" condition-coverage="75% (3/4)"/>
231
- <line number="62" hits="5" branch="true" condition-coverage="100% (4/4)"/>
232
- <line number="64" hits="1" branch="false"/>
233
- <line number="65" hits="1" branch="false"/>
234
- <line number="66" hits="4" branch="true" condition-coverage="75% (3/4)"/>
235
- <line number="67" hits="4" branch="false"/>
236
- <line number="68" hits="4" branch="false"/>
237
- <line number="69" hits="4" branch="true" condition-coverage="50% (1/2)"/>
238
- <line number="70" hits="4" branch="false"/>
239
- <line number="75" hits="5" branch="true" condition-coverage="100% (2/2)"/>
240
- <line number="77" hits="1" branch="false"/>
241
- <line number="80" hits="5" branch="false"/>
242
- <line number="81" hits="5" branch="true" condition-coverage="100% (5/5)"/>
243
- <line number="82" hits="1" branch="false"/>
244
- <line number="84" hits="4" branch="false"/>
245
- <line number="87" hits="4" branch="false"/>
246
- <line number="88" hits="4" branch="false"/>
247
- <line number="89" hits="280" branch="false"/>
248
- <line number="91" hits="4" branch="false"/>
249
- <line number="92" hits="92" branch="false"/>
250
- <line number="93" hits="92" branch="false"/>
251
- <line number="94" hits="92" branch="true" condition-coverage="100% (2/2)"/>
252
- <line number="95" hits="7" branch="false"/>
253
- <line number="96" hits="7" branch="false"/>
254
- <line number="97" hits="7" branch="false"/>
255
- <line number="98" hits="85" branch="true" condition-coverage="100% (2/2)"/>
256
- <line number="99" hits="5" branch="false"/>
257
- <line number="100" hits="5" branch="false"/>
258
- <line number="101" hits="5" branch="false"/>
259
- <line number="102" hits="80" branch="true" condition-coverage="100% (2/2)"/>
260
- <line number="103" hits="1" branch="false"/>
261
- <line number="104" hits="1" branch="false"/>
262
- <line number="105" hits="79" branch="true" condition-coverage="100% (2/2)"/>
263
- <line number="106" hits="12" branch="false"/>
264
- <line number="107" hits="12" branch="false"/>
265
- <line number="108" hits="67" branch="true" condition-coverage="100% (2/2)"/>
266
- <line number="109" hits="62" branch="false"/>
267
- <line number="110" hits="62" branch="false"/>
268
- <line number="111" hits="5" branch="true" condition-coverage="50% (1/2)"/>
269
- <line number="112" hits="0" branch="false"/>
270
- <line number="113" hits="0" branch="false"/>
271
- <line number="114" hits="5" branch="true" condition-coverage="100% (2/2)"/>
272
- <line number="115" hits="4" branch="false"/>
273
- <line number="116" hits="4" branch="false"/>
274
- <line number="118" hits="1" branch="false"/>
275
- <line number="121" hits="92" branch="false"/>
276
- <line number="124" hits="4" branch="false"/>
277
- <line number="125" hits="279" branch="false"/>
278
- <line number="127" hits="279" branch="false"/>
279
- <line number="128" hits="279" branch="true" condition-coverage="100% (8/8)"/>
280
- <line number="135" hits="92" branch="false"/>
281
- <line number="136" hits="92" branch="true" condition-coverage="50% (1/2)"/>
282
- <line number="137" hits="0" branch="false"/>
283
- <line number="138" hits="0" branch="false"/>
284
- <line number="141" hits="92" branch="true" condition-coverage="100% (2/2)"/>
285
- <line number="142" hits="13" branch="false"/>
286
- <line number="143" hits="13" branch="false"/>
287
- <line number="144" hits="13" branch="false"/>
288
- <line number="146" hits="79" branch="false"/>
289
- <line number="147" hits="79" branch="false"/>
290
- <line number="149" hits="187" branch="true" condition-coverage="100% (2/2)"/>
291
- <line number="150" hits="182" branch="true" condition-coverage="100% (2/2)"/>
292
- <line number="151" hits="146" branch="false"/>
293
- <line number="152" hits="146" branch="false"/>
294
- <line number="154" hits="5" branch="true" condition-coverage="100% (2/2)"/>
295
- <line number="155" hits="3" branch="true" condition-coverage="50% (1/2)"/>
296
- <line number="156" hits="3" branch="false"/>
297
- <line number="157" hits="3" branch="false"/>
298
- <line number="159" hits="0" branch="false"/>
299
- <line number="160" hits="0" branch="true" condition-coverage="0% (0/2)"/>
300
- <line number="161" hits="0" branch="false"/>
301
- <line number="162" hits="0" branch="false"/>
302
- <line number="165" hits="2" branch="true" condition-coverage="50% (1/2)"/>
303
- <line number="167" hits="0" branch="false"/>
304
- <line number="168" hits="0" branch="false"/>
305
- <line number="169" hits="2" branch="true" condition-coverage="50% (1/2)"/>
306
- <line number="171" hits="0" branch="false"/>
307
- <line number="172" hits="0" branch="false"/>
308
- <line number="174" hits="2" branch="false"/>
309
- <line number="175" hits="2" branch="false"/>
310
- <line number="178" hits="277" branch="false"/>
311
- <line number="180" hits="277" branch="false"/>
312
- <line number="184" hits="4" branch="false"/>
313
- <line number="185" hits="4" branch="false"/>
314
- <line number="190" hits="4" branch="false"/>
315
- <line number="192" hits="4" branch="false"/>
316
- <line number="193" hits="279" branch="true" condition-coverage="50% (1/2)"/>
317
- <line number="194" hits="0" branch="false"/>
318
- <line number="195" hits="0" branch="false"/>
319
- <line number="198" hits="279" branch="false"/>
320
- <line number="199" hits="279" branch="true" condition-coverage="100% (2/2)"/>
321
- <line number="200" hits="277" branch="false"/>
322
- <line number="203" hits="279" branch="false"/>
323
- <line number="205" hits="4" branch="true" condition-coverage="50% (1/2)"/>
324
- <line number="206" hits="0" branch="false"/>
325
- <line number="208" hits="4" branch="true" condition-coverage="50% (1/2)"/>
326
- <line number="209" hits="4" branch="false"/>
327
- <line number="213" hits="4" branch="false"/>
328
- </lines>
329
- </class>
330
- <class name="ArcGisFeatureProvider.ts" filename="src\ArcGisFeature\ArcGisFeatureProvider.ts" line-rate="0.8818" branch-rate="0.8371999999999999">
331
- <methods>
332
- <method name="(anonymous_0)" hits="0" signature="()V">
333
- <lines>
334
- <line number="46" hits="0"/>
335
- </lines>
336
- </method>
337
- <method name="(anonymous_1)" hits="0" signature="()V">
338
- <lines>
339
- <line number="47" hits="0"/>
340
- </lines>
341
- </method>
342
- <method name="(anonymous_2)" hits="30" signature="()V">
343
- <lines>
344
- <line number="49" hits="30"/>
345
- </lines>
346
- </method>
347
- <method name="(anonymous_3)" hits="26" signature="()V">
348
- <lines>
349
- <line number="53" hits="26"/>
350
- </lines>
351
- </method>
352
- <method name="(anonymous_4)" hits="1" signature="()V">
353
- <lines>
354
- <line number="196" hits="1"/>
355
- </lines>
356
- </method>
357
- <method name="(anonymous_5)" hits="98" signature="()V">
358
- <lines>
359
- <line number="208" hits="98"/>
360
- </lines>
361
- </method>
362
- <method name="(anonymous_6)" hits="23" signature="()V">
363
- <lines>
364
- <line number="209" hits="23"/>
365
- </lines>
366
- </method>
367
- <method name="(anonymous_7)" hits="1" signature="()V">
368
- <lines>
369
- <line number="212" hits="1"/>
370
- </lines>
371
- </method>
372
- <method name="(anonymous_8)" hits="10" signature="()V">
373
- <lines>
374
- <line number="216" hits="10"/>
375
- </lines>
376
- </method>
377
- <method name="(anonymous_9)" hits="5" signature="()V">
378
- <lines>
379
- <line number="273" hits="5"/>
380
- </lines>
381
- </method>
382
- <method name="(anonymous_10)" hits="7" signature="()V">
383
- <lines>
384
- <line number="283" hits="7"/>
385
- </lines>
386
- </method>
387
- <method name="(anonymous_11)" hits="2" signature="()V">
388
- <lines>
389
- <line number="333" hits="2"/>
390
- </lines>
391
- </method>
392
- <method name="(anonymous_12)" hits="0" signature="()V">
393
- <lines>
394
- <line number="349" hits="0"/>
395
- </lines>
396
- </method>
397
- <method name="(anonymous_13)" hits="4" signature="()V">
398
- <lines>
399
- <line number="359" hits="4"/>
400
- </lines>
401
- </method>
402
- <method name="(anonymous_14)" hits="3" signature="()V">
403
- <lines>
404
- <line number="381" hits="3"/>
405
- </lines>
406
- </method>
407
- <method name="(anonymous_15)" hits="1" signature="()V">
408
- <lines>
409
- <line number="414" hits="1"/>
410
- </lines>
411
- </method>
412
- <method name="(anonymous_16)" hits="7" signature="()V">
413
- <lines>
414
- <line number="434" hits="7"/>
415
- </lines>
416
- </method>
417
- </methods>
418
- <lines>
419
- <line number="6" hits="1" branch="false"/>
420
- <line number="7" hits="1" branch="false"/>
421
- <line number="8" hits="1" branch="false"/>
422
- <line number="9" hits="1" branch="false"/>
423
- <line number="10" hits="1" branch="false"/>
424
- <line number="11" hits="1" branch="false"/>
425
- <line number="12" hits="1" branch="false"/>
426
- <line number="13" hits="1" branch="false"/>
427
- <line number="14" hits="1" branch="false"/>
428
- <line number="15" hits="1" branch="false"/>
429
- <line number="17" hits="1" branch="false"/>
430
- <line number="29" hits="1" branch="false"/>
431
- <line number="31" hits="30" branch="false"/>
432
- <line number="32" hits="30" branch="false"/>
433
- <line number="34" hits="30" branch="false"/>
434
- <line number="35" hits="30" branch="false"/>
435
- <line number="36" hits="30" branch="false"/>
436
- <line number="41" hits="1" branch="false"/>
437
- <line number="42" hits="30" branch="false"/>
438
- <line number="44" hits="30" branch="false"/>
439
- <line number="45" hits="30" branch="false"/>
440
- <line number="46" hits="0" branch="false"/>
441
- <line number="47" hits="0" branch="false"/>
442
- <line number="50" hits="30" branch="false"/>
443
- <line number="54" hits="26" branch="false"/>
444
- <line number="55" hits="26" branch="false"/>
445
- <line number="57" hits="26" branch="true" condition-coverage="100% (2/2)"/>
446
- <line number="58" hits="1" branch="false"/>
447
- <line number="59" hits="1" branch="false"/>
448
- <line number="62" hits="25" branch="true" condition-coverage="100% (4/4)"/>
449
- <line number="64" hits="1" branch="true" condition-coverage="50% (1/2)"/>
450
- <line number="65" hits="1" branch="false"/>
451
- <line number="66" hits="1" branch="false"/>
452
- <line number="70" hits="24" branch="true" condition-coverage="50% (1/2)"/>
453
- <line number="71" hits="24" branch="false"/>
454
- <line number="72" hits="24" branch="true" condition-coverage="100% (2/2)"/>
455
- <line number="73" hits="1" branch="false"/>
456
- <line number="76" hits="23" branch="false"/>
457
- <line number="78" hits="23" branch="false"/>
458
- <line number="79" hits="23" branch="true" condition-coverage="50% (1/2)"/>
459
- <line number="81" hits="23" branch="false"/>
460
- <line number="82" hits="20" branch="true" condition-coverage="75% (3/4)"/>
461
- <line number="83" hits="20" branch="false"/>
462
- <line number="84" hits="20" branch="false"/>
463
- <line number="85" hits="20" branch="false"/>
464
- <line number="90" hits="23" branch="true" condition-coverage="100% (4/4)"/>
465
- <line number="94" hits="3" branch="true" condition-coverage="100% (4/4)"/>
466
- <line number="96" hits="2" branch="false"/>
467
- <line number="97" hits="2" branch="true" condition-coverage="100% (2/2)"/>
468
- <line number="98" hits="1" branch="false"/>
469
- <line number="99" hits="10" branch="true" condition-coverage="100% (2/2)"/>
470
- <line number="100" hits="9" branch="false"/>
471
- <line number="105" hits="1" branch="false"/>
472
- <line number="106" hits="2" branch="false"/>
473
- <line number="107" hits="2" branch="true" condition-coverage="100% (2/2)"/>
474
- <line number="108" hits="1" branch="false"/>
475
- <line number="111" hits="1" branch="true" condition-coverage="50% (1/2)"/>
476
- <line number="112" hits="1" branch="false"/>
477
- <line number="113" hits="1" branch="false"/>
478
- <line number="114" hits="1" branch="false"/>
479
- <line number="121" hits="1" branch="false"/>
480
- <line number="126" hits="22" branch="true" condition-coverage="100% (2/2)"/>
481
- <line number="128" hits="21" branch="false"/>
482
- <line number="129" hits="21" branch="true" condition-coverage="100% (2/2)"/>
483
- <line number="130" hits="1" branch="false"/>
484
- <line number="131" hits="1" branch="false"/>
485
- <line number="137" hits="21" branch="true" condition-coverage="100% (2/2)"/>
486
- <line number="138" hits="11" branch="false"/>
487
- <line number="139" hits="11" branch="false"/>
488
- <line number="147" hits="21" branch="true" condition-coverage="100% (5/5)"/>
489
- <line number="148" hits="5" branch="false"/>
490
- <line number="154" hits="21" branch="true" condition-coverage="100% (2/2)"/>
491
- <line number="155" hits="18" branch="false"/>
492
- <line number="156" hits="18" branch="true" condition-coverage="100% (4/4)"/>
493
- <line number="157" hits="5" branch="false"/>
494
- <line number="158" hits="13" branch="true" condition-coverage="50% (1/2)"/>
495
- <line number="159" hits="13" branch="false"/>
496
- <line number="163" hits="21" branch="true" condition-coverage="100% (2/2)"/>
497
- <line number="164" hits="1" branch="false"/>
498
- <line number="165" hits="1" branch="false"/>
499
- <line number="169" hits="20" branch="true" condition-coverage="100% (2/2)"/>
500
- <line number="170" hits="1" branch="true" condition-coverage="50% (2/4)"/>
501
- <line number="171" hits="1" branch="false"/>
502
- <line number="175" hits="1" branch="false"/>
503
- <line number="176" hits="1" branch="false"/>
504
- <line number="177" hits="1" branch="false"/>
505
- <line number="178" hits="1" branch="false"/>
506
- <line number="179" hits="1" branch="false"/>
507
- <line number="184" hits="20" branch="true" condition-coverage="100% (2/2)"/>
508
- <line number="185" hits="20" branch="true" condition-coverage="100% (2/2)"/>
509
- <line number="186" hits="20" branch="false"/>
510
- <line number="187" hits="20" branch="true" condition-coverage="100% (2/2)"/>
511
- <line number="188" hits="7" branch="false"/>
512
- <line number="191" hits="20" branch="true" condition-coverage="100% (2/2)"/>
513
- <line number="193" hits="20" branch="false"/>
514
- <line number="198" hits="1" branch="false"/>
515
- <line number="199" hits="1" branch="false"/>
516
- <line number="200" hits="1" branch="false"/>
517
- <line number="201" hits="1" branch="false"/>
518
- <line number="205" hits="1" branch="false"/>
519
- <line number="208" hits="98" branch="false"/>
520
- <line number="209" hits="23" branch="false"/>
521
- <line number="213" hits="1" branch="false"/>
522
- <line number="218" hits="10" branch="false"/>
523
- <line number="219" hits="10" branch="false"/>
524
- <line number="230" hits="10" branch="true" condition-coverage="100% (2/2)"/>
525
- <line number="231" hits="8" branch="false"/>
526
- <line number="233" hits="2" branch="false"/>
527
- <line number="237" hits="10" branch="false"/>
528
- <line number="238" hits="10" branch="true" condition-coverage="100% (2/2)"/>
529
- <line number="239" hits="4" branch="false"/>
530
- <line number="246" hits="10" branch="false"/>
531
- <line number="262" hits="10" branch="true" condition-coverage="100% (4/4)"/>
532
- <line number="263" hits="2" branch="false"/>
533
- <line number="265" hits="8" branch="false"/>
534
- <line number="268" hits="10" branch="false"/>
535
- <line number="274" hits="5" branch="true" condition-coverage="75% (3/4)"/>
536
- <line number="275" hits="0" branch="false"/>
537
- <line number="277" hits="5" branch="false"/>
538
- <line number="283" hits="5" branch="false"/>
539
- <line number="284" hits="7" branch="false"/>
540
- <line number="286" hits="7" branch="true" condition-coverage="100% (4/4)"/>
541
- <line number="287" hits="1" branch="false"/>
542
- <line number="288" hits="1" branch="false"/>
543
- <line number="291" hits="6" branch="false"/>
544
- <line number="293" hits="6" branch="false"/>
545
- <line number="294" hits="6" branch="false"/>
546
- <line number="297" hits="5" branch="true" condition-coverage="100% (2/2)"/>
547
- <line number="298" hits="1" branch="false"/>
548
- <line number="299" hits="1" branch="false"/>
549
- <line number="300" hits="1" branch="true" condition-coverage="50% (1/2)"/>
550
- <line number="301" hits="1" branch="false"/>
551
- <line number="303" hits="1" branch="false"/>
552
- <line number="304" hits="1" branch="true" condition-coverage="50% (1/2)"/>
553
- <line number="305" hits="1" branch="false"/>
554
- <line number="308" hits="0" branch="false"/>
555
- <line number="312" hits="5" branch="false"/>
556
- <line number="313" hits="5" branch="false"/>
557
- <line number="314" hits="4" branch="true" condition-coverage="100% (2/2)"/>
558
- <line number="315" hits="1" branch="false"/>
559
- <line number="316" hits="1" branch="false"/>
560
- <line number="318" hits="3" branch="true" condition-coverage="100% (2/2)"/>
561
- <line number="319" hits="1" branch="false"/>
562
- <line number="320" hits="1" branch="false"/>
563
- <line number="322" hits="2" branch="true" condition-coverage="100% (2/2)"/>
564
- <line number="323" hits="2" branch="false"/>
565
- <line number="326" hits="1" branch="false"/>
566
- <line number="327" hits="1" branch="false"/>
567
- <line number="330" hits="2" branch="false"/>
568
- <line number="334" hits="2" branch="true" condition-coverage="100% (2/2)"/>
569
- <line number="335" hits="1" branch="false"/>
570
- <line number="338" hits="1" branch="true" condition-coverage="50% (1/2)"/>
571
- <line number="339" hits="1" branch="false"/>
572
- <line number="340" hits="1" branch="true" condition-coverage="75% (3/4)"/>
573
- <line number="341" hits="0" branch="false"/>
574
- <line number="342" hits="0" branch="false"/>
575
- <line number="345" hits="1" branch="false"/>
576
- <line number="346" hits="1" branch="false"/>
577
- <line number="350" hits="0" branch="false"/>
578
- <line number="351" hits="0" branch="false"/>
579
- <line number="352" hits="0" branch="false"/>
580
- <line number="353" hits="0" branch="false"/>
581
- <line number="354" hits="0" branch="false"/>
582
- <line number="361" hits="4" branch="false"/>
583
- <line number="362" hits="4" branch="false"/>
584
- <line number="363" hits="4" branch="false"/>
585
- <line number="364" hits="4" branch="false"/>
586
- <line number="365" hits="4" branch="false"/>
587
- <line number="366" hits="4" branch="false"/>
588
- <line number="367" hits="4" branch="false"/>
589
- <line number="368" hits="4" branch="false"/>
590
- <line number="369" hits="4" branch="false"/>
591
- <line number="370" hits="4" branch="false"/>
592
- <line number="371" hits="4" branch="false"/>
593
- <line number="374" hits="4" branch="false"/>
594
- <line number="375" hits="4" branch="false"/>
595
- <line number="377" hits="4" branch="false"/>
596
- <line number="378" hits="4" branch="false"/>
597
- <line number="383" hits="3" branch="true" condition-coverage="50% (1/2)"/>
598
- <line number="384" hits="0" branch="false"/>
599
- <line number="386" hits="3" branch="false"/>
600
- <line number="387" hits="3" branch="false"/>
601
- <line number="388" hits="3" branch="false"/>
602
- <line number="390" hits="3" branch="false"/>
603
- <line number="391" hits="3" branch="true" condition-coverage="50% (1/2)"/>
604
- <line number="392" hits="0" branch="false"/>
605
- <line number="393" hits="0" branch="false"/>
606
- <line number="396" hits="3" branch="true" condition-coverage="50% (1/2)"/>
607
- <line number="397" hits="0" branch="false"/>
608
- <line number="398" hits="0" branch="false"/>
609
- <line number="400" hits="3" branch="false"/>
610
- <line number="404" hits="3" branch="true" condition-coverage="100% (2/2)"/>
611
- <line number="405" hits="2" branch="false"/>
612
- <line number="406" hits="2" branch="true" condition-coverage="50% (1/2)"/>
613
- <line number="407" hits="0" branch="false"/>
614
- <line number="411" hits="3" branch="false"/>
615
- <line number="412" hits="3" branch="true" condition-coverage="100% (2/2)"/>
616
- <line number="414" hits="3" branch="false"/>
617
- <line number="415" hits="1" branch="false"/>
618
- <line number="416" hits="1" branch="false"/>
619
- <line number="417" hits="1" branch="false"/>
620
- <line number="418" hits="1" branch="false"/>
621
- <line number="419" hits="2" branch="false"/>
622
- <line number="420" hits="4" branch="false"/>
623
- <line number="427" hits="1" branch="false"/>
624
- <line number="434" hits="3" branch="false"/>
625
- <line number="437" hits="7" branch="false"/>
626
- <line number="438" hits="7" branch="false"/>
627
- <line number="439" hits="7" branch="true" condition-coverage="50% (1/2)"/>
628
- <line number="440" hits="0" branch="false"/>
629
- <line number="441" hits="0" branch="false"/>
630
- <line number="444" hits="7" branch="false"/>
631
- <line number="445" hits="7" branch="true" condition-coverage="50% (1/2)"/>
632
- <line number="446" hits="0" branch="false"/>
633
- <line number="447" hits="0" branch="false"/>
634
- <line number="450" hits="0" branch="false"/>
635
- <line number="451" hits="0" branch="false"/>
636
- <line number="454" hits="7" branch="true" condition-coverage="100% (2/2)"/>
637
- <line number="455" hits="1" branch="true" condition-coverage="50% (1/2)"/>
638
- <line number="456" hits="1" branch="false"/>
639
- <line number="457" hits="1" branch="false"/>
640
- <line number="458" hits="1" branch="false"/>
641
- <line number="459" hits="4" branch="false"/>
642
- <line number="461" hits="1" branch="false"/>
643
- <line number="463" hits="0" branch="false"/>
644
- <line number="466" hits="6" branch="false"/>
645
- <line number="469" hits="3" branch="false"/>
646
- <line number="470" hits="3" branch="true" condition-coverage="50% (1/2)"/>
647
- <line number="471" hits="0" branch="false"/>
648
- <line number="473" hits="0" branch="false"/>
649
- <line number="476" hits="3" branch="false"/>
650
- <line number="477" hits="3" branch="false"/>
651
- <line number="478" hits="3" branch="false"/>
652
- <line number="479" hits="3" branch="false"/>
653
- <line number="480" hits="3" branch="false"/>
654
- <line number="482" hits="0" branch="false"/>
655
- <line number="485" hits="0" branch="false"/>
656
- </lines>
657
- </class>
658
- <class name="ArcGisFeatureQuery.ts" filename="src\ArcGisFeature\ArcGisFeatureQuery.ts" line-rate="1" branch-rate="0.9687">
659
- <methods>
660
- <method name="(anonymous_0)" hits="13" signature="()V">
661
- <lines>
662
- <line number="137" hits="13"/>
663
- </lines>
664
- </method>
665
- <method name="(anonymous_1)" hits="14" signature="()V">
666
- <lines>
667
- <line number="159" hits="14"/>
668
- </lines>
669
- </method>
670
- </methods>
671
- <lines>
672
- <line number="116" hits="1" branch="false"/>
673
- <line number="138" hits="13" branch="false"/>
674
- <line number="139" hits="13" branch="false"/>
675
- <line number="140" hits="13" branch="false"/>
676
- <line number="141" hits="13" branch="false"/>
677
- <line number="143" hits="13" branch="true" condition-coverage="100% (2/2)"/>
678
- <line number="144" hits="12" branch="false"/>
679
- <line number="145" hits="12" branch="false"/>
680
- <line number="146" hits="12" branch="false"/>
681
- <line number="147" hits="12" branch="false"/>
682
- <line number="148" hits="12" branch="false"/>
683
- <line number="149" hits="12" branch="false"/>
684
- <line number="150" hits="12" branch="false"/>
685
- <line number="151" hits="12" branch="false"/>
686
- <line number="152" hits="12" branch="false"/>
687
- <line number="153" hits="12" branch="false"/>
688
- <line number="154" hits="12" branch="false"/>
689
- <line number="160" hits="14" branch="false"/>
690
- <line number="162" hits="14" branch="false"/>
691
- <line number="164" hits="14" branch="true" condition-coverage="100% (2/2)"/>
692
- <line number="165" hits="1" branch="false"/>
693
- <line number="168" hits="14" branch="true" condition-coverage="100% (2/2)"/>
694
- <line number="169" hits="1" branch="false"/>
695
- <line number="172" hits="14" branch="true" condition-coverage="100% (2/2)"/>
696
- <line number="173" hits="7" branch="true" condition-coverage="100% (2/2)"/>
697
- <line number="176" hits="14" branch="true" condition-coverage="100% (2/2)"/>
698
- <line number="177" hits="11" branch="false"/>
699
- <line number="180" hits="14" branch="true" condition-coverage="100% (2/2)"/>
700
- <line number="181" hits="11" branch="false"/>
701
- <line number="184" hits="14" branch="true" condition-coverage="100% (2/2)"/>
702
- <line number="185" hits="11" branch="true" condition-coverage="50% (1/2)"/>
703
- <line number="188" hits="14" branch="false"/>
704
- <line number="190" hits="14" branch="true" condition-coverage="100% (4/4)"/>
705
- <line number="192" hits="13" branch="true" condition-coverage="100% (2/2)"/>
706
- <line number="193" hits="2" branch="false"/>
707
- <line number="196" hits="13" branch="true" condition-coverage="100% (2/2)"/>
708
- <line number="197" hits="12" branch="false"/>
709
- <line number="199" hits="12" branch="false"/>
710
- <line number="200" hits="12" branch="false"/>
711
- <line number="201" hits="12" branch="false"/>
712
- <line number="203" hits="12" branch="false"/>
713
- <line number="207" hits="1" branch="false"/>
714
- <line number="210" hits="14" branch="true" condition-coverage="100% (2/2)"/>
715
- <line number="211" hits="5" branch="false"/>
716
- <line number="212" hits="5" branch="false"/>
717
- <line number="215" hits="14" branch="true" condition-coverage="100% (2/2)"/>
718
- <line number="216" hits="5" branch="false"/>
719
- <line number="219" hits="14" branch="true" condition-coverage="100% (2/2)"/>
720
- <line number="220" hits="8" branch="false"/>
721
- <line number="223" hits="14" branch="false"/>
722
- </lines>
723
- </class>
724
- <class name="ArcGisFeatureReader.ts" filename="src\ArcGisFeature\ArcGisFeatureReader.ts" line-rate="1" branch-rate="1">
725
- <methods>
726
- <method name="(anonymous_0)" hits="22" signature="()V">
727
- <lines>
728
- <line number="24" hits="22"/>
729
- </lines>
730
- </method>
731
- <method name="(anonymous_1)" hits="20" signature="()V">
732
- <lines>
733
- <line number="33" hits="20"/>
734
- </lines>
735
- </method>
736
- <method name="(anonymous_2)" hits="421" signature="()V">
737
- <lines>
738
- <line number="37" hits="421"/>
739
- </lines>
740
- </method>
741
- </methods>
742
- <lines>
743
- <line number="6" hits="1" branch="false"/>
744
- <line number="13" hits="1" branch="false"/>
745
- <line number="19" hits="22" branch="false"/>
746
- <line number="25" hits="22" branch="false"/>
747
- <line number="26" hits="22" branch="false"/>
748
- <line number="33" hits="22" branch="false"/>
749
- <line number="34" hits="20" branch="true" condition-coverage="100% (2/2)"/>
750
- <line number="37" hits="22" branch="false"/>
751
- <line number="38" hits="421" branch="true" condition-coverage="100% (2/2)"/>
752
- <line number="39" hits="55" branch="false"/>
753
- <line number="40" hits="366" branch="true" condition-coverage="100% (4/4)"/>
754
- <line number="41" hits="13" branch="false"/>
755
- <line number="43" hits="353" branch="false"/>
756
- </lines>
757
- </class>
758
- <class name="ArcGisFeatureRenderer.ts" filename="src\ArcGisFeature\ArcGisFeatureRenderer.ts" line-rate="1" branch-rate="0.9687">
759
- <methods>
760
- <method name="(anonymous_0)" hits="27" signature="()V">
761
- <lines>
762
- <line number="14" hits="27"/>
763
- </lines>
764
- </method>
765
- <method name="(anonymous_1)" hits="10" signature="()V">
766
- <lines>
767
- <line number="20" hits="10"/>
768
- </lines>
769
- </method>
770
- <method name="(anonymous_2)" hits="7" signature="()V">
771
- <lines>
772
- <line number="23" hits="7"/>
773
- </lines>
774
- </method>
775
- <method name="(anonymous_3)" hits="162" signature="()V">
776
- <lines>
777
- <line number="27" hits="162"/>
778
- </lines>
779
- </method>
780
- <method name="(anonymous_4)" hits="18" signature="()V">
781
- <lines>
782
- <line number="31" hits="18"/>
783
- </lines>
784
- </method>
785
- <method name="(anonymous_5)" hits="5" signature="()V">
786
- <lines>
787
- <line number="35" hits="5"/>
788
- </lines>
789
- </method>
790
- <method name="(anonymous_6)" hits="14" signature="()V">
791
- <lines>
792
- <line number="39" hits="14"/>
793
- </lines>
794
- </method>
795
- <method name="(anonymous_7)" hits="16" signature="()V">
796
- <lines>
797
- <line number="51" hits="16"/>
798
- </lines>
799
- </method>
800
- <method name="(anonymous_8)" hits="9" signature="()V">
801
- <lines>
802
- <line number="125" hits="9"/>
803
- </lines>
804
- </method>
805
- </methods>
806
- <lines>
807
- <line number="9" hits="1" branch="false"/>
808
- <line number="15" hits="27" branch="false"/>
809
- <line number="16" hits="27" branch="false"/>
810
- <line number="17" hits="27" branch="false"/>
811
- <line number="20" hits="10" branch="false"/>
812
- <line number="24" hits="7" branch="false"/>
813
- <line number="28" hits="162" branch="false"/>
814
- <line number="32" hits="18" branch="false"/>
815
- <line number="36" hits="5" branch="false"/>
816
- <line number="40" hits="14" branch="false"/>
817
- <line number="52" hits="16" branch="true" condition-coverage="100% (4/4)"/>
818
- <line number="53" hits="2" branch="false"/>
819
- <line number="59" hits="14" branch="false"/>
820
- <line number="64" hits="14" branch="false"/>
821
- <line number="65" hits="14" branch="false"/>
822
- <line number="66" hits="18" branch="false"/>
823
- <line number="67" hits="18" branch="false"/>
824
- <line number="68" hits="180" branch="false"/>
825
- <line number="69" hits="180" branch="false"/>
826
- <line number="70" hits="180" branch="true" condition-coverage="100% (2/2)"/>
827
- <line number="72" hits="18" branch="true" condition-coverage="100% (2/2)"/>
828
- <line number="73" hits="17" branch="false"/>
829
- <line number="74" hits="17" branch="false"/>
830
- <line number="77" hits="18" branch="true" condition-coverage="100% (2/2)"/>
831
- <line number="78" hits="2" branch="false"/>
832
- <line number="79" hits="2" branch="false"/>
833
- <line number="80" hits="2" branch="false"/>
834
- <line number="83" hits="18" branch="false"/>
835
- <line number="88" hits="162" branch="true" condition-coverage="100% (2/2)"/>
836
- <line number="89" hits="161" branch="false"/>
837
- <line number="90" hits="161" branch="false"/>
838
- <line number="93" hits="162" branch="true" condition-coverage="100% (2/2)"/>
839
- <line number="94" hits="2" branch="false"/>
840
- <line number="95" hits="2" branch="false"/>
841
- <line number="96" hits="2" branch="false"/>
842
- <line number="98" hits="162" branch="false"/>
843
- <line number="102" hits="18" branch="false"/>
844
- <line number="103" hits="18" branch="true" condition-coverage="100% (2/2)"/>
845
- <line number="105" hits="7" branch="false"/>
846
- <line number="109" hits="14" branch="true" condition-coverage="100% (2/2)"/>
847
- <line number="110" hits="5" branch="false"/>
848
- <line number="111" hits="5" branch="false"/>
849
- <line number="114" hits="14" branch="false"/>
850
- <line number="115" hits="14" branch="false"/>
851
- <line number="127" hits="9" branch="true" condition-coverage="100% (4/4)"/>
852
- <line number="128" hits="2" branch="false"/>
853
- <line number="130" hits="7" branch="false"/>
854
- <line number="131" hits="7" branch="true" condition-coverage="100% (2/2)"/>
855
- <line number="133" hits="4" branch="true" condition-coverage="50% (1/2)"/>
856
- <line number="135" hits="4" branch="true" condition-coverage="100% (2/2)"/>
857
- <line number="136" hits="1" branch="false"/>
858
- <line number="137" hits="1" branch="false"/>
859
- <line number="139" hits="3" branch="false"/>
860
- <line number="145" hits="3" branch="false"/>
861
- <line number="146" hits="3" branch="false"/>
862
- <line number="147" hits="3" branch="false"/>
863
- <line number="148" hits="6" branch="false"/>
864
- <line number="149" hits="6" branch="false"/>
865
- <line number="151" hits="6" branch="true" condition-coverage="100% (2/2)"/>
866
- <line number="152" hits="2" branch="false"/>
867
- <line number="153" hits="2" branch="false"/>
868
- <line number="156" hits="6" branch="true" condition-coverage="100% (2/2)"/>
869
- <line number="157" hits="4" branch="false"/>
870
- <line number="158" hits="4" branch="false"/>
871
- <line number="159" hits="4" branch="false"/>
872
- <line number="162" hits="6" branch="false"/>
873
- <line number="165" hits="3" branch="false"/>
874
- </lines>
875
- </class>
876
- <class name="ArcGisFeatureResponse.ts" filename="src\ArcGisFeature\ArcGisFeatureResponse.ts" line-rate="0.8571" branch-rate="0.8571">
877
- <methods>
878
- <method name="(anonymous_0)" hits="21" signature="()V">
879
- <lines>
880
- <line number="38" hits="21"/>
881
- </lines>
882
- </method>
883
- <method name="(anonymous_1)" hits="8" signature="()V">
884
- <lines>
885
- <line number="44" hits="8"/>
886
- </lines>
887
- </method>
888
- </methods>
889
- <lines>
890
- <line number="7" hits="1" branch="false"/>
891
- <line number="32" hits="1" branch="false"/>
892
- <line number="39" hits="21" branch="false"/>
893
- <line number="40" hits="21" branch="false"/>
894
- <line number="41" hits="21" branch="false"/>
895
- <line number="46" hits="8" branch="false"/>
896
- <line number="47" hits="8" branch="false"/>
897
- <line number="48" hits="8" branch="true" condition-coverage="100% (4/4)"/>
898
- <line number="49" hits="3" branch="false"/>
899
- <line number="51" hits="5" branch="true" condition-coverage="100% (2/2)"/>
900
- <line number="52" hits="3" branch="false"/>
901
- <line number="53" hits="3" branch="true" condition-coverage="75% (3/4)"/>
902
- <line number="54" hits="0" branch="false"/>
903
- <line number="56" hits="3" branch="false"/>
904
- <line number="57" hits="3" branch="false"/>
905
- <line number="58" hits="3" branch="false"/>
906
- <line number="61" hits="2" branch="false"/>
907
- <line number="62" hits="2" branch="true" condition-coverage="75% (3/4)"/>
908
- <line number="63" hits="0" branch="false"/>
909
- <line number="65" hits="2" branch="false"/>
910
- <line number="69" hits="0" branch="false"/>
911
- </lines>
912
- </class>
913
- <class name="ArcGisSymbologyRenderer.ts" filename="src\ArcGisFeature\ArcGisSymbologyRenderer.ts" line-rate="0.8969" branch-rate="0.7646999999999999">
914
- <methods>
915
- <method name="colorFromArray" hits="42" signature="()V">
916
- <lines>
917
- <line number="11" hits="42"/>
918
- </lines>
919
- </method>
920
- <method name="(anonymous_1)" hits="32" signature="()V">
921
- <lines>
922
- <line number="42" hits="32"/>
923
- </lines>
924
- </method>
925
- <method name="(anonymous_2)" hits="26" signature="()V">
926
- <lines>
927
- <line number="43" hits="26"/>
928
- </lines>
929
- </method>
930
- <method name="(anonymous_3)" hits="19" signature="()V">
931
- <lines>
932
- <line number="44" hits="19"/>
933
- </lines>
934
- </method>
935
- <method name="(anonymous_4)" hits="8" signature="()V">
936
- <lines>
937
- <line number="45" hits="8"/>
938
- </lines>
939
- </method>
940
- <method name="(anonymous_5)" hits="22" signature="()V">
941
- <lines>
942
- <line number="47" hits="22"/>
943
- </lines>
944
- </method>
945
- <method name="(anonymous_6)" hits="22" signature="()V">
946
- <lines>
947
- <line number="51" hits="22"/>
948
- </lines>
949
- </method>
950
- <method name="(anonymous_7)" hits="8" signature="()V">
951
- <lines>
952
- <line number="73" hits="8"/>
953
- </lines>
954
- </method>
955
- <method name="(anonymous_8)" hits="0" signature="()V">
956
- <lines>
957
- <line number="74" hits="0"/>
958
- </lines>
959
- </method>
960
- <method name="(anonymous_9)" hits="21" signature="()V">
961
- <lines>
962
- <line number="75" hits="21"/>
963
- </lines>
964
- </method>
965
- <method name="(anonymous_10)" hits="15" signature="()V">
966
- <lines>
967
- <line number="76" hits="15"/>
968
- </lines>
969
- </method>
970
- <method name="(anonymous_11)" hits="2" signature="()V">
971
- <lines>
972
- <line number="77" hits="2"/>
973
- </lines>
974
- </method>
975
- <method name="(anonymous_12)" hits="21" signature="()V">
976
- <lines>
977
- <line number="78" hits="21"/>
978
- </lines>
979
- </method>
980
- <method name="(anonymous_13)" hits="14" signature="()V">
981
- <lines>
982
- <line number="79" hits="14"/>
983
- </lines>
984
- </method>
985
- <method name="(anonymous_14)" hits="14" signature="()V">
986
- <lines>
987
- <line number="80" hits="14"/>
988
- </lines>
989
- </method>
990
- <method name="(anonymous_15)" hits="2" signature="()V">
991
- <lines>
992
- <line number="81" hits="2"/>
993
- </lines>
994
- </method>
995
- <method name="(anonymous_16)" hits="2" signature="()V">
996
- <lines>
997
- <line number="82" hits="2"/>
998
- </lines>
999
- </method>
1000
- <method name="(anonymous_17)" hits="0" signature="()V">
1001
- <lines>
1002
- <line number="83" hits="0"/>
1003
- </lines>
1004
- </method>
1005
- <method name="(anonymous_18)" hits="15" signature="()V">
1006
- <lines>
1007
- <line number="85" hits="15"/>
1008
- </lines>
1009
- </method>
1010
- <method name="(anonymous_19)" hits="15" signature="()V">
1011
- <lines>
1012
- <line number="91" hits="15"/>
1013
- </lines>
1014
- </method>
1015
- <method name="(anonymous_20)" hits="10" signature="()V">
1016
- <lines>
1017
- <line number="110" hits="10"/>
1018
- </lines>
1019
- </method>
1020
- <method name="(anonymous_21)" hits="11" signature="()V">
1021
- <lines>
1022
- <line number="111" hits="11"/>
1023
- </lines>
1024
- </method>
1025
- <method name="(anonymous_22)" hits="6" signature="()V">
1026
- <lines>
1027
- <line number="112" hits="6"/>
1028
- </lines>
1029
- </method>
1030
- <method name="(anonymous_23)" hits="12" signature="()V">
1031
- <lines>
1032
- <line number="113" hits="12"/>
1033
- </lines>
1034
- </method>
1035
- <method name="(anonymous_24)" hits="7" signature="()V">
1036
- <lines>
1037
- <line number="114" hits="7"/>
1038
- </lines>
1039
- </method>
1040
- <method name="(anonymous_25)" hits="7" signature="()V">
1041
- <lines>
1042
- <line number="120" hits="7"/>
1043
- </lines>
1044
- </method>
1045
- <method name="(anonymous_26)" hits="53" signature="()V">
1046
- <lines>
1047
- <line number="153" hits="53"/>
1048
- </lines>
1049
- </method>
1050
- <method name="(anonymous_27)" hits="5" signature="()V">
1051
- <lines>
1052
- <line number="188" hits="5"/>
1053
- </lines>
1054
- </method>
1055
- <method name="(anonymous_28)" hits="14" signature="()V">
1056
- <lines>
1057
- <line number="202" hits="14"/>
1058
- </lines>
1059
- </method>
1060
- <method name="(anonymous_29)" hits="2" signature="()V">
1061
- <lines>
1062
- <line number="223" hits="2"/>
1063
- </lines>
1064
- </method>
1065
- </methods>
1066
- <lines>
1067
- <line number="6" hits="1" branch="false"/>
1068
- <line number="7" hits="1" branch="false"/>
1069
- <line number="12" hits="42" branch="true" condition-coverage="75% (3/4)"/>
1070
- <line number="14" hits="42" branch="false"/>
1071
- <line number="16" hits="0" branch="false"/>
1072
- <line number="19" hits="1" branch="false"/>
1073
- <line number="39" hits="1" branch="false"/>
1074
- <line number="42" hits="32" branch="false"/>
1075
- <line number="43" hits="26" branch="false"/>
1076
- <line number="44" hits="19" branch="false"/>
1077
- <line number="45" hits="8" branch="false"/>
1078
- <line number="48" hits="22" branch="false"/>
1079
- <line number="52" hits="22" branch="false"/>
1080
- <line number="69" hits="1" branch="false"/>
1081
- <line number="73" hits="8" branch="false"/>
1082
- <line number="74" hits="0" branch="false"/>
1083
- <line number="75" hits="21" branch="false"/>
1084
- <line number="76" hits="15" branch="false"/>
1085
- <line number="77" hits="2" branch="false"/>
1086
- <line number="78" hits="21" branch="false"/>
1087
- <line number="79" hits="14" branch="false"/>
1088
- <line number="80" hits="14" branch="false"/>
1089
- <line number="81" hits="2" branch="false"/>
1090
- <line number="82" hits="2" branch="false"/>
1091
- <line number="83" hits="0" branch="false"/>
1092
- <line number="86" hits="15" branch="false"/>
1093
- <line number="87" hits="15" branch="false"/>
1094
- <line number="88" hits="15" branch="false"/>
1095
- <line number="92" hits="15" branch="false"/>
1096
- <line number="106" hits="1" branch="false"/>
1097
- <line number="110" hits="10" branch="false"/>
1098
- <line number="111" hits="11" branch="false"/>
1099
- <line number="112" hits="6" branch="false"/>
1100
- <line number="113" hits="12" branch="false"/>
1101
- <line number="115" hits="7" branch="false"/>
1102
- <line number="116" hits="7" branch="true" condition-coverage="100% (2/2)"/>
1103
- <line number="117" hits="5" branch="false"/>
1104
- <line number="121" hits="7" branch="false"/>
1105
- <line number="126" hits="1" branch="false"/>
1106
- <line number="129" hits="1" branch="false"/>
1107
- <line number="140" hits="1" branch="false"/>
1108
- <line number="147" hits="1" branch="false"/>
1109
- <line number="155" hits="53" branch="true" condition-coverage="100% (2/2)"/>
1110
- <line number="156" hits="28" branch="false"/>
1111
- <line number="157" hits="25" branch="true" condition-coverage="100% (2/2)"/>
1112
- <line number="158" hits="1" branch="false"/>
1113
- <line number="161" hits="53" branch="true" condition-coverage="100% (2/2)"/>
1114
- <line number="162" hits="29" branch="true" condition-coverage="100% (2/2)"/>
1115
- <line number="163" hits="5" branch="false"/>
1116
- <line number="164" hits="24" branch="true" condition-coverage="100% (2/2)"/>
1117
- <line number="165" hits="13" branch="false"/>
1118
- <line number="166" hits="11" branch="true" condition-coverage="50% (1/2)"/>
1119
- <line number="167" hits="11" branch="false"/>
1120
- <line number="174" hits="53" branch="true" condition-coverage="100% (2/2)"/>
1121
- <line number="175" hits="24" branch="false"/>
1122
- <line number="176" hits="24" branch="true" condition-coverage="100% (4/4)"/>
1123
- <line number="177" hits="2" branch="false"/>
1124
- <line number="178" hits="22" branch="true" condition-coverage="100% (4/4)"/>
1125
- <line number="179" hits="2" branch="false"/>
1126
- <line number="180" hits="20" branch="true" condition-coverage="100% (2/2)"/>
1127
- <line number="181" hits="1" branch="false"/>
1128
- <line number="183" hits="19" branch="false"/>
1129
- <line number="189" hits="5" branch="true" condition-coverage="50% (1/2)"/>
1130
- <line number="190" hits="0" branch="false"/>
1131
- <line number="192" hits="5" branch="true" condition-coverage="100% (2/2)"/>
1132
- <line number="193" hits="4" branch="false"/>
1133
- <line number="194" hits="4" branch="true" condition-coverage="75% (3/4)"/>
1134
- <line number="195" hits="4" branch="false"/>
1135
- <line number="197" hits="0" branch="false"/>
1136
- <line number="203" hits="14" branch="true" condition-coverage="50% (1/2)"/>
1137
- <line number="204" hits="0" branch="false"/>
1138
- <line number="207" hits="14" branch="true" condition-coverage="100% (2/2)"/>
1139
- <line number="208" hits="4" branch="false"/>
1140
- <line number="209" hits="4" branch="true" condition-coverage="75% (3/4)"/>
1141
- <line number="210" hits="4" branch="false"/>
1142
- <line number="212" hits="10" branch="true" condition-coverage="50% (1/2)"/>
1143
- <line number="213" hits="10" branch="false"/>
1144
- <line number="216" hits="14" branch="true" condition-coverage="50% (1/2)"/>
1145
- <line number="217" hits="14" branch="true" condition-coverage="50% (1/2)"/>
1146
- <line number="218" hits="14" branch="false"/>
1147
- <line number="219" hits="14" branch="false"/>
1148
- <line number="224" hits="2" branch="true" condition-coverage="50% (1/2)"/>
1149
- <line number="225" hits="0" branch="false"/>
1150
- <line number="227" hits="2" branch="true" condition-coverage="50% (1/2)"/>
1151
- <line number="228" hits="2" branch="false"/>
1152
- <line number="229" hits="2" branch="false"/>
1153
- <line number="230" hits="2" branch="true" condition-coverage="50% (1/2)"/>
1154
- <line number="231" hits="0" branch="false"/>
1155
- <line number="232" hits="2" branch="true" condition-coverage="50% (1/2)"/>
1156
- <line number="233" hits="2" branch="false"/>
1157
- <line number="235" hits="2" branch="true" condition-coverage="50% (1/2)"/>
1158
- <line number="236" hits="0" branch="false"/>
1159
- <line number="237" hits="2" branch="true" condition-coverage="50% (1/2)"/>
1160
- <line number="238" hits="2" branch="false"/>
1161
- <line number="240" hits="2" branch="true" condition-coverage="75% (3/4)"/>
1162
- <line number="241" hits="2" branch="false"/>
1163
- <line number="243" hits="0" branch="false"/>
1164
- </lines>
1165
- </class>
1166
- </classes>
1167
- </package>
1168
- </packages>
1169
- </coverage>