com.esri.arcgis.display
Interface esriEnvelopeConstraints

All Superinterfaces:
Serializable

public interface esriEnvelopeConstraints
extends Serializable

Esri envelope constraint types.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriEnvelopeConstraintsAspect
          Constrain envelope aspect ratio.
static int esriEnvelopeConstraintsNone
          No envelope constraint.
static int esriEnvelopeConstraintsSquare
          Constrain envelope to square.
 

Field Detail

esriEnvelopeConstraintsNone

static final int esriEnvelopeConstraintsNone
No envelope constraint.

See Also:
Constant Field Values

esriEnvelopeConstraintsSquare

static final int esriEnvelopeConstraintsSquare
Constrain envelope to square.

See Also:
Constant Field Values

esriEnvelopeConstraintsAspect

static final int esriEnvelopeConstraintsAspect
Constrain envelope aspect ratio.

See Also:
Constant Field Values