|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapAdmin4
Provides access to Map administration methods.
This interface is new at ArcGIS 9.3.
Method Summary | |
---|---|
ILayer |
getDomainDefiningLayer()
Returns the layer which defines map domain, 0 if domain is the union of all layers. |
boolean |
isSimulateLayerEffectsInLegends()
Indicates whether to simulate transparency and other effects in legends. |
void |
setDomainDefiningLayer(ILayer layer)
Returns the layer which defines map domain, 0 if domain is the union of all layers. |
void |
setSimulateLayerEffectsInLegends(boolean flag)
Indicates whether to simulate transparency and other effects in legends. |
Method Detail |
---|
ILayer getDomainDefiningLayer() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDomainDefiningLayer(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.boolean isSimulateLayerEffectsInLegends() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSimulateLayerEffectsInLegends(boolean flag) throws IOException, AutomationException
flag
- The flag (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 |