com.esri.arcgis.carto
Interface IOverposter4

All Superinterfaces:
Serializable
All Known Implementing Classes:
BasicOverposter

public interface IOverposter4
extends Serializable

Provides access to members that place labels for features using conflict detection.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 int addClass(IOverposterLayerProperties props, ITextSymbol symbol)
          Adds a class to the overposter and specifies its properties.
 

Method Detail

addClass

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.