com.esri.arcgis.geometry
Interface esriEnvelopeVertex

All Superinterfaces:
Serializable

public interface esriEnvelopeVertex
extends Serializable

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.

Remarks

Describes which Envelope Vertex is being identified by the hitSegmentIndex returned by the HitTest method.


esriEnvelopeVertexLL = The LowerLeft Envelope Vertex

esriEnvelopeVertexUL = The UpperLeft Envelope Vertex

esriEnvelopeVertexUR = The UpperRight Envelope Vertex

esriEnvelopeVertexLR = The LowerRight Envelope Vertex

esriEnvelopeVertex Example

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


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