com.esri.arcgis.carto
Interface IGroupLayer

All Superinterfaces:
ILayer, java.io.Serializable
All Known Implementing Classes:
BasemapLayer, GroupLayer, IGroupLayerProxy

public interface IGroupLayer
extends ILayer, java.io.Serializable

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

Description: 'Provides access to members that control a collection of layers that behaves like a single layer.' 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 IIDedad6644_1810_11d1_86ae_0000f8751720
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void add(ILayer layer)
          Adds a layer to the end of the group.
 void clear()
          Removes all layers from the group.
 void delete(ILayer layer)
          Removes the specified layer from the group.
 boolean isExpanded()
          Indicates if the group's entry is expanded in the TOC.
 void setExpanded(boolean expanded)
          Indicates if the group's entry is expanded in the TOC.
 
Methods inherited from interface com.esri.arcgis.carto.ILayer
draw, getAreaOfInterest, getMaximumScale, getMinimumScale, getName, getSupportedDrawPhases, getTipText, isCached, isShowTips, isValid, isVisible, setCached, setMaximumScale, setMinimumScale, setName, setShowTips, setSpatialReferenceByRef, setVisible
 

Field Detail

IIDedad6644_1810_11d1_86ae_0000f8751720

static final int IIDedad6644_1810_11d1_86ae_0000f8751720
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(ILayer layer)
         throws java.io.IOException,
                AutomationException
Adds a layer to the end of the group.

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

delete

void delete(ILayer layer)
            throws java.io.IOException,
                   AutomationException
Removes the specified layer from the group.

Parameters:
layer - A reference to a com.esri.arcgis.carto.ILayer (in)
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 layers from the group.

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

isExpanded

boolean isExpanded()
                   throws java.io.IOException,
                          AutomationException
Indicates if the group's entry is expanded in the TOC.

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

setExpanded

void setExpanded(boolean expanded)
                 throws java.io.IOException,
                        AutomationException
Indicates if the group's entry is expanded in the TOC.

Parameters:
expanded - The expanded (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.