Package | Description |
---|---|
edu.ucdavis.cstars.client.layers |
Modifier and Type | Method and Description |
---|---|
static ArcGISDynamicMapServiceLayer.ImageFormat |
ArcGISDynamicMapServiceLayer.ImageFormat.get(java.lang.String f) |
ArcGISDynamicMapServiceLayer.ImageFormat |
ArcGISDynamicMapServiceLayer.getImageFormat()
The output image type.
|
static ArcGISDynamicMapServiceLayer.ImageFormat |
ArcGISDynamicMapServiceLayer.ImageFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArcGISDynamicMapServiceLayer.ImageFormat[] |
ArcGISDynamicMapServiceLayer.ImageFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ArcGISDynamicMapServiceLayer.setImageFormat(ArcGISDynamicMapServiceLayer.ImageFormat imageFormat)
Sets the image format of the exported map.
|
void |
ArcGISDynamicMapServiceLayer.setImageFormat(ArcGISDynamicMapServiceLayer.ImageFormat imageFormat,
boolean doNotRefresh)
Sets the image format of the exported map.
|