AGSFindResult Class Reference


Description

Instances of this class represent results of an AGSFindTask operation.

Defined in:
AGSFindTask.h ( ArcGIS library)
Since:
1.0
Inheritance diagram for AGSFindResult:
<AGSCoding>

List of all members.

Public Member Functions

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

Properties

NSString * displayFieldName
AGSGraphicfeature
NSString * foundFieldName
NSUInteger layerId
NSString * layerName

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

- (NSString*) displayFieldName [read, retain]

Name of the layer's primary display field.

Since:
1.0
- (AGSGraphic*) feature [read, retain]

The feature in the layer that contains or matches the search text. The feature's attributes contain field values from the layer. The feature may or may not have a geometry depending on whether it belongs to a layer or a table respectively.

Since:
1.0
- (NSString*) foundFieldName [read, retain]

Name of the layer's field that contains the search text.

Since:
1.0
- (NSUInteger) layerId [read, assign]

ID of the layer that contains the search text.

Since:
1.0
- (NSString*) layerName [read, retain]

Name of the layer that contains the search text.

Since:
1.0