com.esri.arcgis.carto
Interface IPolygonLabelPlacementDescription

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IPolygonLabelPlacementDescriptionProxy, PolygonLabelPlacementDescription

public interface IPolygonLabelPlacementDescription
extends java.io.Serializable

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

Description: 'Provides access to the Polygon 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 IID2dc28f2e_9b84_4816_a9fc_5f9d3bd76836
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getType()
          Polygon Label Placement Type.
 void setType(int placementType)
          Polygon Label Placement Type.
 

Field Detail

IID2dc28f2e_9b84_4816_a9fc_5f9d3bd76836

static final int IID2dc28f2e_9b84_4816_a9fc_5f9d3bd76836
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
Polygon Label Placement Type.

Returns:
A com.esri.arcgis.carto.esriServerPolygonLabelPlacementType 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
Polygon Label Placement Type.

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