Package | Description |
---|---|
edu.ucdavis.cstars.client.tasks |
Modifier and Type | Method and Description |
---|---|
static FindParameters |
FindParameters.create()
Creates a new FindParameters object.
|
Modifier and Type | Method and Description |
---|---|
Deferred |
FindTask.execute(FindParameters params)
Sends a request to the ArcGIS REST map service resource to perform a search based on the FindParameters specified in the findParameters argument.
|
Deferred |
FindTask.execute(FindParameters params,
FindTaskCallback taskCallback)
Sends a request to the ArcGIS REST map service resource to perform a search based on the FindParameters specified in the findParameters argument.
|