Method Overview
Name | Return Type | Summary | Object |
---|---|---|---|
Promise<object> | Sends a request to the ArcGIS REST map service resource to identify features based on the IdentifyParameters specified. more details | identify |
Method Details
-
Sends a request to the ArcGIS REST map service resource to identify features based on the IdentifyParameters specified.
Parametersurl StringURL to the ArcGIS Server REST resource that represents a map service.
params IdentifyParametersSpecifies the criteria used to identify the features.
requestOptions ObjectoptionalAdditional options to be used for the data request (will override requestOptions defined during construction).
ReturnsType 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 betrue
if an identify matches more than themaxRecordCount
features. It will befalse
otherwise. Supported by ArcGIS Server version 10.1 and later.