com.esri.arcgis.carto
Interface IOverposter4

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BasicOverposter, IOverposter4Proxy

public interface IOverposter4
extends java.io.Serializable

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

Description: 'Provides access to members that place labels for features using conflict detection.' 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 IID655ef2f1_880a_34bb_1dfa_7e00af2e442a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int addClass(IOverposterLayerProperties props, ITextSymbol symbol)
          Adds a class to the overposter and specifies its properties.
 

Field Detail

IID655ef2f1_880a_34bb_1dfa_7e00af2e442a

static final int IID655ef2f1_880a_34bb_1dfa_7e00af2e442a
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

addClass

int addClass(IOverposterLayerProperties props,
             ITextSymbol symbol)
             throws java.io.IOException,
                    AutomationException
Adds a class to the overposter and specifies its properties.

Parameters:
props - A reference to a com.esri.arcgis.carto.IOverposterLayerProperties (in)
symbol - A reference to a com.esri.arcgis.display.ITextSymbol (in)
Returns:
The classIndex
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.