@vertigis/arcgis-extensions 48.3.4 → 48.4.0

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 (77) hide show
  1. package/data/FeatureSettings.d.ts +2 -2
  2. package/data/FeatureSettings.js +1 -1
  3. package/data/FeatureSourceBase.js +1 -1
  4. package/data/FieldExtension.d.ts +1 -1
  5. package/data/PopupContentExtension.d.ts +1 -1
  6. package/data/Schema.js +1 -1
  7. package/docs/html/assets/navigation.js +1 -1
  8. package/docs/html/assets/search.js +1 -1
  9. package/docs/html/classes/data_FeatureList.FeatureList.html +1 -1
  10. package/docs/html/classes/data_FeatureSourceBase.RelationshipCollection.html +1 -1
  11. package/docs/html/classes/mapping_ArcGISSublayerExtension.ArcGISSublayerRelationshipCollection.html +1 -1
  12. package/docs/html/classes/mapping_GroupLayerExtension.GroupLayerExtensionCollection.html +1 -1
  13. package/docs/html/classes/mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerRelationshipCollection.html +1 -1
  14. package/docs/html/classes/mapping_SubtypeSublayerExtension.SubtypeSublayerRelationshipCollection.html +1 -1
  15. package/docs/html/classes/mapping_WMSLayerExtension.WMSLayerExtension.html +4 -4
  16. package/docs/html/classes/mapping__LayerExtensionCollectionImpl.LayerExtensionCollectionImpl.html +1 -1
  17. package/docs/html/classes/mapping__SublayerExtension.SubSublayerExtensionCollection.html +1 -1
  18. package/docs/html/classes/mapping_support_ArrayWrappedCollection.ArrayWrappedCollection.html +1 -1
  19. package/docs/html/classes/mapping_support__LayerExtensionCollection.LayerExtensionCollectionBase.html +1 -1
  20. package/docs/html/classes/mapping_support__SublayerExtensionCollection.SublayerExtensionCollectionBase.html +1 -1
  21. package/docs/html/classes/support_InitializableCollectionProxy.InitializableCollectionProxy.html +1 -1
  22. package/docs/html/classes/support_ReadOnlyInitializableCollection.ReadOnlyInitializableCollection.html +1 -1
  23. package/docs/html/classes/support__ArcGISRelationshipCollection.ArcGISRelationshipCollection.html +1 -1
  24. package/docs/html/classes/tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html +1 -1
  25. package/docs/html/classes/tasks_identify_WMSLayerFeatureInfoIdentifyProvider.WMSLayerFeatureInfoIdentifyProvider.html +62 -0
  26. package/docs/html/classes/utilities_CollectionProxy.CollectionProxy.html +1 -1
  27. package/docs/html/classes/utilities_CopyOnWriteCollection.CopyOnWriteCollection.html +1 -1
  28. package/docs/html/classes/utilities_MapTransformCollection.MapTransformCollection.html +1 -1
  29. package/docs/html/classes/utilities_ReadOnlyCollection.ReadOnlyCollection.html +1 -1
  30. package/docs/html/functions/mapping_support_ogc.wfsFeatureCollectionToFeatures.html +2 -2
  31. package/docs/html/functions/utilities_array.groupBy.html +2 -2
  32. package/docs/html/functions/utilities_asyncIterable.find.html +2 -2
  33. package/docs/html/functions/utilities_iterable.map.html +2 -2
  34. package/docs/html/functions/utilities_object.filter.html +2 -2
  35. package/docs/html/functions/utilities_promise.each.html +3 -33
  36. package/docs/html/functions/utilities_promise.map.html +3 -51
  37. package/docs/html/functions/utilities_promise.parallelEach.html +3 -14
  38. package/docs/html/functions/utilities_promise.reduce.html +4 -60
  39. package/docs/html/functions/utilities_uri.isRelativeUri.html +3 -1
  40. package/docs/html/hierarchy.html +1 -1
  41. package/docs/html/modules/support_esri.html +2 -0
  42. package/docs/html/modules/tasks_identify_WMSLayerFeatureInfoIdentifyProvider.html +2 -0
  43. package/docs/html/modules/tasks_identify_defaultProviders.html +2 -1
  44. package/docs/html/modules.html +1 -0
  45. package/docs/html/types/support_esri.FeatureEditResultError.html +1 -0
  46. package/docs/html/types/support_esri.RequestResponse.html +1 -0
  47. package/docs/html/variables/utilities_scaleRanges.wellKnownScaleRanges.html +1 -1
  48. package/docs/html/variables/version.version.html +1 -1
  49. package/json/WMSLayerJson.d.ts +1 -1
  50. package/mapping/WMSLayerExtension.d.ts +1 -0
  51. package/mapping/WMSLayerExtension.js +1 -1
  52. package/mapping/support/ogc.d.ts +1 -1
  53. package/mapping/support/ogc.js +1 -1
  54. package/package.json +1 -1
  55. package/support/Settings.d.ts +2 -2
  56. package/support/esri.d.ts +2 -0
  57. package/tasks/geocoding/Geocoder.d.ts +1 -1
  58. package/tasks/identify/IdentifyService.js +1 -1
  59. package/tasks/identify/WMSLayerFeatureInfoIdentifyProvider.d.ts +38 -0
  60. package/tasks/identify/WMSLayerFeatureInfoIdentifyProvider.js +1 -0
  61. package/tasks/identify/defaultProviders.d.ts +1 -0
  62. package/tasks/identify/defaultProviders.js +1 -1
  63. package/utilities/CollectionProxy.d.ts +7 -1
  64. package/utilities/CollectionProxy.js +1 -1
  65. package/utilities/_gml.js +1 -1
  66. package/utilities/_ogc.d.ts +1 -1
  67. package/utilities/array.d.ts +1 -1
  68. package/utilities/asyncIterable.d.ts +1 -1
  69. package/utilities/iterable.d.ts +1 -1
  70. package/utilities/object.d.ts +1 -1
  71. package/utilities/promise.d.ts +5 -194
  72. package/utilities/promise.js +1 -1
  73. package/utilities/scaleRanges.d.ts +2 -2
  74. package/utilities/scaleRanges.js +1 -1
  75. package/utilities/uri.d.ts +3 -1
  76. package/version.d.ts +1 -1
  77. package/version.js +1 -1
@@ -135,7 +135,7 @@ there is no match.</p>
135
135
  array of the returned values.</p>
136
136
  </div><section class="tsd-panel"><h4>Type Parameters</h4><ul class="tsd-type-parameter-list"><li><span><a id="map.map-1.U" class="tsd-anchor"></a><span class="tsd-kind-type-parameter">U</span></span></li></ul></section><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">callback</span>: <a href="../types/support_esri.ItemMapCallback.html" class="tsd-signature-type tsd-kind-type-alias">ItemMapCallback</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="support_ReadOnlyInitializableCollection.ReadOnlyInitializableCollection.html#constructor.new_ReadOnlyInitializableCollection.T-1">T</a><span class="tsd-signature-symbol">, </span><a class="tsd-signature-type tsd-kind-type-parameter" href="data_FeatureList.FeatureList.html#map.map-1.U">U</a><span class="tsd-signature-symbol">&gt;</span></span><div class="tsd-comment tsd-typography"><p>The function that processes each item in the Collection
137
137
  and returns a new value at the same index of the original item.</p>
138
- </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="data_FeatureList.FeatureList.html#map.map-1.U">U</a><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="utilities_ReadOnlyCollection.ReadOnlyCollection.html">ReadOnlyCollection</a>.<a href="utilities_ReadOnlyCollection.ReadOnlyCollection.html#map">map</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="on" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>on</span><a href="#on" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="on.on-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">args</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#on.on-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><code class="tsd-tag">Rest</code><span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">args</span>: <br/><span>    </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-symbol">[</span>type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;after-changes&quot;</span><span class="tsd-signature-symbol">, </span>listener<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">CollectionAfterChangesEventHandler</span><span class="tsd-signature-symbol">]</span><br/><span>    </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-symbol">[</span>type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;before-changes&quot;</span><span class="tsd-signature-symbol">, </span>listener<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">CollectionBeforeChangesEventHandler</span><span class="tsd-signature-symbol">]</span><br/><span>    </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-symbol">[</span>type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;after-add&quot;</span><span class="tsd-signature-symbol">, </span>listener<span class="tsd-signature-symbol">: </span><a href="../types/support_esri.CollectionAfterAddEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionAfterAddEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="support_ReadOnlyInitializableCollection.ReadOnlyInitializableCollection.html#constructor.new_ReadOnlyInitializableCollection.T-1">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">]</span><br/><span>    </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-symbol">[</span>type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;after-remove&quot;</span><span class="tsd-signature-symbol">, </span>listener<span class="tsd-signature-symbol">: </span><a href="../types/support_esri.CollectionAfterRemoveEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionAfterRemoveEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="support_ReadOnlyInitializableCollection.ReadOnlyInitializableCollection.html#constructor.new_ReadOnlyInitializableCollection.T-1">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">]</span><br/><span>    </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-symbol">[</span>type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;before-add&quot;</span><span class="tsd-signature-symbol">, </span>listener<span class="tsd-signature-symbol">: </span><a href="../types/support_esri.CollectionBeforeAddEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionBeforeAddEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="support_ReadOnlyInitializableCollection.ReadOnlyInitializableCollection.html#constructor.new_ReadOnlyInitializableCollection.T-1">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">]</span><br/><span>    </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-symbol">[</span>type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;before-remove&quot;</span><span class="tsd-signature-symbol">, </span>listener<span class="tsd-signature-symbol">: </span><a href="../types/support_esri.CollectionBeforeRemoveEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionBeforeRemoveEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="support_ReadOnlyInitializableCollection.ReadOnlyInitializableCollection.html#constructor.new_ReadOnlyInitializableCollection.T-1">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">]</span><br/><span>    </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-symbol">[</span>type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;change&quot;</span><span class="tsd-signature-symbol">, </span>listener<span class="tsd-signature-symbol">: </span><a href="../types/support_esri.CollectionChangeEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionChangeEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="support_ReadOnlyInitializableCollection.ReadOnlyInitializableCollection.html#constructor.new_ReadOnlyInitializableCollection.T-1">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">]</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4><aside class="tsd-sources"><p>Inherited from <a href="utilities_ReadOnlyCollection.ReadOnlyCollection.html">ReadOnlyCollection</a>.<a href="utilities_ReadOnlyCollection.ReadOnlyCollection.html#on">on</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="pop" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>pop</span><a href="#pop" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="pop.pop-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">pop</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a class="tsd-signature-type tsd-kind-type-parameter" href="support_ReadOnlyInitializableCollection.ReadOnlyInitializableCollection.html#constructor.new_ReadOnlyInitializableCollection.T-1">T</a><a href="#pop.pop-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Removes the last item from the collection and returns it.</p>
138
+ </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="data_FeatureList.FeatureList.html#map.map-1.U">U</a><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="utilities_ReadOnlyCollection.ReadOnlyCollection.html">ReadOnlyCollection</a>.<a href="utilities_ReadOnlyCollection.ReadOnlyCollection.html#map">map</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="on" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>on</span><a href="#on" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="on.on-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">type</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#on.on-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">type</span>: <span class="tsd-signature-type">&quot;after-add&quot;</span></span></li><li><span><span class="tsd-kind-parameter">listener</span>: <a href="../types/support_esri.CollectionAfterAddEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionAfterAddEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="support_ReadOnlyInitializableCollection.ReadOnlyInitializableCollection.html#constructor.new_ReadOnlyInitializableCollection.T-1">T</a><span class="tsd-signature-symbol">&gt;</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4><aside class="tsd-sources"><p>Inherited from <a href="utilities_ReadOnlyCollection.ReadOnlyCollection.html">ReadOnlyCollection</a>.<a href="utilities_ReadOnlyCollection.ReadOnlyCollection.html#on">on</a></p></aside></li><li class="tsd-signature tsd-anchor-link"><a id="on.on-2" class="tsd-anchor"></a><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">type</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#on.on-2" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">type</span>: <span class="tsd-signature-type">&quot;after-changes&quot;</span></span></li><li><span><span class="tsd-kind-parameter">listener</span>: <span class="tsd-signature-type">CollectionAfterChangesEventHandler</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4><aside class="tsd-sources"><p>Inherited from <a href="utilities_ReadOnlyCollection.ReadOnlyCollection.html">ReadOnlyCollection</a>.<a href="utilities_ReadOnlyCollection.ReadOnlyCollection.html#on">on</a></p></aside></li><li class="tsd-signature tsd-anchor-link"><a id="on.on-3" class="tsd-anchor"></a><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">type</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#on.on-3" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">type</span>: <span class="tsd-signature-type">&quot;after-remove&quot;</span></span></li><li><span><span class="tsd-kind-parameter">listener</span>: <a href="../types/support_esri.CollectionAfterRemoveEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionAfterRemoveEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="support_ReadOnlyInitializableCollection.ReadOnlyInitializableCollection.html#constructor.new_ReadOnlyInitializableCollection.T-1">T</a><span class="tsd-signature-symbol">&gt;</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4><aside class="tsd-sources"><p>Inherited from <a href="utilities_ReadOnlyCollection.ReadOnlyCollection.html">ReadOnlyCollection</a>.<a href="utilities_ReadOnlyCollection.ReadOnlyCollection.html#on">on</a></p></aside></li><li class="tsd-signature tsd-anchor-link"><a id="on.on-4" class="tsd-anchor"></a><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">type</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#on.on-4" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">type</span>: <span class="tsd-signature-type">&quot;before-add&quot;</span></span></li><li><span><span class="tsd-kind-parameter">listener</span>: <a href="../types/support_esri.CollectionBeforeAddEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionBeforeAddEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="support_ReadOnlyInitializableCollection.ReadOnlyInitializableCollection.html#constructor.new_ReadOnlyInitializableCollection.T-1">T</a><span class="tsd-signature-symbol">&gt;</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4><aside class="tsd-sources"><p>Inherited from <a href="utilities_ReadOnlyCollection.ReadOnlyCollection.html">ReadOnlyCollection</a>.<a href="utilities_ReadOnlyCollection.ReadOnlyCollection.html#on">on</a></p></aside></li><li class="tsd-signature tsd-anchor-link"><a id="on.on-5" class="tsd-anchor"></a><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">type</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#on.on-5" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">type</span>: <span class="tsd-signature-type">&quot;before-changes&quot;</span></span></li><li><span><span class="tsd-kind-parameter">listener</span>: <span class="tsd-signature-type">CollectionBeforeChangesEventHandler</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4><aside class="tsd-sources"><p>Inherited from <a href="utilities_ReadOnlyCollection.ReadOnlyCollection.html">ReadOnlyCollection</a>.<a href="utilities_ReadOnlyCollection.ReadOnlyCollection.html#on">on</a></p></aside></li><li class="tsd-signature tsd-anchor-link"><a id="on.on-6" class="tsd-anchor"></a><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">type</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#on.on-6" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">type</span>: <span class="tsd-signature-type">&quot;before-remove&quot;</span></span></li><li><span><span class="tsd-kind-parameter">listener</span>: <a href="../types/support_esri.CollectionBeforeRemoveEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionBeforeRemoveEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="support_ReadOnlyInitializableCollection.ReadOnlyInitializableCollection.html#constructor.new_ReadOnlyInitializableCollection.T-1">T</a><span class="tsd-signature-symbol">&gt;</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4><aside class="tsd-sources"><p>Inherited from <a href="utilities_ReadOnlyCollection.ReadOnlyCollection.html">ReadOnlyCollection</a>.<a href="utilities_ReadOnlyCollection.ReadOnlyCollection.html#on">on</a></p></aside></li><li class="tsd-signature tsd-anchor-link"><a id="on.on-7" class="tsd-anchor"></a><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">type</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#on.on-7" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">type</span>: <span class="tsd-signature-type">&quot;change&quot;</span></span></li><li><span><span class="tsd-kind-parameter">listener</span>: <a href="../types/support_esri.CollectionChangeEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionChangeEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="support_ReadOnlyInitializableCollection.ReadOnlyInitializableCollection.html#constructor.new_ReadOnlyInitializableCollection.T-1">T</a><span class="tsd-signature-symbol">&gt;</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4><aside class="tsd-sources"><p>Inherited from <a href="utilities_ReadOnlyCollection.ReadOnlyCollection.html">ReadOnlyCollection</a>.<a href="utilities_ReadOnlyCollection.ReadOnlyCollection.html#on">on</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="pop" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>pop</span><a href="#pop" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="pop.pop-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">pop</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a class="tsd-signature-type tsd-kind-type-parameter" href="support_ReadOnlyInitializableCollection.ReadOnlyInitializableCollection.html#constructor.new_ReadOnlyInitializableCollection.T-1">T</a><a href="#pop.pop-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Removes the last item from the collection and returns it.</p>
139
139
  </div><h4 class="tsd-returns-title">Returns <a class="tsd-signature-type tsd-kind-type-parameter" href="support_ReadOnlyInitializableCollection.ReadOnlyInitializableCollection.html#constructor.new_ReadOnlyInitializableCollection.T-1">T</a></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="utilities_ReadOnlyCollection.ReadOnlyCollection.html">ReadOnlyCollection</a>.<a href="utilities_ReadOnlyCollection.ReadOnlyCollection.html#pop">pop</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="push" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>push</span><a href="#push" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="push.push-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">push</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">item</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><a href="#push.push-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Adds an item to the end of the collection.</p>
140
140
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">item</span>: <a class="tsd-signature-type tsd-kind-type-parameter" href="support_ReadOnlyInitializableCollection.ReadOnlyInitializableCollection.html#constructor.new_ReadOnlyInitializableCollection.T-1">T</a></span><div class="tsd-comment tsd-typography"><p>The item to add.</p>
141
141
  </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="utilities_ReadOnlyCollection.ReadOnlyCollection.html">ReadOnlyCollection</a>.<a href="utilities_ReadOnlyCollection.ReadOnlyCollection.html#push">push</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="reduce" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>reduce</span><a href="#reduce" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="reduce.reduce-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">reduce</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="support_ReadOnlyInitializableCollection.ReadOnlyInitializableCollection.html#reduce.reduce-1.U-1">U</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">callback</span>, <span class="tsd-kind-parameter">initialValue</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a class="tsd-signature-type tsd-kind-type-parameter" href="data_FeatureList.FeatureList.html#reduce.reduce-1.U-1">U</a><a href="#reduce.reduce-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Reduces all items in the collection (from left to right) into a single
@@ -145,7 +145,7 @@ there is no match.</p>
145
145
  array of the returned values.</p>
146
146
  </div><section class="tsd-panel"><h4>Type Parameters</h4><ul class="tsd-type-parameter-list"><li><span><a id="map.map-1.U" class="tsd-anchor"></a><span class="tsd-kind-type-parameter">U</span></span></li></ul></section><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">callback</span>: <a href="../types/support_esri.ItemMapCallback.html" class="tsd-signature-type tsd-kind-type-alias">ItemMapCallback</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><span class="tsd-signature-symbol">, </span><a class="tsd-signature-type tsd-kind-type-parameter" href="data_FeatureList.FeatureList.html#map.map-1.U">U</a><span class="tsd-signature-symbol">&gt;</span></span><div class="tsd-comment tsd-typography"><p>The function that processes each item in the Collection
147
147
  and returns a new value at the same index of the original item.</p>
148
- </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="data_FeatureList.FeatureList.html#map.map-1.U">U</a><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.RelationshipCollection.html">RelationshipCollection</a>.<a href="data_FeatureSourceBase.RelationshipCollection.html#map">map</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="on" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>on</span><a href="#on" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="on.on-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">args</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#on.on-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><code class="tsd-tag">Rest</code><span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">args</span>: <br/><span>    </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-symbol">[</span>type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;after-changes&quot;</span><span class="tsd-signature-symbol">, </span>listener<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">CollectionAfterChangesEventHandler</span><span class="tsd-signature-symbol">]</span><br/><span>    </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-symbol">[</span>type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;before-changes&quot;</span><span class="tsd-signature-symbol">, </span>listener<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">CollectionBeforeChangesEventHandler</span><span class="tsd-signature-symbol">]</span><br/><span>    </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-symbol">[</span>type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;after-add&quot;</span><span class="tsd-signature-symbol">, </span>listener<span class="tsd-signature-symbol">: </span><a href="../types/support_esri.CollectionAfterAddEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionAfterAddEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">]</span><br/><span>    </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-symbol">[</span>type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;after-remove&quot;</span><span class="tsd-signature-symbol">, </span>listener<span class="tsd-signature-symbol">: </span><a href="../types/support_esri.CollectionAfterRemoveEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionAfterRemoveEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">]</span><br/><span>    </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-symbol">[</span>type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;before-add&quot;</span><span class="tsd-signature-symbol">, </span>listener<span class="tsd-signature-symbol">: </span><a href="../types/support_esri.CollectionBeforeAddEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionBeforeAddEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">]</span><br/><span>    </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-symbol">[</span>type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;before-remove&quot;</span><span class="tsd-signature-symbol">, </span>listener<span class="tsd-signature-symbol">: </span><a href="../types/support_esri.CollectionBeforeRemoveEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionBeforeRemoveEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">]</span><br/><span>    </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-symbol">[</span>type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;change&quot;</span><span class="tsd-signature-symbol">, </span>listener<span class="tsd-signature-symbol">: </span><a href="../types/support_esri.CollectionChangeEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionChangeEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">]</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.RelationshipCollection.html">RelationshipCollection</a>.<a href="data_FeatureSourceBase.RelationshipCollection.html#on">on</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="pop" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>pop</span><a href="#pop" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="pop.pop-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">pop</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><a href="#pop.pop-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Removes the last item from the collection and returns it.</p>
148
+ </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="data_FeatureList.FeatureList.html#map.map-1.U">U</a><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.RelationshipCollection.html">RelationshipCollection</a>.<a href="data_FeatureSourceBase.RelationshipCollection.html#map">map</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="on" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>on</span><a href="#on" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="on.on-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">type</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#on.on-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">type</span>: <span class="tsd-signature-type">&quot;after-add&quot;</span></span></li><li><span><span class="tsd-kind-parameter">listener</span>: <a href="../types/support_esri.CollectionAfterAddEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionAfterAddEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><span class="tsd-signature-symbol">&gt;</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.RelationshipCollection.html">RelationshipCollection</a>.<a href="data_FeatureSourceBase.RelationshipCollection.html#on">on</a></p></aside></li><li class="tsd-signature tsd-anchor-link"><a id="on.on-2" class="tsd-anchor"></a><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">type</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#on.on-2" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">type</span>: <span class="tsd-signature-type">&quot;after-changes&quot;</span></span></li><li><span><span class="tsd-kind-parameter">listener</span>: <span class="tsd-signature-type">CollectionAfterChangesEventHandler</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.RelationshipCollection.html">RelationshipCollection</a>.<a href="data_FeatureSourceBase.RelationshipCollection.html#on">on</a></p></aside></li><li class="tsd-signature tsd-anchor-link"><a id="on.on-3" class="tsd-anchor"></a><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">type</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#on.on-3" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">type</span>: <span class="tsd-signature-type">&quot;after-remove&quot;</span></span></li><li><span><span class="tsd-kind-parameter">listener</span>: <a href="../types/support_esri.CollectionAfterRemoveEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionAfterRemoveEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><span class="tsd-signature-symbol">&gt;</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.RelationshipCollection.html">RelationshipCollection</a>.<a href="data_FeatureSourceBase.RelationshipCollection.html#on">on</a></p></aside></li><li class="tsd-signature tsd-anchor-link"><a id="on.on-4" class="tsd-anchor"></a><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">type</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#on.on-4" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">type</span>: <span class="tsd-signature-type">&quot;before-add&quot;</span></span></li><li><span><span class="tsd-kind-parameter">listener</span>: <a href="../types/support_esri.CollectionBeforeAddEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionBeforeAddEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><span class="tsd-signature-symbol">&gt;</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.RelationshipCollection.html">RelationshipCollection</a>.<a href="data_FeatureSourceBase.RelationshipCollection.html#on">on</a></p></aside></li><li class="tsd-signature tsd-anchor-link"><a id="on.on-5" class="tsd-anchor"></a><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">type</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#on.on-5" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">type</span>: <span class="tsd-signature-type">&quot;before-changes&quot;</span></span></li><li><span><span class="tsd-kind-parameter">listener</span>: <span class="tsd-signature-type">CollectionBeforeChangesEventHandler</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.RelationshipCollection.html">RelationshipCollection</a>.<a href="data_FeatureSourceBase.RelationshipCollection.html#on">on</a></p></aside></li><li class="tsd-signature tsd-anchor-link"><a id="on.on-6" class="tsd-anchor"></a><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">type</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#on.on-6" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">type</span>: <span class="tsd-signature-type">&quot;before-remove&quot;</span></span></li><li><span><span class="tsd-kind-parameter">listener</span>: <a href="../types/support_esri.CollectionBeforeRemoveEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionBeforeRemoveEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><span class="tsd-signature-symbol">&gt;</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.RelationshipCollection.html">RelationshipCollection</a>.<a href="data_FeatureSourceBase.RelationshipCollection.html#on">on</a></p></aside></li><li class="tsd-signature tsd-anchor-link"><a id="on.on-7" class="tsd-anchor"></a><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">type</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#on.on-7" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">type</span>: <span class="tsd-signature-type">&quot;change&quot;</span></span></li><li><span><span class="tsd-kind-parameter">listener</span>: <a href="../types/support_esri.CollectionChangeEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionChangeEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><span class="tsd-signature-symbol">&gt;</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.RelationshipCollection.html">RelationshipCollection</a>.<a href="data_FeatureSourceBase.RelationshipCollection.html#on">on</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="pop" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>pop</span><a href="#pop" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="pop.pop-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">pop</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><a href="#pop.pop-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Removes the last item from the collection and returns it.</p>
149
149
  </div><h4 class="tsd-returns-title">Returns <a href="../interfaces/data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.RelationshipCollection.html">RelationshipCollection</a>.<a href="data_FeatureSourceBase.RelationshipCollection.html#pop">pop</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="push" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>push</span><a href="#push" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="push.push-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">push</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">item</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><a href="#push.push-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Adds an item to the end of the collection.</p>
150
150
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">item</span>: <a href="../interfaces/data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a></span><div class="tsd-comment tsd-typography"><p>The item to add.</p>
151
151
  </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.RelationshipCollection.html">RelationshipCollection</a>.<a href="data_FeatureSourceBase.RelationshipCollection.html#push">push</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="reduce" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>reduce</span><a href="#reduce" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="reduce.reduce-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">reduce</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="support__ArcGISRelationshipCollection.ArcGISRelationshipCollection.html#reduce.reduce-1.U-1">U</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">callback</span>, <span class="tsd-kind-parameter">initialValue</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a class="tsd-signature-type tsd-kind-type-parameter" href="data_FeatureList.FeatureList.html#reduce.reduce-1.U-1">U</a><a href="#reduce.reduce-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Reduces all items in the collection (from left to right) into a single
@@ -1,6 +1,6 @@
1
1
  <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>IdentifyProviderBase | @vertigis/arcgis-extensions</title><meta name="description" content="Documentation for @vertigis/arcgis-extensions"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@vertigis/arcgis-extensions</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@vertigis/arcgis-extensions</a></li><li><a href="../modules/tasks_identify_IdentifyProviderBase.html">tasks/identify/IdentifyProviderBase</a></li><li><a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html">IdentifyProviderBase</a></li></ul><h1>Class IdentifyProviderBase<code class="tsd-tag">Abstract</code></h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>A base implementation of
2
2
  <a href="../interfaces/tasks_identify_IdentifyProvider.IdentifyProvider.html" class="tsd-kind-interface">tasks/identify/IdentifyProvider!IdentifyProvider</a>.</p>
3
- </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-hierarchy"><h4>Hierarchy (<a href="../hierarchy.html#tasks/identify/IdentifyProviderBase.IdentifyProviderBase">view full</a>)</h4><ul class="tsd-hierarchy"><li><span class="target">IdentifyProviderBase</span><ul class="tsd-hierarchy"><li><a href="tasks_identify_ArcGISSublayerQueryIdentifyProvider.ArcGISSublayerQueryIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">ArcGISSublayerQueryIdentifyProvider</a></li><li><a href="tasks_identify_CSVLayerClientSideQueryIdentifyProvider.CSVLayerClientSideQueryIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">CSVLayerClientSideQueryIdentifyProvider</a></li><li><a href="tasks_identify_ClientSideIdentifyProvider.ClientSideIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">ClientSideIdentifyProvider</a></li><li><a href="tasks_identify_FeatureLayerQueryIdentifyProvider.FeatureLayerQueryIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">FeatureLayerQueryIdentifyProvider</a></li><li><a href="tasks_identify_GeoJSONLayerClientSideQueryIdentifyProvider.GeoJSONLayerClientSideQueryIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">GeoJSONLayerClientSideQueryIdentifyProvider</a></li><li><a href="tasks_identify_GeoRSSLayerIdentifyProvider.GeoRSSLayerIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">GeoRSSLayerIdentifyProvider</a></li><li><a href="tasks_identify_GraphicsLayerQueryIdentifyProvider.GraphicsLayerQueryIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">GraphicsLayerQueryIdentifyProvider</a></li><li><a href="tasks_identify_HitTestIdentifyProvider.HitTestIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">HitTestIdentifyProvider</a></li><li><a href="tasks_identify_ImageryLayerIdentifyProvider.ImageryLayerIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">ImageryLayerIdentifyProvider</a></li><li><a href="tasks_identify_KMLLayerQueryIdentifyProvider.KMLLayerQueryIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">KMLLayerQueryIdentifyProvider</a></li><li><a href="tasks_identify_MapNotesSublayerQueryIdentifyProvider.MapNotesSublayerQueryIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">MapNotesSublayerQueryIdentifyProvider</a></li><li><a href="tasks_identify_RouteLayerQueryIdentifyProvider.RouteLayerQueryIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">RouteLayerQueryIdentifyProvider</a></li><li><a href="tasks_identify_SceneLayerQueryIdentifyProvider.SceneLayerQueryIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">SceneLayerQueryIdentifyProvider</a></li><li><a href="tasks_identify_SubtypeSublayerQueryIdentifyProvider.SubtypeSublayerQueryIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">SubtypeSublayerQueryIdentifyProvider</a></li><li><a href="tasks_identify_WFSLayerQueryIdentifyProvider.WFSLayerQueryIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">WFSLayerQueryIdentifyProvider</a></li><li><a href="tasks_identify_WMSSublayerIdentifyProvider.WMSSublayerIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">WMSSublayerIdentifyProvider</a></li></ul></li></ul></section><section class="tsd-panel"><h4>Implements</h4><ul class="tsd-hierarchy"><li><a href="../interfaces/tasks_identify_IdentifyProvider.IdentifyProvider.html" class="tsd-signature-type tsd-kind-interface">IdentifyProvider</a></li></ul></section><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Constructors</h3><div class="tsd-index-list"><a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html#constructor" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-512"></use></svg><span>constructor</span></a>
3
+ </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-hierarchy"><h4>Hierarchy (<a href="../hierarchy.html#tasks/identify/IdentifyProviderBase.IdentifyProviderBase">view full</a>)</h4><ul class="tsd-hierarchy"><li><span class="target">IdentifyProviderBase</span><ul class="tsd-hierarchy"><li><a href="tasks_identify_ArcGISSublayerQueryIdentifyProvider.ArcGISSublayerQueryIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">ArcGISSublayerQueryIdentifyProvider</a></li><li><a href="tasks_identify_CSVLayerClientSideQueryIdentifyProvider.CSVLayerClientSideQueryIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">CSVLayerClientSideQueryIdentifyProvider</a></li><li><a href="tasks_identify_ClientSideIdentifyProvider.ClientSideIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">ClientSideIdentifyProvider</a></li><li><a href="tasks_identify_FeatureLayerQueryIdentifyProvider.FeatureLayerQueryIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">FeatureLayerQueryIdentifyProvider</a></li><li><a href="tasks_identify_GeoJSONLayerClientSideQueryIdentifyProvider.GeoJSONLayerClientSideQueryIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">GeoJSONLayerClientSideQueryIdentifyProvider</a></li><li><a href="tasks_identify_GeoRSSLayerIdentifyProvider.GeoRSSLayerIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">GeoRSSLayerIdentifyProvider</a></li><li><a href="tasks_identify_GraphicsLayerQueryIdentifyProvider.GraphicsLayerQueryIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">GraphicsLayerQueryIdentifyProvider</a></li><li><a href="tasks_identify_HitTestIdentifyProvider.HitTestIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">HitTestIdentifyProvider</a></li><li><a href="tasks_identify_ImageryLayerIdentifyProvider.ImageryLayerIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">ImageryLayerIdentifyProvider</a></li><li><a href="tasks_identify_KMLLayerQueryIdentifyProvider.KMLLayerQueryIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">KMLLayerQueryIdentifyProvider</a></li><li><a href="tasks_identify_MapNotesSublayerQueryIdentifyProvider.MapNotesSublayerQueryIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">MapNotesSublayerQueryIdentifyProvider</a></li><li><a href="tasks_identify_RouteLayerQueryIdentifyProvider.RouteLayerQueryIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">RouteLayerQueryIdentifyProvider</a></li><li><a href="tasks_identify_SceneLayerQueryIdentifyProvider.SceneLayerQueryIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">SceneLayerQueryIdentifyProvider</a></li><li><a href="tasks_identify_SubtypeSublayerQueryIdentifyProvider.SubtypeSublayerQueryIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">SubtypeSublayerQueryIdentifyProvider</a></li><li><a href="tasks_identify_WFSLayerQueryIdentifyProvider.WFSLayerQueryIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">WFSLayerQueryIdentifyProvider</a></li><li><a href="tasks_identify_WMSLayerFeatureInfoIdentifyProvider.WMSLayerFeatureInfoIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">WMSLayerFeatureInfoIdentifyProvider</a></li><li><a href="tasks_identify_WMSSublayerIdentifyProvider.WMSSublayerIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">WMSSublayerIdentifyProvider</a></li></ul></li></ul></section><section class="tsd-panel"><h4>Implements</h4><ul class="tsd-hierarchy"><li><a href="../interfaces/tasks_identify_IdentifyProvider.IdentifyProvider.html" class="tsd-signature-type tsd-kind-interface">IdentifyProvider</a></li></ul></section><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Constructors</h3><div class="tsd-index-list"><a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html#constructor" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-512"></use></svg><span>constructor</span></a>
4
4
  </div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">Methods</h3><div class="tsd-index-list"><a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html#_applyTolerance" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_apply<wbr/>Tolerance</span></a>
5
5
  <a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html#_count" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_count</span></a>
6
6
  <a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html#_identify" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_identify</span></a>
@@ -0,0 +1,62 @@
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>WMSLayerFeatureInfoIdentifyProvider | @vertigis/arcgis-extensions</title><meta name="description" content="Documentation for @vertigis/arcgis-extensions"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@vertigis/arcgis-extensions</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@vertigis/arcgis-extensions</a></li><li><a href="../modules/tasks_identify_WMSLayerFeatureInfoIdentifyProvider.html">tasks/identify/WMSLayerFeatureInfoIdentifyProvider</a></li><li><a href="tasks_identify_WMSLayerFeatureInfoIdentifyProvider.WMSLayerFeatureInfoIdentifyProvider.html">WMSLayerFeatureInfoIdentifyProvider</a></li></ul><h1>Class WMSLayerFeatureInfoIdentifyProvider</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>An identify provider for WMS layers that uses the feature info endpoint.</p>
2
+ </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-hierarchy"><h4>Hierarchy (<a href="../hierarchy.html#tasks/identify/WMSLayerFeatureInfoIdentifyProvider.WMSLayerFeatureInfoIdentifyProvider">view full</a>)</h4><ul class="tsd-hierarchy"><li><a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html" class="tsd-signature-type tsd-kind-class">IdentifyProviderBase</a><ul class="tsd-hierarchy"><li><span class="target">WMSLayerFeatureInfoIdentifyProvider</span></li></ul></li></ul></section><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Constructors</h3><div class="tsd-index-list"><a href="tasks_identify_WMSLayerFeatureInfoIdentifyProvider.WMSLayerFeatureInfoIdentifyProvider.html#constructor" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-512"></use></svg><span>constructor</span></a>
3
+ </div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">Methods</h3><div class="tsd-index-list"><a href="tasks_identify_WMSLayerFeatureInfoIdentifyProvider.WMSLayerFeatureInfoIdentifyProvider.html#_applyTolerance" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_apply<wbr/>Tolerance</span></a>
4
+ <a href="tasks_identify_WMSLayerFeatureInfoIdentifyProvider.WMSLayerFeatureInfoIdentifyProvider.html#_count" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_count</span></a>
5
+ <a href="tasks_identify_WMSLayerFeatureInfoIdentifyProvider.WMSLayerFeatureInfoIdentifyProvider.html#_identify" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_identify</span></a>
6
+ <a href="tasks_identify_WMSLayerFeatureInfoIdentifyProvider.WMSLayerFeatureInfoIdentifyProvider.html#_identifyMany" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_identify<wbr/>Many</span></a>
7
+ <a href="tasks_identify_WMSLayerFeatureInfoIdentifyProvider.WMSLayerFeatureInfoIdentifyProvider.html#_jsonToFeatures" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_json<wbr/>To<wbr/>Features</span></a>
8
+ <a href="tasks_identify_WMSLayerFeatureInfoIdentifyProvider.WMSLayerFeatureInfoIdentifyProvider.html#_membersToFeature" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_members<wbr/>To<wbr/>Feature</span></a>
9
+ <a href="tasks_identify_WMSLayerFeatureInfoIdentifyProvider.WMSLayerFeatureInfoIdentifyProvider.html#_normalizeFeature" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_normalize<wbr/>Feature</span></a>
10
+ <a href="tasks_identify_WMSLayerFeatureInfoIdentifyProvider.WMSLayerFeatureInfoIdentifyProvider.html#_xmlToFeatures" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_xml<wbr/>To<wbr/>Features</span></a>
11
+ <a href="tasks_identify_WMSLayerFeatureInfoIdentifyProvider.WMSLayerFeatureInfoIdentifyProvider.html#count" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>count</span></a>
12
+ <a href="tasks_identify_WMSLayerFeatureInfoIdentifyProvider.WMSLayerFeatureInfoIdentifyProvider.html#identify" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>identify</span></a>
13
+ <a href="tasks_identify_WMSLayerFeatureInfoIdentifyProvider.WMSLayerFeatureInfoIdentifyProvider.html#isSupported" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>is<wbr/>Supported</span></a>
14
+ </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Constructors"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Constructors</h2></summary><section><section class="tsd-panel tsd-member"><a id="constructor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="constructor.new_WMSLayerFeatureInfoIdentifyProvider" class="tsd-anchor"></a><span class="tsd-kind-constructor-signature">new WMSLayer<wbr/>Feature<wbr/>Info<wbr/>Identify<wbr/>Provider</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="tasks_identify_WMSLayerFeatureInfoIdentifyProvider.WMSLayerFeatureInfoIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">WMSLayerFeatureInfoIdentifyProvider</a><a href="#constructor.new_WMSLayerFeatureInfoIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><h4 class="tsd-returns-title">Returns <a href="tasks_identify_WMSLayerFeatureInfoIdentifyProvider.WMSLayerFeatureInfoIdentifyProvider.html" class="tsd-signature-type tsd-kind-class">WMSLayerFeatureInfoIdentifyProvider</a></h4><aside class="tsd-sources"><p>Inherited from <a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html">IdentifyProviderBase</a>.<a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html#constructor">constructor</a></p></aside></li></ul></section></section></details><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Methods"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Methods</h2></summary><section><section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="_applyTolerance" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Protected</code><span>_apply<wbr/>Tolerance</span><a href="#_applyTolerance" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-protected tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="_applyTolerance._applyTolerance-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">_apply<wbr/>Tolerance</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">geometry</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Geometry</span><span class="tsd-signature-symbol">&gt;</span><a href="#_applyTolerance._applyTolerance-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Adds a tolerance to input geometries if configured in the options.</p>
15
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">geometry</span>: <span class="tsd-signature-type">Geometry</span></span><div class="tsd-comment tsd-typography"><p>The geometry to apply a tolerance to.</p>
16
+ </div><div class="tsd-comment tsd-typography"></div></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/tasks_identify_IdentifyOptions.IdentifyOptions-1.html" class="tsd-signature-type tsd-kind-interface">IdentifyOptions</a></span><div class="tsd-comment tsd-typography"><p>The identify options object.</p>
17
+ </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Geometry</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html">IdentifyProviderBase</a>.<a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html#_applyTolerance">_applyTolerance</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-protected"><a id="_count" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Protected</code><span>_count</span><a href="#_count" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-protected"><li class="tsd-signature tsd-anchor-link"><a id="_count._count-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">_count</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">source</span>, <span class="tsd-kind-parameter">geometry</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/tasks_CountResult.CountResult.html" class="tsd-signature-type tsd-kind-interface">CountResult</a><span class="tsd-signature-symbol">&gt;</span><a href="#_count._count-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Invoked to perform the actual work for <a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html#count" class="tsd-kind-method">count</a>. Derived classes
18
+ should override this method rather than count().</p>
19
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">source</span>: <a href="mapping_WMSLayerExtension.WMSLayerExtension.html" class="tsd-signature-type tsd-kind-class">WMSLayerExtension</a></span><div class="tsd-comment tsd-typography"><p>The source to identify.</p>
20
+ </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">geometry</span>: <span class="tsd-signature-type">Geometry</span></span><div class="tsd-comment tsd-typography"><p>The geometry to match against.</p>
21
+ </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/tasks_identify_IdentifyOptions.IdentifyOptions-1.html" class="tsd-signature-type tsd-kind-interface">IdentifyOptions</a></span><div class="tsd-comment tsd-typography"><p>Options that affect the identify operation.</p>
22
+ </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/tasks_CountResult.CountResult.html" class="tsd-signature-type tsd-kind-interface">CountResult</a><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Overrides <a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html">IdentifyProviderBase</a>.<a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html#_count">_count</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-protected"><a id="_identify" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Protected</code><span>_identify</span><a href="#_identify" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-protected"><li class="tsd-signature tsd-anchor-link"><a id="_identify._identify-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">_identify</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">source</span>, <span class="tsd-kind-parameter">geometry</span>, <span class="tsd-kind-parameter">options</span>, <span class="tsd-kind-parameter">geometryType</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AsyncIterable</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><a href="#_identify._identify-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Invoked to perform the actual work for <a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html#identify" class="tsd-kind-method">identify</a> on a single
23
+ source. Derived classes should override this method rather than
24
+ identify().</p>
25
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">source</span>: <a href="mapping_WMSLayerExtension.WMSLayerExtension.html" class="tsd-signature-type tsd-kind-class">WMSLayerExtension</a></span><div class="tsd-comment tsd-typography"><p>The source to identify.</p>
26
+ </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">geometry</span>: <span class="tsd-signature-type">Geometry</span></span><div class="tsd-comment tsd-typography"><p>The geometry to match against.</p>
27
+ </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/tasks_identify_IdentifyOptions.IdentifyOptions-1.html" class="tsd-signature-type tsd-kind-interface">IdentifyOptions</a></span><div class="tsd-comment tsd-typography"><p>Options that affect the identify operation.</p>
28
+ </div><div class="tsd-comment tsd-typography"></div></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">geometryType</span>: <span class="tsd-signature-type">string</span></span><div class="tsd-comment tsd-typography"><p>The geometry type before a tolerance buffer is
29
+ applied.</p>
30
+ </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AsyncIterable</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Overrides <a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html">IdentifyProviderBase</a>.<a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html#_identify">_identify</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="_identifyMany" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Protected</code><span>_identify<wbr/>Many</span><a href="#_identifyMany" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-protected tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="_identifyMany._identifyMany-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">_identify<wbr/>Many</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">sources</span>, <span class="tsd-kind-parameter">geometry</span>, <span class="tsd-kind-parameter">options</span>, <span class="tsd-kind-parameter">geometryType</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AsyncIterable</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><a href="#_identifyMany._identifyMany-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Invoked to perform the work for <a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html#identify" class="tsd-kind-method">identify</a>. Default implementation
31
+ calls <a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html#_identify" class="tsd-kind-method">_identify</a> for each source. Derived classes can override this
32
+ method to implement special handling for multiple sources.</p>
33
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">sources</span>: <a href="../interfaces/data_FeatureSource.FeatureSource.html" class="tsd-signature-type tsd-kind-interface">FeatureSource</a><span class="tsd-signature-symbol">[]</span></span><div class="tsd-comment tsd-typography"><p>The sources to identify.</p>
34
+ </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">geometry</span>: <span class="tsd-signature-type">Geometry</span></span><div class="tsd-comment tsd-typography"><p>The geometry to match against.</p>
35
+ </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/tasks_identify_IdentifyOptions.IdentifyOptions-1.html" class="tsd-signature-type tsd-kind-interface">IdentifyOptions</a></span><div class="tsd-comment tsd-typography"><p>Options that affect the identify operation.</p>
36
+ </div><div class="tsd-comment tsd-typography"></div></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">geometryType</span>: <span class="tsd-signature-type">string</span></span><div class="tsd-comment tsd-typography"><p>The geometry type before a tolerance buffer is
37
+ applied.</p>
38
+ </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AsyncIterable</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html">IdentifyProviderBase</a>.<a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html#_identifyMany">_identifyMany</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-protected"><a id="_jsonToFeatures" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Protected</code><span>_json<wbr/>To<wbr/>Features</span><a href="#_jsonToFeatures" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-protected"><li class="tsd-signature tsd-anchor-link"><a id="_jsonToFeatures._jsonToFeatures-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">_json<wbr/>To<wbr/>Features</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">result</span>, <span class="tsd-kind-parameter">options</span>, <span class="tsd-kind-parameter">spatialReference</span>, <span class="tsd-kind-parameter">source</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AsyncIterable</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><a href="#_jsonToFeatures._jsonToFeatures-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">result</span>: <span class="tsd-signature-type">RequestResponse</span></span></li><li><span><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/tasks_identify_IdentifyOptions.IdentifyOptions-1.html" class="tsd-signature-type tsd-kind-interface">IdentifyOptions</a></span></li><li><span><span class="tsd-kind-parameter">spatialReference</span>: <span class="tsd-signature-type">SpatialReference</span></span></li><li><span><span class="tsd-kind-parameter">source</span>: <a href="mapping_WMSLayerExtension.WMSLayerExtension.html" class="tsd-signature-type tsd-kind-class">WMSLayerExtension</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AsyncIterable</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-is-protected"><a id="_membersToFeature" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Protected</code><span>_members<wbr/>To<wbr/>Feature</span><a href="#_membersToFeature" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-protected"><li class="tsd-signature tsd-anchor-link"><a id="_membersToFeature._membersToFeature-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">_members<wbr/>To<wbr/>Feature</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">root</span>, <span class="tsd-kind-parameter">source</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Iterable</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><a href="#_membersToFeature._membersToFeature-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">root</span>: <span class="tsd-signature-type">Element</span></span></li><li><span><span class="tsd-kind-parameter">source</span>: <a href="mapping_WMSLayerExtension.WMSLayerExtension.html" class="tsd-signature-type tsd-kind-class">WMSLayerExtension</a></span></li><li><span><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/tasks_identify_IdentifyOptions.IdentifyOptions-1.html" class="tsd-signature-type tsd-kind-interface">IdentifyOptions</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Iterable</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-is-protected"><a id="_normalizeFeature" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Protected</code><span>_normalize<wbr/>Feature</span><a href="#_normalizeFeature" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-protected"><li class="tsd-signature tsd-anchor-link"><a id="_normalizeFeature._normalizeFeature-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">_normalize<wbr/>Feature</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">feature</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><a href="#_normalizeFeature._normalizeFeature-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Normalize a feature to work with the popup. This includes generating a
39
+ title and setting up the field infos.</p>
40
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">feature</span>: <a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a></span><div class="tsd-comment tsd-typography"><p>The feature to normalize.</p>
41
+ </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/tasks_identify_IdentifyOptions.IdentifyOptions-1.html" class="tsd-signature-type tsd-kind-interface">IdentifyOptions</a></span><div class="tsd-comment tsd-typography"><p>Options that affect the identify operation.</p>
42
+ </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a></h4><p>The normalized feature.</p>
43
+ <div class="tsd-comment tsd-typography"></div></li></ul></section><section class="tsd-panel tsd-member tsd-is-protected"><a id="_xmlToFeatures" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Protected</code><span>_xml<wbr/>To<wbr/>Features</span><a href="#_xmlToFeatures" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-protected"><li class="tsd-signature tsd-anchor-link"><a id="_xmlToFeatures._xmlToFeatures-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">_xml<wbr/>To<wbr/>Features</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">result</span>, <span class="tsd-kind-parameter">source</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AsyncIterable</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><a href="#_xmlToFeatures._xmlToFeatures-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">result</span>: <span class="tsd-signature-type">RequestResponse</span></span></li><li><span><span class="tsd-kind-parameter">source</span>: <a href="mapping_WMSLayerExtension.WMSLayerExtension.html" class="tsd-signature-type tsd-kind-class">WMSLayerExtension</a></span></li><li><span><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/tasks_identify_IdentifyOptions.IdentifyOptions-1.html" class="tsd-signature-type tsd-kind-interface">IdentifyOptions</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AsyncIterable</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="count" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>count</span><a href="#count" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="count.count-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">count</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">source</span>, <span class="tsd-kind-parameter">geometry</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/tasks_CountResult.CountResult.html" class="tsd-signature-type tsd-kind-interface">CountResult</a><span class="tsd-signature-symbol">&gt;</span><a href="#count.count-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Counts features in a given source that intersect the given geometry.</p>
44
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">source</span>: <a href="../interfaces/data_FeatureSource.FeatureSource.html" class="tsd-signature-type tsd-kind-interface">FeatureSource</a></span><div class="tsd-comment tsd-typography"><p>The source to identify.</p>
45
+ </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">geometry</span>: <span class="tsd-signature-type">Geometry</span></span><div class="tsd-comment tsd-typography"><p>The geometry to match against.</p>
46
+ </div><div class="tsd-comment tsd-typography"></div></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/tasks_identify_IdentifyOptions.IdentifyOptions-1.html" class="tsd-signature-type tsd-kind-interface">IdentifyOptions</a></span><div class="tsd-comment tsd-typography"><p>Options that affect the identify operation.</p>
47
+ </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/tasks_CountResult.CountResult.html" class="tsd-signature-type tsd-kind-interface">CountResult</a><span class="tsd-signature-symbol">&gt;</span></h4><p>An iterable of <a href="../interfaces/tasks_CountResult.CountResult.html" class="tsd-kind-interface">tasks/CountResult!CountResult</a>s containing
48
+ count results. If canceled, the provider may reject the returned
49
+ promise with an instance of <a href="support_Cancellable.Cancellation.html" class="tsd-kind-class">support/Cancellable!Cancellation</a>,
50
+ though it may still fulfill with count results instead.</p>
51
+ <div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html">IdentifyProviderBase</a>.<a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html#count">count</a></p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="identify" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>identify</span><a href="#identify" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="identify.identify-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">identify</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">source</span>, <span class="tsd-kind-parameter">geometry</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AsyncIterable</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><a href="#identify.identify-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Identifies features in a given source that intersect the given geometry.</p>
52
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">source</span>: <a href="../interfaces/data_FeatureSource.FeatureSource.html" class="tsd-signature-type tsd-kind-interface">FeatureSource</a><span class="tsd-signature-symbol"> | </span><a href="../interfaces/data_FeatureSource.FeatureSource.html" class="tsd-signature-type tsd-kind-interface">FeatureSource</a><span class="tsd-signature-symbol">[]</span></span><div class="tsd-comment tsd-typography"><p>The source to identify.</p>
53
+ </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">geometry</span>: <span class="tsd-signature-type">Geometry</span></span><div class="tsd-comment tsd-typography"><p>The geometry to match against.</p>
54
+ </div><div class="tsd-comment tsd-typography"></div></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/tasks_identify_IdentifyOptions.IdentifyOptions-1.html" class="tsd-signature-type tsd-kind-interface">IdentifyOptions</a></span><div class="tsd-comment tsd-typography"><p>Options that affect the identify operation.</p>
55
+ </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AsyncIterable</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4><p>An iterable of <a href="data_Feature.Feature.html" class="tsd-kind-class">data/Feature!Feature</a>s containing identify
56
+ results. If canceled, the provider may reject the returned promise with
57
+ an instance of <a href="support_Cancellable.Cancellation.html" class="tsd-kind-class">support/Cancellable!Cancellation</a>, though it may
58
+ still fulfill with results instead.</p>
59
+ <div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html">IdentifyProviderBase</a>.<a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html#identify">identify</a></p></aside></li></ul></section><section class="tsd-panel tsd-member"><a id="isSupported" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>is<wbr/>Supported</span><a href="#isSupported" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="isSupported.isSupported-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">is<wbr/>Supported</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">source</span>, <span class="tsd-kind-parameter">geometry</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#isSupported.isSupported-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Determines whether this provider can handle identify operations for the
60
+ given feature source.</p>
61
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">source</span>: <a href="../interfaces/data_FeatureSource.FeatureSource.html" class="tsd-signature-type tsd-kind-interface">FeatureSource</a></span><div class="tsd-comment tsd-typography"><p>The feature source.</p>
62
+ </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">geometry</span>: <span class="tsd-signature-type">Geometry</span></span></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/tasks_identify_IdentifyOptions.IdentifyOptions-1.html" class="tsd-signature-type tsd-kind-interface">IdentifyOptions</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Overrides <a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html">IdentifyProviderBase</a>.<a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html#isSupported">isSupported</a></p></aside></li></ul></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Constructors"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Constructors</summary><div><a href="#constructor" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-512"></use></svg><span>constructor</span></a></div></details><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Methods"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Methods</summary><div><a href="#_applyTolerance" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_apply<wbr/>Tolerance</span></a><a href="#_count" class="tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_count</span></a><a href="#_identify" class="tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_identify</span></a><a href="#_identifyMany" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_identify<wbr/>Many</span></a><a href="#_jsonToFeatures" class="tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_json<wbr/>To<wbr/>Features</span></a><a href="#_membersToFeature" class="tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_members<wbr/>To<wbr/>Feature</span></a><a href="#_normalizeFeature" class="tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_normalize<wbr/>Feature</span></a><a href="#_xmlToFeatures" class="tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_xml<wbr/>To<wbr/>Features</span></a><a href="#count" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>count</span></a><a href="#identify" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>identify</span></a><a href="#isSupported" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>is<wbr/>Supported</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@vertigis/arcgis-extensions</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer></footer><div class="overlay"></div></body></html>
@@ -139,7 +139,7 @@ there is no match.</p>
139
139
  array of the returned values.</p>
140
140
  </div><section class="tsd-panel"><h4>Type Parameters</h4><ul class="tsd-type-parameter-list"><li><span><a id="map.map-1.U" class="tsd-anchor"></a><span class="tsd-kind-type-parameter">U</span></span></li></ul></section><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">callback</span>: <a href="../types/support_esri.ItemMapCallback.html" class="tsd-signature-type tsd-kind-type-alias">ItemMapCallback</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="utilities_CollectionProxy.CollectionProxy.html#constructor.new_CollectionProxy.T-1">T</a><span class="tsd-signature-symbol">, </span><a class="tsd-signature-type tsd-kind-type-parameter" href="data_FeatureList.FeatureList.html#map.map-1.U">U</a><span class="tsd-signature-symbol">&gt;</span></span><div class="tsd-comment tsd-typography"><p>The function that processes each item in the Collection
141
141
  and returns a new value at the same index of the original item.</p>
142
- </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="data_FeatureList.FeatureList.html#map.map-1.U">U</a><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from Collection.map</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="on" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>on</span><a href="#on" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="on.on-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">args</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#on.on-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><code class="tsd-tag">Rest</code><span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">args</span>: <br/><span>    </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-symbol">[</span>type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;after-add&quot;</span><span class="tsd-signature-symbol">, </span>listener<span class="tsd-signature-symbol">: </span><a href="../types/support_esri.CollectionAfterAddEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionAfterAddEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="utilities_CollectionProxy.CollectionProxy.html#constructor.new_CollectionProxy.T-1">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">]</span><br/><span>    </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-symbol">[</span>type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;after-changes&quot;</span><span class="tsd-signature-symbol">, </span>listener<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">CollectionAfterChangesEventHandler</span><span class="tsd-signature-symbol">]</span><br/><span>    </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-symbol">[</span>type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;after-remove&quot;</span><span class="tsd-signature-symbol">, </span>listener<span class="tsd-signature-symbol">: </span><a href="../types/support_esri.CollectionAfterRemoveEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionAfterRemoveEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="utilities_CollectionProxy.CollectionProxy.html#constructor.new_CollectionProxy.T-1">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">]</span><br/><span>    </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-symbol">[</span>type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;before-add&quot;</span><span class="tsd-signature-symbol">, </span>listener<span class="tsd-signature-symbol">: </span><a href="../types/support_esri.CollectionBeforeAddEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionBeforeAddEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="utilities_CollectionProxy.CollectionProxy.html#constructor.new_CollectionProxy.T-1">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">]</span><br/><span>    </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-symbol">[</span>type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;before-changes&quot;</span><span class="tsd-signature-symbol">, </span>listener<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">CollectionBeforeChangesEventHandler</span><span class="tsd-signature-symbol">]</span><br/><span>    </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-symbol">[</span>type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;before-remove&quot;</span><span class="tsd-signature-symbol">, </span>listener<span class="tsd-signature-symbol">: </span><a href="../types/support_esri.CollectionBeforeRemoveEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionBeforeRemoveEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="utilities_CollectionProxy.CollectionProxy.html#constructor.new_CollectionProxy.T-1">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">]</span><br/><span>    </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-symbol">[</span>type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;change&quot;</span><span class="tsd-signature-symbol">, </span>listener<span class="tsd-signature-symbol">: </span><a href="../types/support_esri.CollectionChangeEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionChangeEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="utilities_CollectionProxy.CollectionProxy.html#constructor.new_CollectionProxy.T-1">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">]</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4><aside class="tsd-sources"><p>Inherited from Collection.on</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="pop" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>pop</span><a href="#pop" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="pop.pop-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">pop</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a class="tsd-signature-type tsd-kind-type-parameter" href="utilities_CollectionProxy.CollectionProxy.html#constructor.new_CollectionProxy.T-1">T</a><a href="#pop.pop-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Removes the last item from the collection and returns it.</p>
142
+ </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="data_FeatureList.FeatureList.html#map.map-1.U">U</a><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from Collection.map</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="on" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>on</span><a href="#on" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="on.on-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">type</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#on.on-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">type</span>: <span class="tsd-signature-type">&quot;after-add&quot;</span></span></li><li><span><span class="tsd-kind-parameter">listener</span>: <a href="../types/support_esri.CollectionAfterAddEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionAfterAddEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="utilities_CollectionProxy.CollectionProxy.html#constructor.new_CollectionProxy.T-1">T</a><span class="tsd-signature-symbol">&gt;</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4><aside class="tsd-sources"><p>Inherited from Collection.on</p></aside></li><li class="tsd-signature tsd-anchor-link"><a id="on.on-2" class="tsd-anchor"></a><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">type</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#on.on-2" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">type</span>: <span class="tsd-signature-type">&quot;after-changes&quot;</span></span></li><li><span><span class="tsd-kind-parameter">listener</span>: <span class="tsd-signature-type">CollectionAfterChangesEventHandler</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4><aside class="tsd-sources"><p>Inherited from Collection.on</p></aside></li><li class="tsd-signature tsd-anchor-link"><a id="on.on-3" class="tsd-anchor"></a><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">type</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#on.on-3" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">type</span>: <span class="tsd-signature-type">&quot;after-remove&quot;</span></span></li><li><span><span class="tsd-kind-parameter">listener</span>: <a href="../types/support_esri.CollectionAfterRemoveEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionAfterRemoveEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="utilities_CollectionProxy.CollectionProxy.html#constructor.new_CollectionProxy.T-1">T</a><span class="tsd-signature-symbol">&gt;</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4><aside class="tsd-sources"><p>Inherited from Collection.on</p></aside></li><li class="tsd-signature tsd-anchor-link"><a id="on.on-4" class="tsd-anchor"></a><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">type</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#on.on-4" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">type</span>: <span class="tsd-signature-type">&quot;before-add&quot;</span></span></li><li><span><span class="tsd-kind-parameter">listener</span>: <a href="../types/support_esri.CollectionBeforeAddEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionBeforeAddEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="utilities_CollectionProxy.CollectionProxy.html#constructor.new_CollectionProxy.T-1">T</a><span class="tsd-signature-symbol">&gt;</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4><aside class="tsd-sources"><p>Inherited from Collection.on</p></aside></li><li class="tsd-signature tsd-anchor-link"><a id="on.on-5" class="tsd-anchor"></a><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">type</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#on.on-5" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">type</span>: <span class="tsd-signature-type">&quot;before-changes&quot;</span></span></li><li><span><span class="tsd-kind-parameter">listener</span>: <span class="tsd-signature-type">CollectionBeforeChangesEventHandler</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4><aside class="tsd-sources"><p>Inherited from Collection.on</p></aside></li><li class="tsd-signature tsd-anchor-link"><a id="on.on-6" class="tsd-anchor"></a><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">type</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#on.on-6" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">type</span>: <span class="tsd-signature-type">&quot;before-remove&quot;</span></span></li><li><span><span class="tsd-kind-parameter">listener</span>: <a href="../types/support_esri.CollectionBeforeRemoveEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionBeforeRemoveEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="utilities_CollectionProxy.CollectionProxy.html#constructor.new_CollectionProxy.T-1">T</a><span class="tsd-signature-symbol">&gt;</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4><aside class="tsd-sources"><p>Inherited from Collection.on</p></aside></li><li class="tsd-signature tsd-anchor-link"><a id="on.on-7" class="tsd-anchor"></a><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">type</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#on.on-7" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">type</span>: <span class="tsd-signature-type">&quot;change&quot;</span></span></li><li><span><span class="tsd-kind-parameter">listener</span>: <a href="../types/support_esri.CollectionChangeEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionChangeEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="utilities_CollectionProxy.CollectionProxy.html#constructor.new_CollectionProxy.T-1">T</a><span class="tsd-signature-symbol">&gt;</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4><aside class="tsd-sources"><p>Inherited from Collection.on</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="pop" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>pop</span><a href="#pop" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="pop.pop-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">pop</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a class="tsd-signature-type tsd-kind-type-parameter" href="utilities_CollectionProxy.CollectionProxy.html#constructor.new_CollectionProxy.T-1">T</a><a href="#pop.pop-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Removes the last item from the collection and returns it.</p>
143
143
  </div><h4 class="tsd-returns-title">Returns <a class="tsd-signature-type tsd-kind-type-parameter" href="utilities_CollectionProxy.CollectionProxy.html#constructor.new_CollectionProxy.T-1">T</a></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from Collection.pop</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="push" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>push</span><a href="#push" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="push.push-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">push</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">item</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><a href="#push.push-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Adds an item to the end of the collection.</p>
144
144
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">item</span>: <a class="tsd-signature-type tsd-kind-type-parameter" href="utilities_CollectionProxy.CollectionProxy.html#constructor.new_CollectionProxy.T-1">T</a></span><div class="tsd-comment tsd-typography"><p>The item to add.</p>
145
145
  </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from Collection.push</p></aside></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="reduce" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>reduce</span><a href="#reduce" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-signature tsd-anchor-link"><a id="reduce.reduce-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">reduce</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="utilities_CollectionProxy.CollectionProxy.html#reduce.reduce-1.U-1">U</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">callback</span>, <span class="tsd-kind-parameter">initialValue</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a class="tsd-signature-type tsd-kind-type-parameter" href="data_FeatureList.FeatureList.html#reduce.reduce-1.U-1">U</a><a href="#reduce.reduce-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Reduces all items in the collection (from left to right) into a single