com.esri.arcgis.carto
Interface IFDOGraphicsContainer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FDOGraphicsLayer, IFDOGraphicsContainerProxy

public interface IFDOGraphicsContainer
extends java.io.Serializable

COM Interface 'IFDOGraphicsContainer'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the FDO Graphics Container.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID2f9b6441_ed80_498f_b13f_ea057e7f9832
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID2f9b6441_ed80_498f_b13f_ea057e7f9832

static final int IID2f9b6441_ed80_498f_b13f_ea057e7f9832
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

addElement

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

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:
java.io.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 java.io.IOException,
                                 AutomationException
Move the element from the group to the container.

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