|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILayerMasking
Provides access to means to mask layers with other layers.
| Method Summary | |
|---|---|
void |
clearMasking(ILayer layer)
Clear masking layers on a layer. |
ISet |
getMaskedLayers()
The set of layers that are being masked. |
ISet |
getMaskingLayers(ILayer layer)
The masks for a layer. |
boolean |
isUseMasking()
Indicates whether to use masking. |
void |
setMaskingLayers(ILayer layer,
ISet maskingLayers)
The masks for a layer. |
void |
setUseMasking(boolean flag)
Indicates whether to use masking. |
| Method Detail |
|---|
void setUseMasking(boolean flag)
throws IOException,
AutomationException
flag - The flag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isUseMasking()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaskingLayers(ILayer layer,
ISet maskingLayers)
throws IOException,
AutomationException
layer - A reference to a com.esri.arcgis.carto.ILayer (in)maskingLayers - A reference to a com.esri.arcgis.system.ISet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISet getMaskingLayers(ILayer layer)
throws IOException,
AutomationException
layer - A reference to a com.esri.arcgis.carto.ILayer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clearMasking(ILayer layer)
throws IOException,
AutomationException
layer - A reference to a com.esri.arcgis.carto.ILayer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISet getMaskedLayers()
throws IOException,
AutomationException
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 | ||||||||