com.esri.arcgis.geometry
Interface esriEnvelopeVertex

All Superinterfaces:
java.io.Serializable

public interface esriEnvelopeVertex
extends java.io.Serializable

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

Description: 'The "indexes" of the corners of an envelope. This enumeration can be used to interpret the hitSegmentIndex parameter of the IHitTest::HitTest method when hit testing against an envelope.' 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 esriEnvelopeVertexLL
          The lower left corner of the envelope.
static int esriEnvelopeVertexLR
          The lower right corner of the envelope.
static int esriEnvelopeVertexUL
          The upper left corner of the envelope.
static int esriEnvelopeVertexUR
          The upper right corner of the envelope.
 

Field Detail

esriEnvelopeVertexLL

static final int esriEnvelopeVertexLL
The lower left corner of the envelope.

See Also:
Constant Field Values

esriEnvelopeVertexUL

static final int esriEnvelopeVertexUL
The upper left corner of the envelope.

See Also:
Constant Field Values

esriEnvelopeVertexUR

static final int esriEnvelopeVertexUR
The upper right corner of the envelope.

See Also:
Constant Field Values

esriEnvelopeVertexLR

static final int esriEnvelopeVertexLR
The lower right corner of the envelope.

See Also:
Constant Field Values