|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapNavigator
Provides access to the map navigator controller.
Method Summary | |
---|---|
int |
getNavigatorPlacement()
Indicates where the navigator is placed in the map display. |
boolean |
isNavigatorVisible()
Determine whether the navigator is visible. |
void |
setNavigatorPlacement(int placement)
Indicates where the navigator is placed in the map display. |
void |
setNavigatorVisible(boolean visible)
Determine whether the navigator is visible. |
Method Detail |
---|
boolean isNavigatorVisible() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNavigatorVisible(boolean visible) throws IOException, AutomationException
visible
- The visible (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getNavigatorPlacement() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNavigatorPlacement(int placement) throws IOException, AutomationException
placement
- A com.esri.arcgis.carto.esriScreenPosition constant (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 |