com.esri.arcgis.carto
Interface esriMaplexConnectionType

All Superinterfaces:
Serializable

public interface esriMaplexConnectionType
extends Serializable

Identifies the connection types options in Maplex.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


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