com.esri.arcgis.datasourcesraster
Interface esriBlendType

All Superinterfaces:
Serializable

public interface esriBlendType
extends Serializable

Type of blending to be applied while mosaicking images

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Field Summary
static int esriBlendTypeBoth
          Blend on both sides of the edge or semaline
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 semaline

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