AGSIdentifyResult Class Reference
Description
Instances of this class represent results of an AGSIdentifyTask operation.
 - Defined in:
 -   AGSIdentifyTask.h  ( ArcGIS library) 
 
 - Since:
 - 1.0 
 
List of all members.
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 
 
 
 
The identified feature. 
- Since:
 - 1.0 
 
 
 
      
        
          - (NSUInteger) layerId [read, assign] | 
        
      
 
ID of the layer that contains the identified feature. 
- Since:
 - 1.0 
 
 
 
      
        
          - (NSString*) layerName [read, retain] | 
        
      
 
Name of the layer that contains the identified feature 
- Since:
 - 1.0