public interface esriExtentType
extends java.io.Serializable
Description: 'Different ways of estimating extents.' 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 |
esriExtentAnyOf
The any of all extents.
|
static int |
esriExtentFirstOf
The first of all extents.
|
static int |
esriExtentIntersectionOf
The intersection of all extents.
|
static int |
esriExtentLastOf
The last of all extents.
|
static int |
esriExtentUnionOf
The union of all extents.
|
static final int esriExtentAnyOf
static final int esriExtentFirstOf
static final int esriExtentIntersectionOf
static final int esriExtentUnionOf
static final int esriExtentLastOf