com.esri.core.tasks.ags.identify
Class IdentifyTask

java.lang.Object
  extended by com.esri.core.tasks.ags.identify.IdentifyTask

public class IdentifyTask
extends Object


Constructor Summary
IdentifyTask(String url)
          Instantiates a new query task.
IdentifyTask(String url, UserCredentials credentials)
           
 
Method Summary
 IdentifyResult[] execute(IdentifyParameters identifyInput)
           
 void executeAsync(IdentifyParameters identifyInput, CallbackListener<IdentifyResult[]> callback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentifyTask

public IdentifyTask(String url)
Instantiates a new query task.

Parameters:
url - the URL

IdentifyTask

public IdentifyTask(String url,
                    UserCredentials credentials)
             throws EsriSecurityException
Throws:
EsriSecurityException
Method Detail

execute

public IdentifyResult[] execute(IdentifyParameters identifyInput)
                         throws Exception
Throws:
Exception

executeAsync

public void executeAsync(IdentifyParameters identifyInput,
                         CallbackListener<IdentifyResult[]> callback)


Copyright © 2012. All Rights Reserved.