Package | Description |
---|---|
edu.ucdavis.cstars.client.tasks |
Modifier and Type | Method and Description |
---|---|
static Locator.Parameters |
Locator.Parameters.create()
Creates new Parameters object
|
Modifier and Type | Method and Description |
---|---|
Deferred |
Locator.addressToLocations(Locator.Parameters params)
Sends a request to the ArcGIS REST geocode resource to find candidates for a single address specified in the address
argument.
|
Deferred |
Locator.addressToLocations(Locator.Parameters params,
AddressToLocationsCallback callback)
Sends a request to the ArcGIS REST geocode resource to find candidates for a single address specified in the address
argument.
|