com.esri.arcgis.datasourcesraster
Interface esriGeodataXformApplyMethod

All Superinterfaces:
Serializable

public interface esriGeodataXformApplyMethod
extends Serializable

The method for applying an Xform.

Product Availability

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


Field Summary
static int esriGeodataXformApplyAppend
          Append to existing Xform.
static int esriGeodataXformApplyOverwrite
          Overwrite any existing Xform.
static int esriGeodataXformApplyReplace
          Replace the top most Xform.
 

Field Detail

esriGeodataXformApplyAppend

static final int esriGeodataXformApplyAppend
Append to existing Xform.

See Also:
Constant Field Values

esriGeodataXformApplyReplace

static final int esriGeodataXformApplyReplace
Replace the top most Xform.

See Also:
Constant Field Values

esriGeodataXformApplyOverwrite

static final int esriGeodataXformApplyOverwrite
Overwrite any existing Xform.

See Also:
Constant Field Values