com.esri.arcgis.geometry
Interface esriMMonotonicEnum

All Superinterfaces:
java.io.Serializable

public interface esriMMonotonicEnum
extends java.io.Serializable

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

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 =


Field Summary
static int esriMAscending
          The Ms are monotonically ascending.
static int esriMDescending
          The Ms are monotonically descending.
static int esriMNotMonotonic
          The Ms are not monotonic.
 

Field Detail

esriMNotMonotonic

static final int esriMNotMonotonic
The Ms are not monotonic.

See Also:
Constant Field Values

esriMAscending

static final int esriMAscending
The Ms are monotonically ascending.

See Also:
Constant Field Values

esriMDescending

static final int esriMDescending
The Ms are monotonically descending.

See Also:
Constant Field Values