com.esri.arcgis.carto
Interface esriMaplexConnectionType

All Superinterfaces:
java.io.Serializable

public interface esriMaplexConnectionType
extends java.io.Serializable

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

Description: 'Identifies the connection types options in Maplex.' 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 esriMaplexMinimizeLabels
          Line labels may span junction avoiding the need for two labels.
static int esriMaplexUnambiguous
          Line labels are placed either side of junction to avoid ambiguity.
 

Field Detail

esriMaplexMinimizeLabels

static final int esriMaplexMinimizeLabels
Line labels may span junction avoiding the need for two labels.

See Also:
Constant Field Values

esriMaplexUnambiguous

static final int esriMaplexUnambiguous
Line labels are placed either side of junction to avoid ambiguity.

See Also:
Constant Field Values