AGSImageServiceIdentifyResult Class Reference


Description

The results from an AGSImageServiceIdentifyTask. It has no constructor.

Defined in:
AGSImageServiceIdentifyResult.h ( ArcGIS library)
Since:
1.8
Inheritance diagram for AGSImageServiceIdentifyResult:
<AGSCoding>

List of all members.

Public Member Functions

(void) - decodeWithJSON:
(NSDictionary *) - encodeToJSON
(id) - initWithJSON:

Properties

AGSFeatureSetcatalogItems
NSArray * catalogItemVisibilities
AGSPointlocation
NSString * name
NSNumber * objectId
NSDictionary * properties
NSString * value

Member Function Documentation

- (void) decodeWithJSON: (NSDictionary *)  json   [optional, inherited]

Decode object from JSON representation.

Parameters:
json The JSON representation of the object to be decoded.
Since:
1.0
- (NSDictionary *) encodeToJSON   [optional, inherited]

Encode and return JSON representation for object.

Returns:
JSON representation of object.
Since:
1.0
- (id) initWithJSON: (NSDictionary *)  json   [optional, inherited]

Initialize and return object from JSON representation.

Parameters:
json The JSON representation of the object to be created.
Returns:
Object decoded from JSON representation.
Since:
1.0

Property Documentation

- (AGSFeatureSet*) catalogItems [read, retain]

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

Since:
1.8
- (NSArray*) catalogItemVisibilities [read, retain]

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

Since:
1.8
- (AGSPoint*) location [read, retain]

The identified location.

Since:
1.8
- (NSString*) name [read, retain]

The identify property name.

Since:
1.8
- (NSNumber*) objectId [read, retain]

The identify property id.

Since:
1.8
- (NSDictionary*) properties [read, retain]

The attributes of the identified object.

Since:
1.8
- (NSString*) value [read, retain]

The identify property pixel value.

Since:
1.8