com.esri.arcgis.carto
Interface esriOverposterPointPlacementMethod

All Superinterfaces:
java.io.Serializable

public interface esriOverposterPointPlacementMethod
extends java.io.Serializable

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

Description: 'Overposter label placement methods for points.' 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 esriAroundPoint
          Offset the label horizontally around the point.
static int esriOnTopPoint
          Place the label on top of the point.
static int esriRotationField
          Place the label at angle specified by field.
static int esriSpecifiedAngles
          Place the label at specified angles.
 

Field Detail

esriAroundPoint

static final int esriAroundPoint
Offset the label horizontally around the point.

See Also:
Constant Field Values

esriOnTopPoint

static final int esriOnTopPoint
Place the label on top of the point.

See Also:
Constant Field Values

esriSpecifiedAngles

static final int esriSpecifiedAngles
Place the label at specified angles.

See Also:
Constant Field Values

esriRotationField

static final int esriRotationField
Place the label at angle specified by field.

See Also:
Constant Field Values