public interface esriMMonotonicEnum
extends java.io.Serializable
Description: 'Describes if the measures on the geometry are all ascending, all descending, or neither.' 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 |
esriMAscending
The Ms are monotonically ascending.
|
static int |
esriMDescending
The Ms are monotonically descending.
|
static int |
esriMNotMonotonic
The Ms are not monotonic.
|
static final int esriMNotMonotonic
static final int esriMAscending
static final int esriMDescending