com.esri.arcgis.carto
Interface esriExtentTypeEnum

All Superinterfaces:
Serializable

public interface esriExtentTypeEnum
extends Serializable

Map auto extent options.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriAutoExtentBounds
           
static int esriAutoExtentMarginMapUnits
          Extent is calculated by applying a margin (specified in map units) to the extent of another data frame.
static int esriAutoExtentMarginPageUnits
          Extent is calculated by applying a margin (specified in page units) to the extent of another data frame.
static int esriAutoExtentMarginPercent
          Extent is calculated by applying a margin (specified as a percentage) to the extent of another data frame.
static int esriAutoExtentNone
           
static int esriAutoExtentScale
           
static int esriExtentBounds
          Extent is specified manually.
static int esriExtentDefault
          Extent is same as map's.
static int esriExtentPageIndex
          Extent is driven by the page index.
static int esriExtentScale
          Extent is calculated to preserve specified scale.
 

Field Detail

esriExtentDefault

static final int esriExtentDefault
Extent is same as map's.

See Also:
Constant Field Values

esriAutoExtentNone

static final int esriAutoExtentNone
See Also:
Constant Field Values

esriExtentScale

static final int esriExtentScale
Extent is calculated to preserve specified scale.

See Also:
Constant Field Values

esriAutoExtentScale

static final int esriAutoExtentScale
See Also:
Constant Field Values

esriExtentBounds

static final int esriExtentBounds
Extent is specified manually.

See Also:
Constant Field Values

esriAutoExtentBounds

static final int esriAutoExtentBounds
See Also:
Constant Field Values

esriAutoExtentMarginPercent

static final int esriAutoExtentMarginPercent
Extent is calculated by applying a margin (specified as a percentage) to the extent of another data frame.

See Also:
Constant Field Values

esriAutoExtentMarginMapUnits

static final int esriAutoExtentMarginMapUnits
Extent is calculated by applying a margin (specified in map units) to the extent of another data frame.

See Also:
Constant Field Values

esriAutoExtentMarginPageUnits

static final int esriAutoExtentMarginPageUnits
Extent is calculated by applying a margin (specified in page units) to the extent of another data frame.

See Also:
Constant Field Values

esriExtentPageIndex

static final int esriExtentPageIndex
Extent is driven by the page index.

See Also:
Constant Field Values