com.esri.arcgis.carto
Interface IMapNavigator

All Superinterfaces:
Serializable

public interface IMapNavigator
extends Serializable

Provides access to the map navigator controller.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

isNavigatorVisible

boolean isNavigatorVisible()
                           throws IOException,
                                  AutomationException
Determine whether the navigator is visible.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The visible
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNavigatorVisible

void setNavigatorVisible(boolean visible)
                         throws IOException,
                                AutomationException
Determine whether the navigator is visible.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
visible - The visible (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNavigatorPlacement

int getNavigatorPlacement()
                          throws IOException,
                                 AutomationException
Indicates where the navigator is placed in the map display.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A com.esri.arcgis.carto.esriScreenPosition constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNavigatorPlacement

void setNavigatorPlacement(int placement)
                           throws IOException,
                                  AutomationException
Indicates where the navigator is placed in the map display.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
placement - A com.esri.arcgis.carto.esriScreenPosition constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.