com.esri.arcgis.carto
Interface ICompositeGraphicsLayer

All Superinterfaces:
IGraphicsLayer, java.io.Serializable
All Known Subinterfaces:
ICompositeGraphicsLayer2
All Known Implementing Classes:
CompositeGraphicsLayer, ICompositeGraphicsLayer2Proxy, ICompositeGraphicsLayerProxy

public interface ICompositeGraphicsLayer
extends IGraphicsLayer, java.io.Serializable

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

Description: 'Provides access to members that control a collection of graphics layers that behave like 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 IID9646bb82_9512_11d2_a2f6_080009b6f22b
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IGraphicsLayer
IID34b2ef81_f4ac_11d1_a245_080009b6f22b
 
Method Summary
 IGraphicsLayer addLayer(java.lang.String layerName, IFeatureLayer featureLayer)
          Adds a layer to the composite graphics layer.
 void deleteLayer(java.lang.String layerName)
          Removes a layer from the composite graphics layer.
 IGraphicsLayer findLayer(java.lang.String layerName)
          Finds a layer in the composite graphics layer.
 
Methods inherited from interface com.esri.arcgis.carto.IGraphicsLayer
activate, deactivate, getAssociatedLayer, isUseAssociatedLayerVisibility, setAssociatedLayerByRef, setUseAssociatedLayerVisibility
 

Field Detail

IID9646bb82_9512_11d2_a2f6_080009b6f22b

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

addLayer

IGraphicsLayer addLayer(java.lang.String layerName,
                        IFeatureLayer featureLayer)
                        throws java.io.IOException,
                               AutomationException
Adds a layer to the composite graphics layer.

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

deleteLayer

void deleteLayer(java.lang.String layerName)
                 throws java.io.IOException,
                        AutomationException
Removes a layer from the composite graphics layer.

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

findLayer

IGraphicsLayer findLayer(java.lang.String layerName)
                         throws java.io.IOException,
                                AutomationException
Finds a layer in the composite graphics layer.

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