com.esri.arcgis.geometry
Interface esriMonotinicityEnum

All Superinterfaces:
Serializable

public interface esriMonotinicityEnum
extends Serializable

Describes trends in the value of an attribute.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriValueDecreases
          The value decreases over some intervals.
static int esriValueIncreases
          The value increases over some intervals.
static int esriValueLevel
          The value remains constant over some intervals.
static int esriValuesEmpty
          There are some gaps in the value, where it is 'empty'.
 

Field Detail

esriValueIncreases

static final int esriValueIncreases
The value increases over some intervals.

See Also:
Constant Field Values

esriValueLevel

static final int esriValueLevel
The value remains constant over some intervals.

See Also:
Constant Field Values

esriValueDecreases

static final int esriValueDecreases
The value decreases over some intervals.

See Also:
Constant Field Values

esriValuesEmpty

static final int esriValuesEmpty
There are some gaps in the value, where it is 'empty'.

See Also:
Constant Field Values