com.esri.arcgisws
Class EsriMosaicMethod

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

public final class EsriMosaicMethod
extends Enum

Java class for esriMosaicMethod.

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

 <simpleType name="esriMosaicMethod">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriMosaicNone"/>
     <enumeration value="esriMosaicCenter"/>
     <enumeration value="esriMosaicNadir"/>
     <enumeration value="esriMosaicViewpoint"/>
     <enumeration value="esriMosaicAttribute"/>
     <enumeration value="esriMosaicLockRaster"/>
     <enumeration value="esriMosaicNorthwest"/>
     <enumeration value="esriMosaicSeamline"/>
   </restriction>
 </simpleType>
 

See Also:
Serialized Form

Field Summary
static EsriMosaicMethod esriMosaicAttribute
           
static EsriMosaicMethod esriMosaicCenter
           
static EsriMosaicMethod esriMosaicLockRaster
           
static EsriMosaicMethod esriMosaicNadir
           
static EsriMosaicMethod esriMosaicNone
           
static EsriMosaicMethod esriMosaicNorthwest
           
static EsriMosaicMethod esriMosaicSeamline
           
static EsriMosaicMethod esriMosaicViewpoint
           
 
Constructor Summary
EsriMosaicMethod()
           
 
Method Summary
static EsriMosaicMethod fromString(String value)
          Deprecated. 
static EsriMosaicMethod fromValue(String v)
           
 String getValue()
           
 String toString()
           
static EsriMosaicMethod valueOf(String name)
           
static EsriMosaicMethod[] 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

esriMosaicNone

public static final EsriMosaicMethod esriMosaicNone

esriMosaicCenter

public static final EsriMosaicMethod esriMosaicCenter

esriMosaicNadir

public static final EsriMosaicMethod esriMosaicNadir

esriMosaicViewpoint

public static final EsriMosaicMethod esriMosaicViewpoint

esriMosaicAttribute

public static final EsriMosaicMethod esriMosaicAttribute

esriMosaicLockRaster

public static final EsriMosaicMethod esriMosaicLockRaster

esriMosaicNorthwest

public static final EsriMosaicMethod esriMosaicNorthwest

esriMosaicSeamline

public static final EsriMosaicMethod esriMosaicSeamline
Constructor Detail

EsriMosaicMethod

public EsriMosaicMethod()
Method Detail

values

public static final EsriMosaicMethod[] values()

valueOf

public static EsriMosaicMethod valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriMosaicMethod fromValue(String v)

fromString

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


toString

public String toString()
Overrides:
toString in class Enum