|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILevelMasking
Provides access to means to mask layers with other layers based on symbol levels.
Method Summary | |
---|---|
String |
getLevelMasking(ILayer maskedLayer,
ILayer maskingLayer)
The symbol levels for which the masking applies. |
void |
setLevelMasking(ILayer maskedLayer,
ILayer maskingLayer,
String pLevels)
The symbol levels for which the masking applies. |
Method Detail |
---|
void setLevelMasking(ILayer maskedLayer, ILayer maskingLayer, String pLevels) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLevelMasking(ILayer maskedLayer, ILayer maskingLayer) throws IOException, AutomationException
maskedLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)maskingLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
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 |