ImageServerIdentifyResult
A class that contains the results from an image service identify request.
Property |
Type |
Description |
---|---|---|
Name |
string |
The identify property name. |
Value |
string |
The identify property (pixel) value. |
Location |
The identified location. | |
Properties |
A set of name-value pairs for the field names and values of the identified object. The key is "Values" and the value is an string array, with each string representing pixel value of the corresponding catalog item. Pixel values are ordered the same way as CatalogItems. | |
CatalogItems |
A set of identified catalog items. | |
CatalogItemVisibilities |
double[] |
A set of visible area for identified catalog items. |
Remarks
Returned from the Identify request, this object contains the pixel value of current visible raster at the specified location and a set of catalog items (RecordSet) that overlap the given geometry.