com.esri.arcgis.datasourcesraster
Interface esriMosaicMethod

All Superinterfaces:
java.io.Serializable

public interface esriMosaicMethod
extends java.io.Serializable

Constants from esriMosaicMethod' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'The raster mosaic methods.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static int esriMosaicAttribute
          By an attribute or the closest from the attribute to a given base value.
static int esriMosaicCenter
          By the closest to the center.
static int esriMosaicLockRaster
          By a given raster ID.
static int esriMosaicNadir
          By the closest to the nadir.
static int esriMosaicNone
          By no special ordering.
static int esriMosaicNorthwest
          By the closest to a view point positioned far in northwest.
static int esriMosaicSeamline
          By the Seamline.
static int esriMosaicViewpoint
          By the closest to a given view point.
 

Field Detail

esriMosaicNone

static final int esriMosaicNone
By no special ordering.

See Also:
Constant Field Values

esriMosaicCenter

static final int esriMosaicCenter
By the closest to the center.

See Also:
Constant Field Values

esriMosaicNadir

static final int esriMosaicNadir
By the closest to the nadir.

See Also:
Constant Field Values

esriMosaicViewpoint

static final int esriMosaicViewpoint
By the closest to a given view point.

See Also:
Constant Field Values

esriMosaicAttribute

static final int esriMosaicAttribute
By an attribute or the closest from the attribute to a given base value.

See Also:
Constant Field Values

esriMosaicLockRaster

static final int esriMosaicLockRaster
By a given raster ID.

See Also:
Constant Field Values

esriMosaicNorthwest

static final int esriMosaicNorthwest
By the closest to a view point positioned far in northwest.

See Also:
Constant Field Values

esriMosaicSeamline

static final int esriMosaicSeamline
By the Seamline.

See Also:
Constant Field Values