Hide Table of Contents
esri/dijit/util
esri/layer/pixelFilters
esri/process
esri/support
esri/workers
Class: ImageServiceIdentifyResult

require(["esri/tasks/ImageServiceIdentifyResult"], function(ImageServiceIdentifyResult) { /* code goes here */ });

Description

(Added at v2.0)
The results from an ImageServiceIdentifyTask. ImageServiceIdentifyResult has no constructor.

Samples

Search for samples that use this class.

Properties

NameTypeSummary
catalogItemVisibilitiesNumber[]The set of visible areas for the identified catalog items.
catalogItemsFeatureSetThe set of catalog items that overlap the input geometry.
locationPointThe identified location.
nameStringThe identify property name.
objectIdNumberThe identify property id.
propertiesObjectThe attributes of the identified object.
valueStringThe identify property pixel value.
Property Details

<Number[]> catalogItemVisibilities

The set of visible areas for the identified catalog items. CatalogItemVisibilities are returned only when the image service source is a mosaic dataset.

<FeatureSet> catalogItems

The set of catalog items that overlap the input geometry. CatalogItems are returned only when the image service source is a mosaic dataset.

<Point> location

The identified location.

<String> name

The identify property name.

<Number> objectId

The identify property id.

<Object> properties

The attributes of the identified object.

<String> value

The identify property pixel value.
Show Modal