com.esri.arcgisws
Class EsriGlobeImageSamplingMode

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

public final class EsriGlobeImageSamplingMode
extends Enum

Java class for esriGlobeImageSamplingMode.

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

 <simpleType name="esriGlobeImageSamplingMode">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriGlobeImageSamplingNearest"/>
     <enumeration value="esriGlobeImageSamplingSmooth"/>
   </restriction>
 </simpleType>
 

See Also:
Serialized Form

Field Summary
static EsriGlobeImageSamplingMode esriGlobeImageSamplingNearest
           
static EsriGlobeImageSamplingMode esriGlobeImageSamplingSmooth
           
 
Constructor Summary
EsriGlobeImageSamplingMode()
           
 
Method Summary
static EsriGlobeImageSamplingMode fromString(String value)
          Deprecated. 
static EsriGlobeImageSamplingMode fromValue(String v)
           
 String getValue()
           
 String toString()
           
static EsriGlobeImageSamplingMode valueOf(String name)
           
static EsriGlobeImageSamplingMode[] 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

esriGlobeImageSamplingNearest

public static final EsriGlobeImageSamplingMode esriGlobeImageSamplingNearest

esriGlobeImageSamplingSmooth

public static final EsriGlobeImageSamplingMode esriGlobeImageSamplingSmooth
Constructor Detail

EsriGlobeImageSamplingMode

public EsriGlobeImageSamplingMode()
Method Detail

values

public static final EsriGlobeImageSamplingMode[] values()

valueOf

public static EsriGlobeImageSamplingMode valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriGlobeImageSamplingMode fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum