public class ImageServiceIdentifyTask
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Method and Description |
---|---|
static ImageServiceIdentifyTask |
_create(java.lang.String url) |
void |
addCompleteHandler(ImageServiceIdentifyTaskCompleteHandler handler)
Fires when the identify operation is complete.
|
static boolean |
assertLoaded()
Check that the esri.layers.ImageServiceIdentifyTask has been loaded
|
static ImageServiceIdentifyTask |
create(java.lang.String url)
Creates a new ImageServiceIdentifyTask object.
|
Deferred |
execute(ImageServiceIdentifyParameters params)
Sends a request to the ArcGIS REST image service resource to identify content based on the
ImageServiceIdentifyParameters specified in the imageServiceIdentifyParameters argument.
|
Deferred |
execute(ImageServiceIdentifyParameters params,
ImageServiceIdentifyTaskCallback callback)
Sends a request to the ArcGIS REST image service resource to identify content based on the
ImageServiceIdentifyParameters specified in the imageServiceIdentifyParameters argument.
|
public static ImageServiceIdentifyTask create(java.lang.String url)
url
- - URL to the ArcGIS Server REST resource that represents an image service.public static ImageServiceIdentifyTask _create(java.lang.String url)
public static boolean assertLoaded()
public final Deferred execute(ImageServiceIdentifyParameters params, ImageServiceIdentifyTaskCallback callback)
params
- - Specifies the criteria used to identify the features.callback
- - functions to call when operation is completed.public final Deferred execute(ImageServiceIdentifyParameters params)
params
- - Specifies the criteria used to identify the features.public final void addCompleteHandler(ImageServiceIdentifyTaskCompleteHandler handler)
handler
- - Fires when the identify operation is complete.