Provides access to members that place labels for features using conflict detection. Note: the IOverposter2 interface has been superseded byIOverposter3. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
AddBarriers | Adds a barrier object that placed objects must avoid. | |
AddClass | Adds a class to the overposter and specifies its properties. | |
AddCurvedLabel | Adds a curved label object to be placed. | |
AddLabel | Adds a label object to be placed. | |
AddLabel2 | Adds a label object to be placed. | |
AddSymbol | Adds a symbol to be placed. | |
Capabilities | Overposter capabilities for the specified layer. | |
Initialize | Initializes the overposter for drawing into the specified area of the map display. | |
InsertClass | Inserts a class at a specific index, and specifies its peoperties. | |
NextPlaced | The next object that was successfully placed. | |
NextUnplaced | The next object that was not successfully placed. | |
NextUnused | The next object that was not used. | |
NumberOfPlacedLabels | The number of unplaced labels. Only valid after calling PlaceObjects. | |
NumberOfUnplacedLabels | The number of unplaced labels. Only valid after calling PlaceObjects. | |
NumClasses | The number of classes. | |
PlaceObjects | Places objects using the overposter. | |
ReleaseResources | Releases current objects from memory. | |
RemoveClass | Removes the class at the specified index from the overposter. | |
ResetClasses | Removes all classes from the overposter. |
CoClasses that implement IOverposter2
CoClasses and Classes | Description |
---|---|
BasicOverposter | An engine that places labels for features using conflict detection. |