|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAnnotateMap2
Provides access to members that control the Labeling (annotation) of a map.
The IAnnotateMap2 interface provides low level control for creating and displaying labels.
ILabelEngineLayerProperties
Method Summary | |
---|---|
void |
draw(IDisplay display,
IOverposterProperties overposterProps,
IAnnotateMapProperties annoMapCmdProps,
IMap map,
ITrackCancel trackCancel)
Draws labels for feature layers based on the properties given. |
IUID |
getFeatureLayerPropertiesID()
The UID that is expected for feature layer properties. |
String |
getName()
Name of the engine that will create the labels ( annotation). |
IUID |
getOverposterPropertiesID()
The UID that is expected for overposter properties. |
void |
label(IOverposterProperties overposterProps,
IAnnotateMapProperties annoMapCmdProps,
IMap map,
ITrackCancel trackCancel)
Labels feature layers based on the properties given. |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IUID getFeatureLayerPropertiesID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void label(IOverposterProperties overposterProps, IAnnotateMapProperties annoMapCmdProps, IMap map, ITrackCancel trackCancel) throws IOException, AutomationException
overposterProps
- A reference to a com.esri.arcgis.carto.IOverposterProperties (in)annoMapCmdProps
- A reference to a com.esri.arcgis.carto.IAnnotateMapProperties (in)map
- A reference to a com.esri.arcgis.carto.IMap (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in, optional, pass 0 if not required)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void draw(IDisplay display, IOverposterProperties overposterProps, IAnnotateMapProperties annoMapCmdProps, IMap map, ITrackCancel trackCancel) throws IOException, AutomationException
display
- A reference to a com.esri.arcgis.display.IDisplay (in)overposterProps
- A reference to a com.esri.arcgis.carto.IOverposterProperties (in)annoMapCmdProps
- A reference to a com.esri.arcgis.carto.IAnnotateMapProperties (in)map
- A reference to a com.esri.arcgis.carto.IMap (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in, optional, pass 0 if not required)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IUID getOverposterPropertiesID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |