com.esri.arcgis.carto
Interface esriDataNormalization

All Superinterfaces:
Serializable

public interface esriDataNormalization
extends Serializable

Various methods to normalize Data.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriNormalizeByArea
          Normalize by area.
static int esriNormalizeByField
          Normalize by field.
static int esriNormalizeByLog
          Normalize by Log.
static int esriNormalizeByNothing
          Do not Normalize.
static int esriNormalizeByPercentOfTotal
          Normalize by percent of total.
 

Field Detail

esriNormalizeByField

static final int esriNormalizeByField
Normalize by field.

See Also:
Constant Field Values

esriNormalizeByLog

static final int esriNormalizeByLog
Normalize by Log.

See Also:
Constant Field Values

esriNormalizeByPercentOfTotal

static final int esriNormalizeByPercentOfTotal
Normalize by percent of total.

See Also:
Constant Field Values

esriNormalizeByArea

static final int esriNormalizeByArea
Normalize by area.

See Also:
Constant Field Values

esriNormalizeByNothing

static final int esriNormalizeByNothing
Do not Normalize.

See Also:
Constant Field Values