|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IACAcetateLayer
Provides access to members that control ArcIMS acetate layer.
Method Summary | |
---|---|
boolean |
isDisplayNorthArrow()
Indicates if the layer displays the north arrow. |
boolean |
isDisplayScaleBar()
Indicates if the layer displays the scale bar. |
void |
setDisplayNorthArrow(boolean flag)
Indicates if the layer displays the north arrow. |
void |
setDisplayScaleBar(boolean flag)
Indicates if the layer displays the scale bar. |
Method Detail |
---|
boolean isDisplayNorthArrow() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplayNorthArrow(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDisplayScaleBar() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplayScaleBar(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 |