|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImageServiceParameters.IMAGE_FORMAT | |
|---|---|
| com.esri.core.map | |
| com.esri.map | |
| Uses of ImageServiceParameters.IMAGE_FORMAT in com.esri.core.map |
|---|
| Methods in com.esri.core.map that return ImageServiceParameters.IMAGE_FORMAT | |
|---|---|
static ImageServiceParameters.IMAGE_FORMAT |
ImageServiceParameters.IMAGE_FORMAT.fromString(String str)
Returns image format whose name matches the input; null if there is no match. |
ImageServiceParameters.IMAGE_FORMAT |
ImageServiceParameters.getFormat()
Gets the format of the exported image. |
static ImageServiceParameters.IMAGE_FORMAT |
ImageServiceParameters.IMAGE_FORMAT.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ImageServiceParameters.IMAGE_FORMAT[] |
ImageServiceParameters.IMAGE_FORMAT.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.esri.core.map with parameters of type ImageServiceParameters.IMAGE_FORMAT | |
|---|---|
void |
ImageServiceParameters.setFormat(ImageServiceParameters.IMAGE_FORMAT format)
Sets the format of the exported image. |
| Uses of ImageServiceParameters.IMAGE_FORMAT in com.esri.map |
|---|
| Methods in com.esri.map that return ImageServiceParameters.IMAGE_FORMAT | |
|---|---|
ImageServiceParameters.IMAGE_FORMAT |
ArcGISImageServiceLayer.getImageFormat()
Gets the image format. |
| Methods in com.esri.map with parameters of type ImageServiceParameters.IMAGE_FORMAT | |
|---|---|
void |
ArcGISImageServiceLayer.setImageFormat(ImageServiceParameters.IMAGE_FORMAT format)
Sets the image format. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||