Package | Description |
---|---|
edu.ucdavis.cstars.client | |
edu.ucdavis.cstars.client.layers | |
edu.ucdavis.cstars.client.tasks |
Modifier and Type | Class and Description |
---|---|
static class |
Graphic.Attributes |
Modifier and Type | Method and Description |
---|---|
JSObject |
JSObject.getObject(java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
JSObject |
FeatureType.domains()
Map of field names to domains.
|
JSObject |
RasterFunction.getArguments()
Get the function arguments
|
Modifier and Type | Method and Description |
---|---|
void |
RasterFunction.setArguments(JSObject arguments)
Set the arguments
|
Modifier and Type | Method and Description |
---|---|
JSObject |
AddressCandidate.getAttributes()
Name value pairs of field name and field value as defined in outFields in Locator.addressToLocations.
|
JSObject |
FeatureSet.getFieldAliases()
Set of name-value pairs for the attribute's field and alias names.
|
JSObject |
ImageServiceIdentifyResult.getProperties()
The attributes of the identified object.
|
Modifier and Type | Method and Description |
---|---|
Deferred |
Geoprocessor.execute(JSObject params)
Sends a request to the server to execute a synchronous GP task.
|
Deferred |
Geoprocessor.execute(JSObject params,
GeoprocessorExecuteCallback callback)
Sends a request to the server to execute a synchronous GP task.
|
void |
FeatureSet.setFieldAliases(JSObject fieldAliases)
Set the field aliases parameter.
|
void |
Geoprocessor.submitJob(JSObject inputParameters)
Submits a job to the server for asynchronous processing by the GP task.
|
void |
Geoprocessor.submitJob(JSObject inputParameters,
SubmitJobCallback callback)
Submits a job to the server for asynchronous processing by the GP task.
|