com.esri.arcgis.carto
Interface ILevelMasking

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BasemapLayer, GroupLayer, ILevelMaskingProxy, Map

public interface ILevelMasking
extends java.io.Serializable

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

Description: 'Provides access to means to mask layers with other layers based on symbol levels.' 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 IIDa4b202d6_363f_455d_a581_c323834df4f7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getLevelMasking(ILayer maskedLayer, ILayer maskingLayer)
          The symbol levels for which the masking applies.
 void setLevelMasking(ILayer maskedLayer, ILayer maskingLayer, java.lang.String pLevels)
          The symbol levels for which the masking applies.
 

Field Detail

IIDa4b202d6_363f_455d_a581_c323834df4f7

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

setLevelMasking

void setLevelMasking(ILayer maskedLayer,
                     ILayer maskingLayer,
                     java.lang.String pLevels)
                     throws java.io.IOException,
                            AutomationException
The symbol levels for which the masking applies.

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

getLevelMasking

java.lang.String getLevelMasking(ILayer maskedLayer,
                                 ILayer maskingLayer)
                                 throws java.io.IOException,
                                        AutomationException
The symbol levels for which the masking applies.

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