Package | Description |
---|---|
edu.ucdavis.cstars.client.layers | |
edu.ucdavis.cstars.client.tasks |
Modifier and Type | Method and Description |
---|---|
static ImageParameters |
ImageParameters.create()
Creates a new ImageParameters object.
|
Modifier and Type | Method and Description |
---|---|
void |
ArcGISDynamicMapServiceLayer.exportMapImage(ImageParameters params)
Exports a map using values as specified by ImageParameters.
|
void |
ArcGISDynamicMapServiceLayer.exportMapImage(ImageParameters params,
MapImageExportHandler handler)
Exports a map using values as specified by ImageParameters.
|
void |
ArcGISDynamicMapServiceLayer.Options.setImageParameters(ImageParameters imageParameters)
Set the layers image parameters
|
Modifier and Type | Method and Description |
---|---|
Deferred |
Geoprocessor.getResultImage(java.lang.String jobId,
java.lang.String parameterName,
ImageParameters parameters)
Sends a request to the GP Task to get the task result identified by jobId and resultParameterName as an image.
|
Deferred |
Geoprocessor.getResultImage(java.lang.String jobId,
java.lang.String parameterName,
ImageParameters parameters,
GetResultImageCallback callback)
Sends a request to the GP Task to get the task result identified by jobId and resultParameterName as an image.
|
void |
Geoprocessor.getResultImageLayer(java.lang.String jobId,
java.lang.String parameterName,
ImageParameters parameters)
Sends a request to the GP Task to get the task result identified by jobId and resultParameterName as an ArcGISDynamicMapServiceLayer.
|
void |
Geoprocessor.getResultImageLayer(java.lang.String jobId,
java.lang.String parameterName,
ImageParameters parameters,
GetResultImageLayerCallback callback)
Sends a request to the GP Task to get the task result identified by jobId and resultParameterName as an ArcGISDynamicMapServiceLayer.
|