com.esri.arcgis.display
Interface ILayerVisible

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILayerVisibleProxy, MultiLayerFillSymbol, MultiLayerLineSymbol, MultiLayerMarkerSymbol

public interface ILayerVisible
extends java.io.Serializable

COM Interface 'ILayerVisible'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control the layer visibility.' 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 IIDd7301b50_e92e_11d2_98ce_0080c7e04196
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isLayerVisible(int layerIndex)
          Indicates if the layer at the specified index is visible.
 void setAllVisible(boolean allVisible)
          Indicates if all the layers are visible or invisible.
 void setLayerVisible(int layerIndex, boolean visible)
          Indicates if the layer at the specified index is visible.
 

Field Detail

IIDd7301b50_e92e_11d2_98ce_0080c7e04196

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

isLayerVisible

boolean isLayerVisible(int layerIndex)
                       throws java.io.IOException,
                              AutomationException
Indicates if the layer at the specified index is visible.

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

setLayerVisible

void setLayerVisible(int layerIndex,
                     boolean visible)
                     throws java.io.IOException,
                            AutomationException
Indicates if the layer at the specified index is visible.

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

setAllVisible

void setAllVisible(boolean allVisible)
                   throws java.io.IOException,
                          AutomationException
Indicates if all the layers are visible or invisible.

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