com.esri.arcgisws
Class EsriImageFormat

java.lang.Object
  extended by java.lang.Enum
      extended by com.esri.arcgisws.EsriImageFormat
All Implemented Interfaces:
Serializable, Comparable

public final class EsriImageFormat
extends Enum

Java class for esriImageFormat.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="esriImageFormat">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriImageNone"/>
     <enumeration value="esriImageBMP"/>
     <enumeration value="esriImageJPG"/>
     <enumeration value="esriImageDIB"/>
     <enumeration value="esriImageTIFF"/>
     <enumeration value="esriImagePNG"/>
     <enumeration value="esriImagePNG24"/>
     <enumeration value="esriImageEMF"/>
     <enumeration value="esriImagePS"/>
     <enumeration value="esriImagePDF"/>
     <enumeration value="esriImageAI"/>
     <enumeration value="esriImageGIF"/>
     <enumeration value="esriImageSVG"/>
     <enumeration value="esriImagePNG32"/>
     <enumeration value="esriImageJPGPNG"/>
   </restriction>
 </simpleType>
 

See Also:
Serialized Form

Field Summary
static EsriImageFormat esriImageAI
           
static EsriImageFormat esriImageBMP
           
static EsriImageFormat esriImageDIB
           
static EsriImageFormat esriImageEMF
           
static EsriImageFormat esriImageGIF
           
static EsriImageFormat esriImageJPG
           
static EsriImageFormat esriImageJPGPNG
           
static EsriImageFormat esriImageNone
           
static EsriImageFormat esriImagePDF
           
static EsriImageFormat esriImagePNG
           
static EsriImageFormat esriImagePNG24
           
static EsriImageFormat esriImagePNG32
           
static EsriImageFormat esriImagePS
           
static EsriImageFormat esriImageSVG
           
static EsriImageFormat esriImageTIFF
           
 
Constructor Summary
EsriImageFormat()
           
 
Method Summary
static EsriImageFormat fromString(String value)
          Deprecated. 
static EsriImageFormat fromValue(String v)
           
 String getValue()
           
 String toString()
           
static EsriImageFormat valueOf(String name)
           
static EsriImageFormat[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

esriImageNone

public static final EsriImageFormat esriImageNone

esriImageBMP

public static final EsriImageFormat esriImageBMP

esriImageJPG

public static final EsriImageFormat esriImageJPG

esriImageDIB

public static final EsriImageFormat esriImageDIB

esriImageTIFF

public static final EsriImageFormat esriImageTIFF

esriImagePNG

public static final EsriImageFormat esriImagePNG

esriImagePNG24

public static final EsriImageFormat esriImagePNG24

esriImageEMF

public static final EsriImageFormat esriImageEMF

esriImagePS

public static final EsriImageFormat esriImagePS

esriImagePDF

public static final EsriImageFormat esriImagePDF

esriImageAI

public static final EsriImageFormat esriImageAI

esriImageGIF

public static final EsriImageFormat esriImageGIF

esriImageSVG

public static final EsriImageFormat esriImageSVG

esriImagePNG32

public static final EsriImageFormat esriImagePNG32

esriImageJPGPNG

public static final EsriImageFormat esriImageJPGPNG
Constructor Detail

EsriImageFormat

public EsriImageFormat()
Method Detail

values

public static final EsriImageFormat[] values()

valueOf

public static EsriImageFormat valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriImageFormat fromValue(String v)

fromString

@Deprecated
public static EsriImageFormat fromString(String value)
Deprecated. 


toString

public String toString()
Overrides:
toString in class Enum