|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGlobeHookHelper
COM Interface 'IGlobeHookHelper'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'
Description: 'Provides access to members needed when developing commands to work with the GlobeControl, ArcGlobe, and custom controls and applications.' 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 |
IID96133e57_09a6_45b0_929e_df2e31ddc788
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
ISceneViewer |
getActiveViewer()
Active scene viewer of hooked control or application. |
ICamera |
getCamera()
Camera of hooked control or application. |
IGlobe |
getGlobe()
Globe of hooked control or application. |
IGlobeDisplay |
getGlobeDisplay()
GlobeDisplay of hooked control or application. |
java.lang.Object |
getHook()
Hook object that should be the same as the hook object passed in ICommand::OnCreate. |
void |
setHookByRef(java.lang.Object ppHook)
Hook object that should be the same as the hook object passed in ICommand::OnCreate. |
Field Detail |
---|
static final int IID96133e57_09a6_45b0_929e_df2e31ddc788
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setHookByRef(java.lang.Object ppHook) throws java.io.IOException, AutomationException
ppHook
- A reference to another Automation Object (IDispatch) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getHook() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGlobe getGlobe() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGlobeDisplay getGlobeDisplay() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISceneViewer getActiveViewer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ICamera getCamera() throws java.io.IOException, AutomationException
java.io.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 |