@vertigis/arcgis-extensions 41.2.0 → 41.3.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.
- package/docs/html/assets/search.js +1 -1
- package/docs/html/classes/tasks_identify_ArcGISSublayerQueryIdentifyProvider.ArcGISSublayerQueryIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_BuildingComponentSublayerClientSideIdentifyProvider.BuildingComponentSublayerClientSideIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_BuildingComponentSublayerHitTestIdentifyProvider.BuildingComponentSublayerHitTestIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_CSVLayer3DHitTestIdentifyProvider.CSVLayer3DHitTestIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_CSVLayerClientSideQueryIdentifyProvider.CSVLayerClientSideQueryIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_ClientSideIdentifyProvider.ClientSideIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_FeatureLayer3DHitTestIdentifyProvider.FeatureLayer3DHitTestIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_FeatureLayerClientSideIdentifyProvider.FeatureLayerClientSideIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_FeatureLayerQueryIdentifyProvider.FeatureLayerQueryIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_GeoJSONLayer3DHitTestIdentifyProvider.GeoJSONLayer3DHitTestIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_GeoJSONLayerClientSideQueryIdentifyProvider.GeoJSONLayerClientSideQueryIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_GeoRSSLayerIdentifyProvider.GeoRSSLayerIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_GraphicsLayerQueryIdentifyProvider.GraphicsLayerQueryIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_HitTestIdentifyProvider.HitTestIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_IdentifyError.IdentifyError.html +13 -0
- package/docs/html/classes/tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html +36 -3
- package/docs/html/classes/tasks_identify_ImageryLayerIdentifyProvider.ImageryLayerIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_KMLLayerQueryIdentifyProvider.KMLLayerQueryIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_MapNotesSublayerQueryIdentifyProvider.MapNotesSublayerQueryIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_PointCloudLayerHitTestIdentifyProvider.PointCloudLayerHitTestIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_RouteLayerQueryIdentifyProvider.RouteLayerQueryIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_SceneLayerClientSideIdentifyProvider.SceneLayerClientSideIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_SceneLayerHitTestIdentifyProvider.SceneLayerHitTestIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_SceneLayerQueryIdentifyProvider.SceneLayerQueryIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_StreamLayerClientSideQueryIdentifyProvider.StreamLayerClientSideQueryIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_SubtypeSublayerClientSideIdentifyProvider.SubtypeSublayerClientSideIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_SubtypeSublayerQueryIdentifyProvider.SubtypeSublayerQueryIdentifyProvider.html +32 -3
- package/docs/html/classes/tasks_identify_WMSSublayerIdentifyProvider.WMSSublayerIdentifyProvider.html +37 -3
- package/docs/html/interfaces/tasks_identify_IdentifyProvider.IdentifyProvider.html +1 -1
- package/docs/html/variables/version.version.html +1 -1
- package/mapping/SubtypeSublayerExtension.js +1 -1
- package/package.json +1 -1
- package/portal/SubtypeSublayer.js +1 -1
- package/support/_query.js +1 -1
- package/tasks/identify/IdentifyError.d.ts +1 -0
- package/tasks/identify/IdentifyError.js +1 -1
- package/tasks/identify/IdentifyProvider.d.ts +1 -1
- package/tasks/identify/IdentifyProviderBase.d.ts +16 -3
- package/tasks/identify/IdentifyProviderBase.js +1 -1
- package/tasks/identify/IdentifyService.js +1 -1
- package/tasks/identify/SubtypeSublayerQueryIdentifyProvider.d.ts +7 -1
- package/tasks/identify/SubtypeSublayerQueryIdentifyProvider.js +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/docs/html/classes/tasks_identify_ClientSideIdentifyProvider.ClientSideIdentifyProvider.html
CHANGED
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
<a href="tasks_identify_ClientSideIdentifyProvider.ClientSideIdentifyProvider.html#_createQuery" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_create<wbr/>Query</span></a>
|
|
48
48
|
<a href="tasks_identify_ClientSideIdentifyProvider.ClientSideIdentifyProvider.html#_getClientSideLayerGraphics" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_get<wbr/>Client<wbr/>Side<wbr/>Layer<wbr/>Graphics</span></a>
|
|
49
49
|
<a href="tasks_identify_ClientSideIdentifyProvider.ClientSideIdentifyProvider.html#_identify" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_identify</span></a>
|
|
50
|
+
<a href="tasks_identify_ClientSideIdentifyProvider.ClientSideIdentifyProvider.html#_identifyMany" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_identify<wbr/>Many</span></a>
|
|
50
51
|
<a href="tasks_identify_ClientSideIdentifyProvider.ClientSideIdentifyProvider.html#count" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>count</span></a>
|
|
51
52
|
<a href="tasks_identify_ClientSideIdentifyProvider.ClientSideIdentifyProvider.html#identify" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>identify</span></a>
|
|
52
53
|
<a href="tasks_identify_ClientSideIdentifyProvider.ClientSideIdentifyProvider.html#isSupported" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>is<wbr/>Supported</span></a>
|
|
@@ -162,8 +163,9 @@ LayerView.queryFeatures() function.</p>
|
|
|
162
163
|
<ul class="tsd-signatures tsd-is-protected">
|
|
163
164
|
<li class="tsd-signature tsd-anchor-link" id="_identify._identify-1"><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"><</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">></span><a href="#_identify._identify-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
164
165
|
<li class="tsd-description">
|
|
165
|
-
<div class="tsd-comment tsd-typography"><p>Invoked to perform the actual work for <a href="tasks_identify_ArcGISSublayerQueryIdentifyProvider.ArcGISSublayerQueryIdentifyProvider.html#identify" class="tsd-kind-method">identify</a
|
|
166
|
-
should override this method rather than
|
|
166
|
+
<div class="tsd-comment tsd-typography"><p>Invoked to perform the actual work for <a href="tasks_identify_ArcGISSublayerQueryIdentifyProvider.ArcGISSublayerQueryIdentifyProvider.html#identify" class="tsd-kind-method">identify</a> on a single
|
|
167
|
+
source. Derived classes should override this method rather than
|
|
168
|
+
identify().</p>
|
|
167
169
|
</div>
|
|
168
170
|
<div class="tsd-parameters">
|
|
169
171
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -187,6 +189,37 @@ should override this method rather than identify().</p>
|
|
|
187
189
|
</div></li></ul></div>
|
|
188
190
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">AsyncIterable</span><span class="tsd-signature-symbol"><</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
189
191
|
<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>
|
|
192
|
+
<section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="_identifyMany" class="tsd-anchor"></a>
|
|
193
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_identify<wbr/>Many</span><a href="#_identifyMany" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
194
|
+
<ul class="tsd-signatures tsd-is-protected tsd-is-inherited">
|
|
195
|
+
<li class="tsd-signature tsd-anchor-link" id="_identifyMany._identifyMany-1"><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"><</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">></span><a href="#_identifyMany._identifyMany-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
196
|
+
<li class="tsd-description">
|
|
197
|
+
<div class="tsd-comment tsd-typography"><p>Invoked to perform the work for <a href="tasks_identify_ArcGISSublayerQueryIdentifyProvider.ArcGISSublayerQueryIdentifyProvider.html#identify" class="tsd-kind-method">identify</a>. Default implementation
|
|
198
|
+
calls <a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html#_identify" class="tsd-kind-method">_identify</a> for each source. Derived classes can override this
|
|
199
|
+
method to implement special handling for multiple sources.</p>
|
|
200
|
+
</div>
|
|
201
|
+
<div class="tsd-parameters">
|
|
202
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
203
|
+
<ul class="tsd-parameter-list">
|
|
204
|
+
<li>
|
|
205
|
+
<h5><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></h5>
|
|
206
|
+
<div class="tsd-comment tsd-typography"><p>The sources to identify.</p>
|
|
207
|
+
</div></li>
|
|
208
|
+
<li>
|
|
209
|
+
<h5><span class="tsd-kind-parameter">geometry</span>: <span class="tsd-signature-type ">Geometry</span></h5>
|
|
210
|
+
<div class="tsd-comment tsd-typography"><p>The geometry to match against.</p>
|
|
211
|
+
</div></li>
|
|
212
|
+
<li>
|
|
213
|
+
<h5><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></h5>
|
|
214
|
+
<div class="tsd-comment tsd-typography"><p>Options that affect the identify operation.</p>
|
|
215
|
+
</div></li>
|
|
216
|
+
<li>
|
|
217
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">geometryType</span>: <span class="tsd-signature-type">string</span></h5>
|
|
218
|
+
<div class="tsd-comment tsd-typography"><p>The geometry type before a tolerance buffer is
|
|
219
|
+
applied.</p>
|
|
220
|
+
</div></li></ul></div>
|
|
221
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">AsyncIterable</span><span class="tsd-signature-symbol"><</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
222
|
+
<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>
|
|
190
223
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="count" class="tsd-anchor"></a>
|
|
191
224
|
<h3 class="tsd-anchor-link"><span>count</span><a href="#count" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
192
225
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -226,7 +259,7 @@ should override this method rather than identify().</p>
|
|
|
226
259
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
227
260
|
<ul class="tsd-parameter-list">
|
|
228
261
|
<li>
|
|
229
|
-
<h5><span class="tsd-kind-parameter">source</span>: <a href="../interfaces/data_FeatureSource.FeatureSource.html" class="tsd-signature-type tsd-kind-interface">FeatureSource</a></h5>
|
|
262
|
+
<h5><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></h5>
|
|
230
263
|
<div class="tsd-comment tsd-typography"><p>The source to identify.</p>
|
|
231
264
|
</div></li>
|
|
232
265
|
<li>
|
|
@@ -287,6 +320,7 @@ given feature source.</p>
|
|
|
287
320
|
<li><a href="#_createQuery" class="tsd-is-protected"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_create<wbr/>Query</span></a></li>
|
|
288
321
|
<li><a href="#_getClientSideLayerGraphics" class="tsd-is-protected"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_get<wbr/>Client<wbr/>Side<wbr/>Layer<wbr/>Graphics</span></a></li>
|
|
289
322
|
<li><a href="#_identify" class="tsd-is-protected"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_identify</span></a></li>
|
|
323
|
+
<li><a href="#_identifyMany" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_identify<wbr/>Many</span></a></li>
|
|
290
324
|
<li><a href="#count" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>count</span></a></li>
|
|
291
325
|
<li><a href="#identify" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>identify</span></a></li>
|
|
292
326
|
<li><a href="#isSupported" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>is<wbr/>Supported</span></a></li></ul></div></details></div>
|
|
@@ -44,6 +44,7 @@ rendered on the map.</p>
|
|
|
44
44
|
<div class="tsd-index-list"><a href="tasks_identify_FeatureLayer3DHitTestIdentifyProvider.FeatureLayer3DHitTestIdentifyProvider.html#_applyTolerance" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF4DB8" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-2048-path"></rect><path d="M9.162 16V7.24H10.578L11.514 10.072C11.602 10.328 11.674 10.584 11.73 10.84C11.794 11.088 11.842 11.28 11.874 11.416C11.906 11.28 11.954 11.088 12.018 10.84C12.082 10.584 12.154 10.324 12.234 10.06L13.122 7.24H14.538V16H13.482V12.82C13.482 12.468 13.49 12.068 13.506 11.62C13.53 11.172 13.558 10.716 13.59 10.252C13.622 9.78 13.654 9.332 13.686 8.908C13.726 8.476 13.762 8.1 13.794 7.78L12.366 12.16H11.334L9.894 7.78C9.934 8.092 9.97 8.456 10.002 8.872C10.042 9.28 10.078 9.716 10.11 10.18C10.142 10.636 10.166 11.092 10.182 11.548C10.206 12.004 10.218 12.428 10.218 12.82V16H9.162Z" fill="var(--color-text)" id="icon-2048-text"></path></svg><span>_apply<wbr/>Tolerance</span></a>
|
|
45
45
|
<a href="tasks_identify_FeatureLayer3DHitTestIdentifyProvider.FeatureLayer3DHitTestIdentifyProvider.html#_count" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_count</span></a>
|
|
46
46
|
<a href="tasks_identify_FeatureLayer3DHitTestIdentifyProvider.FeatureLayer3DHitTestIdentifyProvider.html#_identify" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_identify</span></a>
|
|
47
|
+
<a href="tasks_identify_FeatureLayer3DHitTestIdentifyProvider.FeatureLayer3DHitTestIdentifyProvider.html#_identifyMany" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_identify<wbr/>Many</span></a>
|
|
47
48
|
<a href="tasks_identify_FeatureLayer3DHitTestIdentifyProvider.FeatureLayer3DHitTestIdentifyProvider.html#_supportsQuery" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_supports<wbr/>Query</span></a>
|
|
48
49
|
<a href="tasks_identify_FeatureLayer3DHitTestIdentifyProvider.FeatureLayer3DHitTestIdentifyProvider.html#count" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>count</span></a>
|
|
49
50
|
<a href="tasks_identify_FeatureLayer3DHitTestIdentifyProvider.FeatureLayer3DHitTestIdentifyProvider.html#identify" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>identify</span></a>
|
|
@@ -115,8 +116,9 @@ should override this method rather than count().</p>
|
|
|
115
116
|
<ul class="tsd-signatures tsd-is-protected tsd-is-inherited">
|
|
116
117
|
<li class="tsd-signature tsd-anchor-link" id="_identify._identify-1"><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-type ">AsyncIterable</span><span class="tsd-signature-symbol"><</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">></span><a href="#_identify._identify-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
117
118
|
<li class="tsd-description">
|
|
118
|
-
<div class="tsd-comment tsd-typography"><p>Invoked to perform the actual work for <a href="tasks_identify_ArcGISSublayerQueryIdentifyProvider.ArcGISSublayerQueryIdentifyProvider.html#identify" class="tsd-kind-method">identify</a
|
|
119
|
-
should override this method rather than
|
|
119
|
+
<div class="tsd-comment tsd-typography"><p>Invoked to perform the actual work for <a href="tasks_identify_ArcGISSublayerQueryIdentifyProvider.ArcGISSublayerQueryIdentifyProvider.html#identify" class="tsd-kind-method">identify</a> on a single
|
|
120
|
+
source. Derived classes should override this method rather than
|
|
121
|
+
identify().</p>
|
|
120
122
|
</div>
|
|
121
123
|
<div class="tsd-parameters">
|
|
122
124
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -135,6 +137,37 @@ should override this method rather than identify().</p>
|
|
|
135
137
|
</div></li></ul></div>
|
|
136
138
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">AsyncIterable</span><span class="tsd-signature-symbol"><</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
137
139
|
<p>Inherited from <a href="tasks_identify_HitTestIdentifyProvider.HitTestIdentifyProvider.html">HitTestIdentifyProvider</a>.<a href="tasks_identify_HitTestIdentifyProvider.HitTestIdentifyProvider.html#_identify">_identify</a></p></aside></li></ul></section>
|
|
140
|
+
<section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="_identifyMany" class="tsd-anchor"></a>
|
|
141
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_identify<wbr/>Many</span><a href="#_identifyMany" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
142
|
+
<ul class="tsd-signatures tsd-is-protected tsd-is-inherited">
|
|
143
|
+
<li class="tsd-signature tsd-anchor-link" id="_identifyMany._identifyMany-1"><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"><</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">></span><a href="#_identifyMany._identifyMany-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
144
|
+
<li class="tsd-description">
|
|
145
|
+
<div class="tsd-comment tsd-typography"><p>Invoked to perform the work for <a href="tasks_identify_ArcGISSublayerQueryIdentifyProvider.ArcGISSublayerQueryIdentifyProvider.html#identify" class="tsd-kind-method">identify</a>. Default implementation
|
|
146
|
+
calls <a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html#_identify" class="tsd-kind-method">_identify</a> for each source. Derived classes can override this
|
|
147
|
+
method to implement special handling for multiple sources.</p>
|
|
148
|
+
</div>
|
|
149
|
+
<div class="tsd-parameters">
|
|
150
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
151
|
+
<ul class="tsd-parameter-list">
|
|
152
|
+
<li>
|
|
153
|
+
<h5><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></h5>
|
|
154
|
+
<div class="tsd-comment tsd-typography"><p>The sources to identify.</p>
|
|
155
|
+
</div></li>
|
|
156
|
+
<li>
|
|
157
|
+
<h5><span class="tsd-kind-parameter">geometry</span>: <span class="tsd-signature-type ">Geometry</span></h5>
|
|
158
|
+
<div class="tsd-comment tsd-typography"><p>The geometry to match against.</p>
|
|
159
|
+
</div></li>
|
|
160
|
+
<li>
|
|
161
|
+
<h5><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></h5>
|
|
162
|
+
<div class="tsd-comment tsd-typography"><p>Options that affect the identify operation.</p>
|
|
163
|
+
</div></li>
|
|
164
|
+
<li>
|
|
165
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">geometryType</span>: <span class="tsd-signature-type">string</span></h5>
|
|
166
|
+
<div class="tsd-comment tsd-typography"><p>The geometry type before a tolerance buffer is
|
|
167
|
+
applied.</p>
|
|
168
|
+
</div></li></ul></div>
|
|
169
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">AsyncIterable</span><span class="tsd-signature-symbol"><</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
170
|
+
<p>Inherited from <a href="tasks_identify_HitTestIdentifyProvider.HitTestIdentifyProvider.html">HitTestIdentifyProvider</a>.<a href="tasks_identify_HitTestIdentifyProvider.HitTestIdentifyProvider.html#_identifyMany">_identifyMany</a></p></aside></li></ul></section>
|
|
138
171
|
<section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="_supportsQuery" class="tsd-anchor"></a>
|
|
139
172
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_supports<wbr/>Query</span><a href="#_supportsQuery" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
140
173
|
<ul class="tsd-signatures tsd-is-protected tsd-is-inherited">
|
|
@@ -190,7 +223,7 @@ should override this method rather than identify().</p>
|
|
|
190
223
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
191
224
|
<ul class="tsd-parameter-list">
|
|
192
225
|
<li>
|
|
193
|
-
<h5><span class="tsd-kind-parameter">source</span>: <a href="../interfaces/data_FeatureSource.FeatureSource.html" class="tsd-signature-type tsd-kind-interface">FeatureSource</a></h5>
|
|
226
|
+
<h5><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></h5>
|
|
194
227
|
<div class="tsd-comment tsd-typography"><p>The source to identify.</p>
|
|
195
228
|
</div></li>
|
|
196
229
|
<li>
|
|
@@ -250,6 +283,7 @@ given feature source.</p>
|
|
|
250
283
|
<li><a href="#_applyTolerance" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_apply<wbr/>Tolerance</span></a></li>
|
|
251
284
|
<li><a href="#_count" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_count</span></a></li>
|
|
252
285
|
<li><a href="#_identify" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_identify</span></a></li>
|
|
286
|
+
<li><a href="#_identifyMany" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_identify<wbr/>Many</span></a></li>
|
|
253
287
|
<li><a href="#_supportsQuery" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_supports<wbr/>Query</span></a></li>
|
|
254
288
|
<li><a href="#count" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>count</span></a></li>
|
|
255
289
|
<li><a href="#identify" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>identify</span></a></li>
|
|
@@ -42,6 +42,7 @@ rendered on the map.</p>
|
|
|
42
42
|
<a href="tasks_identify_FeatureLayerClientSideIdentifyProvider.FeatureLayerClientSideIdentifyProvider.html#_createQuery" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_create<wbr/>Query</span></a>
|
|
43
43
|
<a href="tasks_identify_FeatureLayerClientSideIdentifyProvider.FeatureLayerClientSideIdentifyProvider.html#_getClientSideLayerGraphics" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_get<wbr/>Client<wbr/>Side<wbr/>Layer<wbr/>Graphics</span></a>
|
|
44
44
|
<a href="tasks_identify_FeatureLayerClientSideIdentifyProvider.FeatureLayerClientSideIdentifyProvider.html#_identify" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_identify</span></a>
|
|
45
|
+
<a href="tasks_identify_FeatureLayerClientSideIdentifyProvider.FeatureLayerClientSideIdentifyProvider.html#_identifyMany" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_identify<wbr/>Many</span></a>
|
|
45
46
|
<a href="tasks_identify_FeatureLayerClientSideIdentifyProvider.FeatureLayerClientSideIdentifyProvider.html#count" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>count</span></a>
|
|
46
47
|
<a href="tasks_identify_FeatureLayerClientSideIdentifyProvider.FeatureLayerClientSideIdentifyProvider.html#identify" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>identify</span></a>
|
|
47
48
|
<a href="tasks_identify_FeatureLayerClientSideIdentifyProvider.FeatureLayerClientSideIdentifyProvider.html#isSupported" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>is<wbr/>Supported</span></a>
|
|
@@ -161,8 +162,9 @@ LayerView.queryFeatures() function.</p>
|
|
|
161
162
|
<ul class="tsd-signatures tsd-is-protected tsd-is-inherited">
|
|
162
163
|
<li class="tsd-signature tsd-anchor-link" id="_identify._identify-1"><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"><</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">></span><a href="#_identify._identify-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
163
164
|
<li class="tsd-description">
|
|
164
|
-
<div class="tsd-comment tsd-typography"><p>Invoked to perform the actual work for <a href="tasks_identify_ArcGISSublayerQueryIdentifyProvider.ArcGISSublayerQueryIdentifyProvider.html#identify" class="tsd-kind-method">identify</a
|
|
165
|
-
should override this method rather than
|
|
165
|
+
<div class="tsd-comment tsd-typography"><p>Invoked to perform the actual work for <a href="tasks_identify_ArcGISSublayerQueryIdentifyProvider.ArcGISSublayerQueryIdentifyProvider.html#identify" class="tsd-kind-method">identify</a> on a single
|
|
166
|
+
source. Derived classes should override this method rather than
|
|
167
|
+
identify().</p>
|
|
166
168
|
</div>
|
|
167
169
|
<div class="tsd-parameters">
|
|
168
170
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -186,6 +188,37 @@ should override this method rather than identify().</p>
|
|
|
186
188
|
</div></li></ul></div>
|
|
187
189
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">AsyncIterable</span><span class="tsd-signature-symbol"><</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
188
190
|
<p>Inherited from <a href="tasks_identify_ClientSideIdentifyProvider.ClientSideIdentifyProvider.html">ClientSideIdentifyProvider</a>.<a href="tasks_identify_ClientSideIdentifyProvider.ClientSideIdentifyProvider.html#_identify">_identify</a></p></aside></li></ul></section>
|
|
191
|
+
<section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="_identifyMany" class="tsd-anchor"></a>
|
|
192
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_identify<wbr/>Many</span><a href="#_identifyMany" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
193
|
+
<ul class="tsd-signatures tsd-is-protected tsd-is-inherited">
|
|
194
|
+
<li class="tsd-signature tsd-anchor-link" id="_identifyMany._identifyMany-1"><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"><</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">></span><a href="#_identifyMany._identifyMany-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
195
|
+
<li class="tsd-description">
|
|
196
|
+
<div class="tsd-comment tsd-typography"><p>Invoked to perform the work for <a href="tasks_identify_ArcGISSublayerQueryIdentifyProvider.ArcGISSublayerQueryIdentifyProvider.html#identify" class="tsd-kind-method">identify</a>. Default implementation
|
|
197
|
+
calls <a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html#_identify" class="tsd-kind-method">_identify</a> for each source. Derived classes can override this
|
|
198
|
+
method to implement special handling for multiple sources.</p>
|
|
199
|
+
</div>
|
|
200
|
+
<div class="tsd-parameters">
|
|
201
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
202
|
+
<ul class="tsd-parameter-list">
|
|
203
|
+
<li>
|
|
204
|
+
<h5><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></h5>
|
|
205
|
+
<div class="tsd-comment tsd-typography"><p>The sources to identify.</p>
|
|
206
|
+
</div></li>
|
|
207
|
+
<li>
|
|
208
|
+
<h5><span class="tsd-kind-parameter">geometry</span>: <span class="tsd-signature-type ">Geometry</span></h5>
|
|
209
|
+
<div class="tsd-comment tsd-typography"><p>The geometry to match against.</p>
|
|
210
|
+
</div></li>
|
|
211
|
+
<li>
|
|
212
|
+
<h5><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></h5>
|
|
213
|
+
<div class="tsd-comment tsd-typography"><p>Options that affect the identify operation.</p>
|
|
214
|
+
</div></li>
|
|
215
|
+
<li>
|
|
216
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">geometryType</span>: <span class="tsd-signature-type">string</span></h5>
|
|
217
|
+
<div class="tsd-comment tsd-typography"><p>The geometry type before a tolerance buffer is
|
|
218
|
+
applied.</p>
|
|
219
|
+
</div></li></ul></div>
|
|
220
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">AsyncIterable</span><span class="tsd-signature-symbol"><</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
221
|
+
<p>Inherited from <a href="tasks_identify_ClientSideIdentifyProvider.ClientSideIdentifyProvider.html">ClientSideIdentifyProvider</a>.<a href="tasks_identify_ClientSideIdentifyProvider.ClientSideIdentifyProvider.html#_identifyMany">_identifyMany</a></p></aside></li></ul></section>
|
|
189
222
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="count" class="tsd-anchor"></a>
|
|
190
223
|
<h3 class="tsd-anchor-link"><span>count</span><a href="#count" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
191
224
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -225,7 +258,7 @@ should override this method rather than identify().</p>
|
|
|
225
258
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
226
259
|
<ul class="tsd-parameter-list">
|
|
227
260
|
<li>
|
|
228
|
-
<h5><span class="tsd-kind-parameter">source</span>: <a href="../interfaces/data_FeatureSource.FeatureSource.html" class="tsd-signature-type tsd-kind-interface">FeatureSource</a></h5>
|
|
261
|
+
<h5><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></h5>
|
|
229
262
|
<div class="tsd-comment tsd-typography"><p>The source to identify.</p>
|
|
230
263
|
</div></li>
|
|
231
264
|
<li>
|
|
@@ -286,6 +319,7 @@ given feature source.</p>
|
|
|
286
319
|
<li><a href="#_createQuery" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_create<wbr/>Query</span></a></li>
|
|
287
320
|
<li><a href="#_getClientSideLayerGraphics" class="tsd-is-protected"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_get<wbr/>Client<wbr/>Side<wbr/>Layer<wbr/>Graphics</span></a></li>
|
|
288
321
|
<li><a href="#_identify" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_identify</span></a></li>
|
|
322
|
+
<li><a href="#_identifyMany" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_identify<wbr/>Many</span></a></li>
|
|
289
323
|
<li><a href="#count" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>count</span></a></li>
|
|
290
324
|
<li><a href="#identify" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>identify</span></a></li>
|
|
291
325
|
<li><a href="#isSupported" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>is<wbr/>Supported</span></a></li></ul></div></details></div>
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
<div class="tsd-index-list"><a href="tasks_identify_FeatureLayerQueryIdentifyProvider.FeatureLayerQueryIdentifyProvider.html#_applyTolerance" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF4DB8" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-2048-path"></rect><path d="M9.162 16V7.24H10.578L11.514 10.072C11.602 10.328 11.674 10.584 11.73 10.84C11.794 11.088 11.842 11.28 11.874 11.416C11.906 11.28 11.954 11.088 12.018 10.84C12.082 10.584 12.154 10.324 12.234 10.06L13.122 7.24H14.538V16H13.482V12.82C13.482 12.468 13.49 12.068 13.506 11.62C13.53 11.172 13.558 10.716 13.59 10.252C13.622 9.78 13.654 9.332 13.686 8.908C13.726 8.476 13.762 8.1 13.794 7.78L12.366 12.16H11.334L9.894 7.78C9.934 8.092 9.97 8.456 10.002 8.872C10.042 9.28 10.078 9.716 10.11 10.18C10.142 10.636 10.166 11.092 10.182 11.548C10.206 12.004 10.218 12.428 10.218 12.82V16H9.162Z" fill="var(--color-text)" id="icon-2048-text"></path></svg><span>_apply<wbr/>Tolerance</span></a>
|
|
40
40
|
<a href="tasks_identify_FeatureLayerQueryIdentifyProvider.FeatureLayerQueryIdentifyProvider.html#_count" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_count</span></a>
|
|
41
41
|
<a href="tasks_identify_FeatureLayerQueryIdentifyProvider.FeatureLayerQueryIdentifyProvider.html#_identify" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_identify</span></a>
|
|
42
|
+
<a href="tasks_identify_FeatureLayerQueryIdentifyProvider.FeatureLayerQueryIdentifyProvider.html#_identifyMany" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_identify<wbr/>Many</span></a>
|
|
42
43
|
<a href="tasks_identify_FeatureLayerQueryIdentifyProvider.FeatureLayerQueryIdentifyProvider.html#count" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>count</span></a>
|
|
43
44
|
<a href="tasks_identify_FeatureLayerQueryIdentifyProvider.FeatureLayerQueryIdentifyProvider.html#identify" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>identify</span></a>
|
|
44
45
|
<a href="tasks_identify_FeatureLayerQueryIdentifyProvider.FeatureLayerQueryIdentifyProvider.html#isSupported" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>is<wbr/>Supported</span></a>
|
|
@@ -104,8 +105,9 @@ should override this method rather than count().</p>
|
|
|
104
105
|
<ul class="tsd-signatures tsd-is-protected">
|
|
105
106
|
<li class="tsd-signature tsd-anchor-link" id="_identify._identify-1"><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-type ">AsyncIterable</span><span class="tsd-signature-symbol"><</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">></span><a href="#_identify._identify-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
106
107
|
<li class="tsd-description">
|
|
107
|
-
<div class="tsd-comment tsd-typography"><p>Invoked to perform the actual work for <a href="tasks_identify_ArcGISSublayerQueryIdentifyProvider.ArcGISSublayerQueryIdentifyProvider.html#identify" class="tsd-kind-method">identify</a
|
|
108
|
-
should override this method rather than
|
|
108
|
+
<div class="tsd-comment tsd-typography"><p>Invoked to perform the actual work for <a href="tasks_identify_ArcGISSublayerQueryIdentifyProvider.ArcGISSublayerQueryIdentifyProvider.html#identify" class="tsd-kind-method">identify</a> on a single
|
|
109
|
+
source. Derived classes should override this method rather than
|
|
110
|
+
identify().</p>
|
|
109
111
|
</div>
|
|
110
112
|
<div class="tsd-parameters">
|
|
111
113
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -124,6 +126,37 @@ should override this method rather than identify().</p>
|
|
|
124
126
|
</div></li></ul></div>
|
|
125
127
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">AsyncIterable</span><span class="tsd-signature-symbol"><</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
126
128
|
<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>
|
|
129
|
+
<section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="_identifyMany" class="tsd-anchor"></a>
|
|
130
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_identify<wbr/>Many</span><a href="#_identifyMany" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
131
|
+
<ul class="tsd-signatures tsd-is-protected tsd-is-inherited">
|
|
132
|
+
<li class="tsd-signature tsd-anchor-link" id="_identifyMany._identifyMany-1"><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"><</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">></span><a href="#_identifyMany._identifyMany-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
133
|
+
<li class="tsd-description">
|
|
134
|
+
<div class="tsd-comment tsd-typography"><p>Invoked to perform the work for <a href="tasks_identify_ArcGISSublayerQueryIdentifyProvider.ArcGISSublayerQueryIdentifyProvider.html#identify" class="tsd-kind-method">identify</a>. Default implementation
|
|
135
|
+
calls <a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html#_identify" class="tsd-kind-method">_identify</a> for each source. Derived classes can override this
|
|
136
|
+
method to implement special handling for multiple sources.</p>
|
|
137
|
+
</div>
|
|
138
|
+
<div class="tsd-parameters">
|
|
139
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
140
|
+
<ul class="tsd-parameter-list">
|
|
141
|
+
<li>
|
|
142
|
+
<h5><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></h5>
|
|
143
|
+
<div class="tsd-comment tsd-typography"><p>The sources to identify.</p>
|
|
144
|
+
</div></li>
|
|
145
|
+
<li>
|
|
146
|
+
<h5><span class="tsd-kind-parameter">geometry</span>: <span class="tsd-signature-type ">Geometry</span></h5>
|
|
147
|
+
<div class="tsd-comment tsd-typography"><p>The geometry to match against.</p>
|
|
148
|
+
</div></li>
|
|
149
|
+
<li>
|
|
150
|
+
<h5><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></h5>
|
|
151
|
+
<div class="tsd-comment tsd-typography"><p>Options that affect the identify operation.</p>
|
|
152
|
+
</div></li>
|
|
153
|
+
<li>
|
|
154
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">geometryType</span>: <span class="tsd-signature-type">string</span></h5>
|
|
155
|
+
<div class="tsd-comment tsd-typography"><p>The geometry type before a tolerance buffer is
|
|
156
|
+
applied.</p>
|
|
157
|
+
</div></li></ul></div>
|
|
158
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">AsyncIterable</span><span class="tsd-signature-symbol"><</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
159
|
+
<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>
|
|
127
160
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="count" class="tsd-anchor"></a>
|
|
128
161
|
<h3 class="tsd-anchor-link"><span>count</span><a href="#count" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
129
162
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -163,7 +196,7 @@ should override this method rather than identify().</p>
|
|
|
163
196
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
164
197
|
<ul class="tsd-parameter-list">
|
|
165
198
|
<li>
|
|
166
|
-
<h5><span class="tsd-kind-parameter">source</span>: <a href="../interfaces/data_FeatureSource.FeatureSource.html" class="tsd-signature-type tsd-kind-interface">FeatureSource</a></h5>
|
|
199
|
+
<h5><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></h5>
|
|
167
200
|
<div class="tsd-comment tsd-typography"><p>The source to identify.</p>
|
|
168
201
|
</div></li>
|
|
169
202
|
<li>
|
|
@@ -222,6 +255,7 @@ given feature source.</p>
|
|
|
222
255
|
<li><a href="#_applyTolerance" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_apply<wbr/>Tolerance</span></a></li>
|
|
223
256
|
<li><a href="#_count" class="tsd-is-protected"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_count</span></a></li>
|
|
224
257
|
<li><a href="#_identify" class="tsd-is-protected"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_identify</span></a></li>
|
|
258
|
+
<li><a href="#_identifyMany" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_identify<wbr/>Many</span></a></li>
|
|
225
259
|
<li><a href="#count" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>count</span></a></li>
|
|
226
260
|
<li><a href="#identify" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>identify</span></a></li>
|
|
227
261
|
<li><a href="#isSupported" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>is<wbr/>Supported</span></a></li></ul></div></details></div>
|
|
@@ -44,6 +44,7 @@ rendered on the map.</p>
|
|
|
44
44
|
<div class="tsd-index-list"><a href="tasks_identify_GeoJSONLayer3DHitTestIdentifyProvider.GeoJSONLayer3DHitTestIdentifyProvider.html#_applyTolerance" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF4DB8" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-2048-path"></rect><path d="M9.162 16V7.24H10.578L11.514 10.072C11.602 10.328 11.674 10.584 11.73 10.84C11.794 11.088 11.842 11.28 11.874 11.416C11.906 11.28 11.954 11.088 12.018 10.84C12.082 10.584 12.154 10.324 12.234 10.06L13.122 7.24H14.538V16H13.482V12.82C13.482 12.468 13.49 12.068 13.506 11.62C13.53 11.172 13.558 10.716 13.59 10.252C13.622 9.78 13.654 9.332 13.686 8.908C13.726 8.476 13.762 8.1 13.794 7.78L12.366 12.16H11.334L9.894 7.78C9.934 8.092 9.97 8.456 10.002 8.872C10.042 9.28 10.078 9.716 10.11 10.18C10.142 10.636 10.166 11.092 10.182 11.548C10.206 12.004 10.218 12.428 10.218 12.82V16H9.162Z" fill="var(--color-text)" id="icon-2048-text"></path></svg><span>_apply<wbr/>Tolerance</span></a>
|
|
45
45
|
<a href="tasks_identify_GeoJSONLayer3DHitTestIdentifyProvider.GeoJSONLayer3DHitTestIdentifyProvider.html#_count" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_count</span></a>
|
|
46
46
|
<a href="tasks_identify_GeoJSONLayer3DHitTestIdentifyProvider.GeoJSONLayer3DHitTestIdentifyProvider.html#_identify" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_identify</span></a>
|
|
47
|
+
<a href="tasks_identify_GeoJSONLayer3DHitTestIdentifyProvider.GeoJSONLayer3DHitTestIdentifyProvider.html#_identifyMany" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_identify<wbr/>Many</span></a>
|
|
47
48
|
<a href="tasks_identify_GeoJSONLayer3DHitTestIdentifyProvider.GeoJSONLayer3DHitTestIdentifyProvider.html#_supportsQuery" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_supports<wbr/>Query</span></a>
|
|
48
49
|
<a href="tasks_identify_GeoJSONLayer3DHitTestIdentifyProvider.GeoJSONLayer3DHitTestIdentifyProvider.html#count" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>count</span></a>
|
|
49
50
|
<a href="tasks_identify_GeoJSONLayer3DHitTestIdentifyProvider.GeoJSONLayer3DHitTestIdentifyProvider.html#identify" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>identify</span></a>
|
|
@@ -115,8 +116,9 @@ should override this method rather than count().</p>
|
|
|
115
116
|
<ul class="tsd-signatures tsd-is-protected tsd-is-inherited">
|
|
116
117
|
<li class="tsd-signature tsd-anchor-link" id="_identify._identify-1"><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-type ">AsyncIterable</span><span class="tsd-signature-symbol"><</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">></span><a href="#_identify._identify-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
117
118
|
<li class="tsd-description">
|
|
118
|
-
<div class="tsd-comment tsd-typography"><p>Invoked to perform the actual work for <a href="tasks_identify_ArcGISSublayerQueryIdentifyProvider.ArcGISSublayerQueryIdentifyProvider.html#identify" class="tsd-kind-method">identify</a
|
|
119
|
-
should override this method rather than
|
|
119
|
+
<div class="tsd-comment tsd-typography"><p>Invoked to perform the actual work for <a href="tasks_identify_ArcGISSublayerQueryIdentifyProvider.ArcGISSublayerQueryIdentifyProvider.html#identify" class="tsd-kind-method">identify</a> on a single
|
|
120
|
+
source. Derived classes should override this method rather than
|
|
121
|
+
identify().</p>
|
|
120
122
|
</div>
|
|
121
123
|
<div class="tsd-parameters">
|
|
122
124
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -135,6 +137,37 @@ should override this method rather than identify().</p>
|
|
|
135
137
|
</div></li></ul></div>
|
|
136
138
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">AsyncIterable</span><span class="tsd-signature-symbol"><</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
137
139
|
<p>Inherited from <a href="tasks_identify_HitTestIdentifyProvider.HitTestIdentifyProvider.html">HitTestIdentifyProvider</a>.<a href="tasks_identify_HitTestIdentifyProvider.HitTestIdentifyProvider.html#_identify">_identify</a></p></aside></li></ul></section>
|
|
140
|
+
<section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="_identifyMany" class="tsd-anchor"></a>
|
|
141
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_identify<wbr/>Many</span><a href="#_identifyMany" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
142
|
+
<ul class="tsd-signatures tsd-is-protected tsd-is-inherited">
|
|
143
|
+
<li class="tsd-signature tsd-anchor-link" id="_identifyMany._identifyMany-1"><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"><</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">></span><a href="#_identifyMany._identifyMany-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
144
|
+
<li class="tsd-description">
|
|
145
|
+
<div class="tsd-comment tsd-typography"><p>Invoked to perform the work for <a href="tasks_identify_ArcGISSublayerQueryIdentifyProvider.ArcGISSublayerQueryIdentifyProvider.html#identify" class="tsd-kind-method">identify</a>. Default implementation
|
|
146
|
+
calls <a href="tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html#_identify" class="tsd-kind-method">_identify</a> for each source. Derived classes can override this
|
|
147
|
+
method to implement special handling for multiple sources.</p>
|
|
148
|
+
</div>
|
|
149
|
+
<div class="tsd-parameters">
|
|
150
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
151
|
+
<ul class="tsd-parameter-list">
|
|
152
|
+
<li>
|
|
153
|
+
<h5><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></h5>
|
|
154
|
+
<div class="tsd-comment tsd-typography"><p>The sources to identify.</p>
|
|
155
|
+
</div></li>
|
|
156
|
+
<li>
|
|
157
|
+
<h5><span class="tsd-kind-parameter">geometry</span>: <span class="tsd-signature-type ">Geometry</span></h5>
|
|
158
|
+
<div class="tsd-comment tsd-typography"><p>The geometry to match against.</p>
|
|
159
|
+
</div></li>
|
|
160
|
+
<li>
|
|
161
|
+
<h5><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></h5>
|
|
162
|
+
<div class="tsd-comment tsd-typography"><p>Options that affect the identify operation.</p>
|
|
163
|
+
</div></li>
|
|
164
|
+
<li>
|
|
165
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">geometryType</span>: <span class="tsd-signature-type">string</span></h5>
|
|
166
|
+
<div class="tsd-comment tsd-typography"><p>The geometry type before a tolerance buffer is
|
|
167
|
+
applied.</p>
|
|
168
|
+
</div></li></ul></div>
|
|
169
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">AsyncIterable</span><span class="tsd-signature-symbol"><</span><a href="data_Feature.Feature.html" class="tsd-signature-type tsd-kind-class">Feature</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
170
|
+
<p>Inherited from <a href="tasks_identify_HitTestIdentifyProvider.HitTestIdentifyProvider.html">HitTestIdentifyProvider</a>.<a href="tasks_identify_HitTestIdentifyProvider.HitTestIdentifyProvider.html#_identifyMany">_identifyMany</a></p></aside></li></ul></section>
|
|
138
171
|
<section class="tsd-panel tsd-member tsd-is-protected"><a id="_supportsQuery" class="tsd-anchor"></a>
|
|
139
172
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_supports<wbr/>Query</span><a href="#_supportsQuery" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
140
173
|
<ul class="tsd-signatures tsd-is-protected">
|
|
@@ -183,7 +216,7 @@ should override this method rather than identify().</p>
|
|
|
183
216
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
184
217
|
<ul class="tsd-parameter-list">
|
|
185
218
|
<li>
|
|
186
|
-
<h5><span class="tsd-kind-parameter">source</span>: <a href="../interfaces/data_FeatureSource.FeatureSource.html" class="tsd-signature-type tsd-kind-interface">FeatureSource</a></h5>
|
|
219
|
+
<h5><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></h5>
|
|
187
220
|
<div class="tsd-comment tsd-typography"><p>The source to identify.</p>
|
|
188
221
|
</div></li>
|
|
189
222
|
<li>
|
|
@@ -243,6 +276,7 @@ given feature source.</p>
|
|
|
243
276
|
<li><a href="#_applyTolerance" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_apply<wbr/>Tolerance</span></a></li>
|
|
244
277
|
<li><a href="#_count" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_count</span></a></li>
|
|
245
278
|
<li><a href="#_identify" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_identify</span></a></li>
|
|
279
|
+
<li><a href="#_identifyMany" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_identify<wbr/>Many</span></a></li>
|
|
246
280
|
<li><a href="#_supportsQuery" class="tsd-is-protected"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_supports<wbr/>Query</span></a></li>
|
|
247
281
|
<li><a href="#count" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>count</span></a></li>
|
|
248
282
|
<li><a href="#identify" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>identify</span></a></li>
|