com.esri.arcgis.datasourcesraster
Interface esriExtentType

All Superinterfaces:
Serializable

public interface esriExtentType
extends Serializable

Different ways of estimating extents.

Product Availability

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


Field Summary
static int esriExtentFirstOf
          The first of all extents.
static int esriExtentIntersectionOf
          The intersection of all extents.
static int esriExtentLastOf
          The last of all extents.
static int esriExtentUnionOf
          The union of all extents.
 

Field Detail

esriExtentFirstOf

static final int esriExtentFirstOf
The first of all extents.

See Also:
Constant Field Values

esriExtentIntersectionOf

static final int esriExtentIntersectionOf
The intersection of all extents.

See Also:
Constant Field Values

esriExtentUnionOf

static final int esriExtentUnionOf
The union of all extents.

See Also:
Constant Field Values

esriExtentLastOf

static final int esriExtentLastOf
The last of all extents.

See Also:
Constant Field Values