public static enum ArcGISDynamicMapServiceLayer.ImageFormat extends java.lang.Enum<ArcGISDynamicMapServiceLayer.ImageFormat>
Enum Constant and Description |
---|
BMP |
GIF |
JPG |
NOT_SET |
PDF |
PNG |
PNG24 |
PNG32 |
PNG8 |
SVG |
Modifier and Type | Method and Description |
---|---|
static ArcGISDynamicMapServiceLayer.ImageFormat |
get(java.lang.String f) |
java.lang.String |
getValue() |
static ArcGISDynamicMapServiceLayer.ImageFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArcGISDynamicMapServiceLayer.ImageFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArcGISDynamicMapServiceLayer.ImageFormat PNG
public static final ArcGISDynamicMapServiceLayer.ImageFormat PNG8
public static final ArcGISDynamicMapServiceLayer.ImageFormat PNG24
public static final ArcGISDynamicMapServiceLayer.ImageFormat PNG32
public static final ArcGISDynamicMapServiceLayer.ImageFormat JPG
public static final ArcGISDynamicMapServiceLayer.ImageFormat PDF
public static final ArcGISDynamicMapServiceLayer.ImageFormat BMP
public static final ArcGISDynamicMapServiceLayer.ImageFormat GIF
public static final ArcGISDynamicMapServiceLayer.ImageFormat SVG
public static final ArcGISDynamicMapServiceLayer.ImageFormat NOT_SET
public static ArcGISDynamicMapServiceLayer.ImageFormat[] values()
for (ArcGISDynamicMapServiceLayer.ImageFormat c : ArcGISDynamicMapServiceLayer.ImageFormat.values()) System.out.println(c);
public static ArcGISDynamicMapServiceLayer.ImageFormat valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()
public static ArcGISDynamicMapServiceLayer.ImageFormat get(java.lang.String f)