Uses of Class
com.esri.core.tasks.ags.identify.IdentifyResult

Packages that use IdentifyResult
com.esri.android.action Contains convenience classes that provide a way to display results returned from identify operations. 
com.esri.core.tasks.ags.identify Contains classes for defining identify operations that are executed on an ArcGIS Server. 
 

Uses of IdentifyResult in com.esri.android.action
 

Methods in com.esri.android.action with parameters of type IdentifyResult
 void IdentifyResultView.setResult(IdentifyResult result)
          Sets the result to display in this view.
 

Constructors in com.esri.android.action with parameters of type IdentifyResult
IdentifyResultView(android.content.Context context, IdentifyResult result)
          Constructor taking in the IdentifyResult to display.
 

Constructor parameters in com.esri.android.action with type arguments of type IdentifyResult
IdentifyResultSpinner(android.content.Context context, List<IdentifyResult> identifyResults)
          Constructor taking in a List of results intended to be displayed.
IdentifyResultSpinnerAdapter(android.content.Context context, List<IdentifyResult> results)
          Constructor taking in a List of results intended to be displayed in a IdentifyResultSpinner
 

Uses of IdentifyResult in com.esri.core.tasks.ags.identify
 

Methods in com.esri.core.tasks.ags.identify that return IdentifyResult
 IdentifyResult[] IdentifyTask.execute(IdentifyParameters identifyInput)
          Executes an identify action.
If any results are retrieved by attempting to identify features, the results are returned as an array of type IdentifyResults.
 



Copyright © 2012. All Rights Reserved.