com.esri.arcgis.geometry
Interface esriMMonotonicEnum

All Superinterfaces:
Serializable

public interface esriMMonotonicEnum
extends Serializable

Describes if the measures on the geometry are all ascending, all descending, or neither.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


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