com.esri.arcgis.carto
Interface IOverflowGraphicsContainer

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

public interface IOverflowGraphicsContainer
extends java.io.Serializable

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

Description: 'Provides access to members that control the Overflow 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 IID9c0520c1_a0d8_11d2_a2fe_080009b6f22b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addOverflowElement(IElement pElement)
          Add an element to the collection.
 void deleteAllOverflowElements()
          Delete all the element in the collection.
 void deleteOverflowElement(IElement pElement)
          Delete an element in the collection.
 IElementCollection getOverflowElements()
          Element collection.
 void setOverflowElementsByRef(IElementCollection elements)
          Element collection.
 

Field Detail

IID9c0520c1_a0d8_11d2_a2fe_080009b6f22b

static final int IID9c0520c1_a0d8_11d2_a2fe_080009b6f22b
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

getOverflowElements

IElementCollection getOverflowElements()
                                       throws java.io.IOException,
                                              AutomationException
Element collection.

Returns:
A reference to a com.esri.arcgis.carto.IElementCollection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOverflowElementsByRef

void setOverflowElementsByRef(IElementCollection elements)
                              throws java.io.IOException,
                                     AutomationException
Element collection.

Parameters:
elements - A reference to a com.esri.arcgis.carto.IElementCollection (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteAllOverflowElements

void deleteAllOverflowElements()
                               throws java.io.IOException,
                                      AutomationException
Delete all the element in the collection.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteOverflowElement

void deleteOverflowElement(IElement pElement)
                           throws java.io.IOException,
                                  AutomationException
Delete an element in the collection.

Parameters:
pElement - A reference to a com.esri.arcgis.carto.IElement (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addOverflowElement

void addOverflowElement(IElement pElement)
                        throws java.io.IOException,
                               AutomationException
Add an element to the collection.

Parameters:
pElement - A reference to a com.esri.arcgis.carto.IElement (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.