com.esri.arcgis.geometry
Interface esriMonotinicityEnum

All Superinterfaces:
java.io.Serializable

public interface esriMonotinicityEnum
extends java.io.Serializable

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

Description: 'Describes trends in the value of an attribute.' 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 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