A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-identify.html below:

identify | API Reference | ArcGIS Maps SDK for JavaScript 4.33

ESM: import * as identify from "@arcgis/core/rest/identify.js";

CDN: const identify = await $arcgis.import("@arcgis/core/rest/identify.js");

Object: @arcgis/core/rest/identify

Since: ArcGIS Maps SDK for JavaScript 4.19

Performs an identify operation on the layers of a map service exposed by the ArcGIS Server REST API. Use IdentifyParameters to set the parameters for the identify operation and IdentifyResult to work with the results.

Known Limitations

The identify operation is currently not supported if attempting to be used in a 3D SceneView

Method Overview Name Return Type Summary Object identify() Promise<Object>

Sends a request to the ArcGIS REST map service resource to identify features based on the IdentifyParameters specified.

identify Method Details
identify Method identify(url, params, requestOptions){Promise<Object>}

Sends a request to the ArcGIS REST map service resource to identify features based on the IdentifyParameters specified.

Parameters

URL to the ArcGIS Server REST resource that represents a map service.

Specifies the criteria used to identify the features.

optional

Additional options to be used for the data request.

Returns

Type Description Promise<Object> Resolves to an object with the following properties: Property Type Description results IdentifyResult[] An array of objects containing the result features of the Identify task. exceededTransferLimit Boolean If maxRecordCount is configured for a service, exceededTransferLimit will be true if an identify matches more than the maxRecordCount features. It will be false otherwise. Supported by ArcGIS Server version 10.1 and later.

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4