com.esri.arcgis.geodatabase
Interface esriMergePolicyType

All Superinterfaces:
java.io.Serializable

public interface esriMergePolicyType
extends java.io.Serializable

Constants from esriMergePolicyType' enum. Generated 3/19/2015 1:20:39 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Merge policy types.' 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 esriMPTAreaWeighted
          Area weighted merge policy.
static int esriMPTDefaultValue
          Default value merge policy.
static int esriMPTSumValues
          Sum the values merge policy.
 

Field Detail

esriMPTSumValues

static final int esriMPTSumValues
Sum the values merge policy.

See Also:
Constant Field Values

esriMPTAreaWeighted

static final int esriMPTAreaWeighted
Area weighted merge policy.

See Also:
Constant Field Values

esriMPTDefaultValue

static final int esriMPTDefaultValue
Default value merge policy.

See Also:
Constant Field Values