com.esri.arcgis.carto
Interface IFDOGraphicsContainer

All Superinterfaces:
Serializable
All Known Implementing Classes:
FDOGraphicsLayer

public interface IFDOGraphicsContainer
extends Serializable

Provides access to members that control the FDO Graphics Container.

Product Availability

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


Method Summary
 void addElement(IElement element, int zorder, IAnnotationFeature[] newAnnotationFeature)
          Add a new graphic element to the layer.
 void moveElementFromGroup(IGroupElement group, IElement element, int zorder, IAnnotationFeature[] newAnnotationFeature)
          Move the element from the group to the container.
 

Method Detail

addElement

void addElement(IElement element,
                int zorder,
                IAnnotationFeature[] newAnnotationFeature)
                throws IOException,
                       AutomationException
Add a new graphic element to the layer.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
element - A reference to a com.esri.arcgis.carto.IElement (in)
zorder - The zorder (in)
newAnnotationFeature - A reference to a com.esri.arcgis.carto.IAnnotationFeature (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

moveElementFromGroup

void moveElementFromGroup(IGroupElement group,
                          IElement element,
                          int zorder,
                          IAnnotationFeature[] newAnnotationFeature)
                          throws IOException,
                                 AutomationException
Move the element from the group to the container.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
group - A reference to a com.esri.arcgis.carto.IGroupElement (in)
element - A reference to a com.esri.arcgis.carto.IElement (in)
zorder - The zorder (in)
newAnnotationFeature - A reference to a com.esri.arcgis.carto.IAnnotationFeature (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.