Performs an identify operation on an image service resource. It identifies the content of an image service for the input location and mosaic rule. Use ImageServiceIdentifyParameters to set the parameters of the task and ImageServiceIdentifyResult to work with the results.
Constructors
new ImageServiceIdentifyTask(properties)
properties Object See the properties for a list of all the properties that may be passed into the constructor. |
Property Overview
Name | Type | Summary | |
---|---|---|---|
String | The name of the class. more details | more details | |
Object | The options to be used for data requests. more details | more details | |
String | URL to the ArcGIS Server REST resource that represents an image service. more details | more details |
Property Details
declaredClassStringreadonly
The name of the class. The declared class name is formatted as
esri.folder.className
.requestOptionsObject
The options to be used for data requests. These options can also be controlled through the
requestOptions
method parameter.urlString
URL to the ArcGIS Server REST resource that represents an image service.
Method Overview
Name | Return Type | Summary | |
---|---|---|---|
Promise | Sends a request to the ArcGIS REST image service resource to identify content based on the ImageServiceIdentifyParameters specified in the | more details |
Method Details
execute(params, requestOptions){Promise}
Sends a request to the ArcGIS REST image service resource to identify content based on the ImageServiceIdentifyParameters specified in the
params
argument.Parameters:Specifies the criteria used to identify the features.
optionalrequestOptions ObjectAdditional options to be used for the data request (will override requestOptions defined during construction).
Returns:Type Description Promise When resolved, returns an instance of ImageServiceIdentifyResult.