com.esri.arcgis.carto
Interface esriBasicOverposterWeight

All Superinterfaces:
java.io.Serializable

public interface esriBasicOverposterWeight
extends java.io.Serializable

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

Description: 'Barrier weighting levels for features/labels.' 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 esriHighWeight
          High weight.
static int esriLowWeight
          Low weight.
static int esriMediumWeight
          Medium weight.
static int esriNoWeight
          No weight.
 

Field Detail

esriNoWeight

static final int esriNoWeight
No weight.

See Also:
Constant Field Values

esriLowWeight

static final int esriLowWeight
Low weight.

See Also:
Constant Field Values

esriMediumWeight

static final int esriMediumWeight
Medium weight.

See Also:
Constant Field Values

esriHighWeight

static final int esriHighWeight
High weight.

See Also:
Constant Field Values