com.esri.arcgis.datasourcesraster
Interface esriImportGeometryTarget

All Superinterfaces:
Serializable

public interface esriImportGeometryTarget
extends Serializable

Targets of import geometry operation on a mosaic datasets.

Product Availability

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


Field Summary
static int esriImportGeometryTargetBoundary
          Boundary
static int esriImportGeometryTargetFootprint
          Footprint
static int esriImportGeometryTargetSeamline
          Seamline
 

Field Detail

esriImportGeometryTargetFootprint

static final int esriImportGeometryTargetFootprint
Footprint

See Also:
Constant Field Values

esriImportGeometryTargetBoundary

static final int esriImportGeometryTargetBoundary
Boundary

See Also:
Constant Field Values

esriImportGeometryTargetSeamline

static final int esriImportGeometryTargetSeamline
Seamline

See Also:
Constant Field Values