com.esri.arcgis.spatialanalyst
Interface esriSAFuzzyHedgeEnum

All Superinterfaces:
Serializable

public interface esriSAFuzzyHedgeEnum
extends Serializable

Types of Fuzzy Hedge.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.


Field Summary
static int esriSAFuzzyHedgeNone
          No Hedge.
static int esriSAFuzzyHedgeSomewhat
          Hedge of Somewhat degree.
static int esriSAFuzzyHedgeUnknown
          Unknown Fuzzy hedge.
static int esriSAFuzzyHedgeVery
          Hedge of Very degree.
 

Field Detail

esriSAFuzzyHedgeUnknown

static final int esriSAFuzzyHedgeUnknown
Unknown Fuzzy hedge.

See Also:
Constant Field Values

esriSAFuzzyHedgeNone

static final int esriSAFuzzyHedgeNone
No Hedge.

See Also:
Constant Field Values

esriSAFuzzyHedgeSomewhat

static final int esriSAFuzzyHedgeSomewhat
Hedge of Somewhat degree.

See Also:
Constant Field Values

esriSAFuzzyHedgeVery

static final int esriSAFuzzyHedgeVery
Hedge of Very degree.

See Also:
Constant Field Values