com.esri.arcgis.carto
Interface ICompositeLayer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BasemapLayer, BasemapSubLayer, CadastralFabricLayer, CompositeGraphicsLayer, FDOGraphicsLayer, GlobeServerLayer, GroupLayer, ICompositeLayerProxy, IMSMapLayer, MapServerLayer, MapServerRESTLayer, MapServerRESTSubLayer, MosaicLayer, NALayer, ProcessLayer, SchematicLayer, WMSGroupLayer, WMSMapLayer

public interface ICompositeLayer
extends java.io.Serializable

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

Description: 'Provides access to members that work with 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 IIDba119bc4_939a_11d2_a2f4_080009b6f22b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCount()
          Number of layers in the collection.
 ILayer getLayer(int index)
          Layer in the collection at the specified index.
 

Field Detail

IIDba119bc4_939a_11d2_a2f4_080009b6f22b

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

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
Number of layers in the collection.

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

getLayer

ILayer getLayer(int index)
                throws java.io.IOException,
                       AutomationException
Layer in the collection at the specified index.

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