com.esri.arcgis.controls
Interface IGlobeNorthCommand

All Superinterfaces:
Serializable
All Known Implementing Classes:
ControlsGlobeNorthCommand

public interface IGlobeNorthCommand
extends Serializable

Provides access to properties of the GlobeNorthCommand.

Product Availability

Available with ArcGIS Engine.


Method Summary
 boolean isRotateObserver()
          Indicates if the observer rotates around the target, or the target around the observer.
 void setRotateObserver(boolean bRotateObserver)
          Indicates if the observer rotates around the target, or the target around the observer.
 

Method Detail

setRotateObserver

void setRotateObserver(boolean bRotateObserver)
                       throws IOException,
                              AutomationException
Indicates if the observer rotates around the target, or the target around the observer.

Product Availability

Available with ArcGIS Engine.

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

isRotateObserver

boolean isRotateObserver()
                         throws IOException,
                                AutomationException
Indicates if the observer rotates around the target, or the target around the observer.

Description

Indicates whether the IGlobeCamera observer location is rotated, or whether the IGlobeCamera target location is rotated. By default RotateObserver is true.

Product Availability

Available with ArcGIS Engine.

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