com.esri.arcgis.controls
Interface IGlobeNorthCommand

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ControlsGlobeNorthCommand, IGlobeNorthCommandProxy

public interface IGlobeNorthCommand
extends java.io.Serializable

COM Interface 'IGlobeNorthCommand'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'

Description: 'Provides access to properties of the GlobeNorthCommand.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID7a647ba9_db96_4d0a_8214_e0d07d0e04ca
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID7a647ba9_db96_4d0a_8214_e0d07d0e04ca

static final int IID7a647ba9_db96_4d0a_8214_e0d07d0e04ca
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setRotateObserver

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

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

isRotateObserver

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

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