com.esri.arcgis.controls
Interface IGlobeCommandHook

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IGlobeCommandHookProxy

public interface IGlobeCommandHook
extends java.io.Serializable

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

Description: 'Provides access to members that work with GlobeHookHelper. Custom control or application needs to implement IGlobeCommandHook to be recognized by GlobeHookHelper.' 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 IID28fbf6c3_d50d_4748_96d9_d73e77456ace
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGlobe getGlobe()
          Globe of the control or application.
 

Field Detail

IID28fbf6c3_d50d_4748_96d9_d73e77456ace

static final int IID28fbf6c3_d50d_4748_96d9_d73e77456ace
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

getGlobe

IGlobe getGlobe()
                throws java.io.IOException,
                       AutomationException
Globe of the control or application.

Returns:
A reference to a com.esri.arcgis.globecore.IGlobe
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.