|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICoverageAnnotationLayerWrite
Provides access to members that control a coverage annotation layer writing methods.
Method Summary | |
---|---|
void |
beginAddElements(IDisplay pDisplay)
Begins a batch process for adding elements to a annotation layer. |
void |
clearSymbols()
Erases all symbols and levels. |
void |
doAddFeature(IFeature pFeature,
IElement pElement)
Adds a feature and its corresponding element to a annotation layer. |
void |
endAddElements()
Ends the batch process for adding elements to a annotation layer. |
void |
setupAttributeConversion(int numAttributes,
Object inCols,
Object outCols)
Sets up attribute conversion parameters for batch conversion. |
Method Detail |
---|
void beginAddElements(IDisplay pDisplay) throws IOException, AutomationException
pDisplay
- A reference to a com.esri.arcgis.display.IDisplay (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setupAttributeConversion(int numAttributes, Object inCols, Object outCols) throws IOException, AutomationException
numAttributes
- The numAttributes (in)inCols
- A Variant (in)outCols
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void doAddFeature(IFeature pFeature, IElement pElement) throws IOException, AutomationException
pFeature
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)pElement
- A reference to a com.esri.arcgis.carto.IElement (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void endAddElements() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clearSymbols() 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 |