com.esri.arcgis.datasourcesraster
Interface rstMosaicOperatorType

All Superinterfaces:
java.io.Serializable

public interface rstMosaicOperatorType
extends java.io.Serializable

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

Description: 'Supported types of raster merging operations.' 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 MT_BLEND
          Mosaics using the blend value.
static int MT_CUSTOM
          Mosaics using a custom mosaic operator.
static int MT_FIRST
          Mosaics using the first value.
static int MT_LAST
          Mosaics using the last value.
static int MT_MAX
          Mosaics using the maximum value.
static int MT_MEAN
          Mosaics using the mean value.
static int MT_MIN
          Mosaics using the minimum value.
static int MT_SUM
          Mosaics using a sum mosaic operator.
 

Field Detail

MT_FIRST

static final int MT_FIRST
Mosaics using the first value.

See Also:
Constant Field Values

MT_LAST

static final int MT_LAST
Mosaics using the last value.

See Also:
Constant Field Values

MT_MIN

static final int MT_MIN
Mosaics using the minimum value.

See Also:
Constant Field Values

MT_MAX

static final int MT_MAX
Mosaics using the maximum value.

See Also:
Constant Field Values

MT_MEAN

static final int MT_MEAN
Mosaics using the mean value.

See Also:
Constant Field Values

MT_BLEND

static final int MT_BLEND
Mosaics using the blend value.

See Also:
Constant Field Values

MT_SUM

static final int MT_SUM
Mosaics using a sum mosaic operator.

See Also:
Constant Field Values

MT_CUSTOM

static final int MT_CUSTOM
Mosaics using a custom mosaic operator.

See Also:
Constant Field Values