com.esri.arcgis.display
Interface esriEnvelopeConstraints

All Superinterfaces:
java.io.Serializable

public interface esriEnvelopeConstraints
extends java.io.Serializable

Constants from esriEnvelopeConstraints' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Esri envelope constraint types.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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