com.esri.arcgis.carto
Interface esriScreenPosition

All Superinterfaces:
Serializable

public interface esriScreenPosition
extends Serializable

Map navigator placement options.

Product Availability

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


Field Summary
static int esriScreenPositionBottomCenter
          Place the navigator at the lower center of the display.
static int esriScreenPositionBottomLeft
          Place the navigator at the lower left corner of the display.
static int esriScreenPositionBottomRight
          Place the navigator at the lower right corner of the display.
static int esriScreenPositionMiddleCenter
          Place the navigator at the middle center of the display.
static int esriScreenPositionMiddleLeft
          Place the navigator at the middle left corner of the display.
static int esriScreenPositionMiddleRight
          Place the navigator at the middle right corner of the display.
static int esriScreenPositionNone
          Do not place the navigator.
static int esriScreenPositionTopCenter
          Place the navigator at the upper center of the display.
static int esriScreenPositionTopLeft
          Place the navigator at the upper left corner of the display.
static int esriScreenPositionTopRight
          Place the navigator at the upper right corner of the display.
 

Field Detail

esriScreenPositionNone

static final int esriScreenPositionNone
Do not place the navigator.

See Also:
Constant Field Values

esriScreenPositionTopLeft

static final int esriScreenPositionTopLeft
Place the navigator at the upper left corner of the display.

See Also:
Constant Field Values

esriScreenPositionTopCenter

static final int esriScreenPositionTopCenter
Place the navigator at the upper center of the display.

See Also:
Constant Field Values

esriScreenPositionTopRight

static final int esriScreenPositionTopRight
Place the navigator at the upper right corner of the display.

See Also:
Constant Field Values

esriScreenPositionMiddleLeft

static final int esriScreenPositionMiddleLeft
Place the navigator at the middle left corner of the display.

See Also:
Constant Field Values

esriScreenPositionMiddleCenter

static final int esriScreenPositionMiddleCenter
Place the navigator at the middle center of the display.

See Also:
Constant Field Values

esriScreenPositionMiddleRight

static final int esriScreenPositionMiddleRight
Place the navigator at the middle right corner of the display.

See Also:
Constant Field Values

esriScreenPositionBottomLeft

static final int esriScreenPositionBottomLeft
Place the navigator at the lower left corner of the display.

See Also:
Constant Field Values

esriScreenPositionBottomCenter

static final int esriScreenPositionBottomCenter
Place the navigator at the lower center of the display.

See Also:
Constant Field Values

esriScreenPositionBottomRight

static final int esriScreenPositionBottomRight
Place the navigator at the lower right corner of the display.

See Also:
Constant Field Values