com.esri.arcgis.datasourcesraster
Interface esriBlendType

All Superinterfaces:
java.io.Serializable

public interface esriBlendType
extends java.io.Serializable

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

Description: 'Type of blending to be applied while mosaicking images' 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 esriBlendTypeBoth
          Blend on both sides of the edge or seamline
static int esriBlendTypeInside
          Blend on the inside of the edge or seamline
static int esriBlendTypeOutside
          Blend on the outside of the edge or seamline
 

Field Detail

esriBlendTypeBoth

static final int esriBlendTypeBoth
Blend on both sides of the edge or seamline

See Also:
Constant Field Values

esriBlendTypeInside

static final int esriBlendTypeInside
Blend on the inside of the edge or seamline

See Also:
Constant Field Values

esriBlendTypeOutside

static final int esriBlendTypeOutside
Blend on the outside of the edge or seamline

See Also:
Constant Field Values