com.esri.arcgis.carto
Interface IPointLabelPlacementDescription

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IPointLabelPlacementDescriptionProxy, PointLabelPlacementDescription

public interface IPointLabelPlacementDescription
extends java.io.Serializable

COM Interface 'IPointLabelPlacementDescription'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to the Point Label Placement Description Interface.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IID194e3db7_6494_4965_a8a6_fa68156885c7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getType()
          Point Label Placement Type.
 void setType(int placementType)
          Point Label Placement Type.
 

Field Detail

IID194e3db7_6494_4965_a8a6_fa68156885c7

static final int IID194e3db7_6494_4965_a8a6_fa68156885c7
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getType

int getType()
            throws java.io.IOException,
                   AutomationException
Point Label Placement Type.

Returns:
A com.esri.arcgis.carto.esriServerPointLabelPlacementType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setType

void setType(int placementType)
             throws java.io.IOException,
                    AutomationException
Point Label Placement Type.

Parameters:
placementType - A com.esri.arcgis.carto.esriServerPointLabelPlacementType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.