public interface esriEnvelopeVertex
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
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.
|
static final int esriEnvelopeVertexLL
static final int esriEnvelopeVertexUL
static final int esriEnvelopeVertexUR
static final int esriEnvelopeVertexLR