com.esri.arcgis.carto
Interface esriDataNormalization

All Superinterfaces:
java.io.Serializable

public interface esriDataNormalization
extends java.io.Serializable

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

Description: 'Various methods to normalize Data.' 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 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