|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILevelMasking
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 |
---|
static final int IIDa4b202d6_363f_455d_a581_c323834df4f7
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setLevelMasking(ILayer maskedLayer, ILayer maskingLayer, java.lang.String pLevels) throws java.io.IOException, AutomationException
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getLevelMasking(ILayer maskedLayer, ILayer maskingLayer) throws java.io.IOException, AutomationException
maskedLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)maskingLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |