com.esri.arcgis.carto
Interface esriMaplexAnchorPointType

All Superinterfaces:
java.io.Serializable

public interface esriMaplexAnchorPointType
extends java.io.Serializable

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

Description: 'Maplex anchor point options.' 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 esriMaplexErodedCenter
          Identifies the eroded center of a feature.
static int esriMaplexGeometricCenter
          Identifies the geometric center of a feature.
static int esriMaplexPerimeter
          Identifies the outline of a feature.
static int esriMaplexUnclippedGeometricCenter
          Identifies the unclipped geometric center of a feature.
 

Field Detail

esriMaplexGeometricCenter

static final int esriMaplexGeometricCenter
Identifies the geometric center of a feature.

See Also:
Constant Field Values

esriMaplexErodedCenter

static final int esriMaplexErodedCenter
Identifies the eroded center of a feature.

See Also:
Constant Field Values

esriMaplexPerimeter

static final int esriMaplexPerimeter
Identifies the outline of a feature.

See Also:
Constant Field Values

esriMaplexUnclippedGeometricCenter

static final int esriMaplexUnclippedGeometricCenter
Identifies the unclipped geometric center of a feature.

See Also:
Constant Field Values