com.esri.arcgis.carto
Interface IMapLayers2

All Superinterfaces:
IMapLayers, java.io.Serializable
All Known Implementing Classes:
IMapLayers2Proxy, Map, Scene

public interface IMapLayers2
extends IMapLayers, java.io.Serializable

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

Description: 'Provides access to layers.' 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 IID6ccd973c_5309_4166_9f50_07a371179f0e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IMapLayers
IID76da57e7_6a92_4090_8ca9_f5d9eca78353
 
Method Summary
 void isLayerVisibleEx(ILayer layer, boolean[] isLayerVisible, boolean[] isParentLayerVisible)
          Check if layer is visible.
 
Methods inherited from interface com.esri.arcgis.carto.IMapLayers
addLayer, addLayers, clearLayers, deleteLayer, getLayer, getLayerCount, getLayers, insertLayer, insertLayerInGroup, insertLayers, insertLayersInGroup, isLayerVisible, moveLayer, moveLayerEx
 

Field Detail

IID6ccd973c_5309_4166_9f50_07a371179f0e

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

isLayerVisibleEx

void isLayerVisibleEx(ILayer layer,
                      boolean[] isLayerVisible,
                      boolean[] isParentLayerVisible)
                      throws java.io.IOException,
                             AutomationException
Check if layer is visible.

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