com.esri.arcgis.carto
Interface IACGroupRenderer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ACGroupRenderer, IACGroupRendererProxy

public interface IACGroupRenderer
extends java.io.Serializable

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

Description: 'Provides access to members that control ArcIMS group renderers.' 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 IIDa3619021_32c9_46f9_bb4c_159111f0297c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void add(IACRenderer renderer)
          Adds a renderer to the group.
 void clear()
          Removes all renderers in the group.
 void delete(IACRenderer renderer)
          Removes the renderer from the group.
 int getCount()
          The number of renderers in the group.
 IACRenderer getRenderer(int index)
          The renderer at the given index in the group.
 

Field Detail

IIDa3619021_32c9_46f9_bb4c_159111f0297c

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

add

void add(IACRenderer renderer)
         throws java.io.IOException,
                AutomationException
Adds a renderer to the group.

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

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
The number of renderers in the group.

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

getRenderer

IACRenderer getRenderer(int index)
                        throws java.io.IOException,
                               AutomationException
The renderer at the given index in the group.

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

clear

void clear()
           throws java.io.IOException,
                  AutomationException
Removes all renderers in the group.

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

delete

void delete(IACRenderer renderer)
            throws java.io.IOException,
                   AutomationException
Removes the renderer from the group.

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