|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.controls.IGlobeControlDefaultProxy
public class IGlobeControlDefaultProxy
Internal use class Proxy for COM Interface 'IGlobeControlDefault'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'
Description: 'Provides access to members that control the GlobeControl.' 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 | |
---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IGlobeControlDefaultProxy()
For internal use only |
|
IGlobeControlDefaultProxy(java.lang.Object obj)
|
protected |
IGlobeControlDefaultProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IGlobeControlDefaultProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IGlobeControlDefaultProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
Method Summary | |
---|---|
void |
aboutBox()
Displays a dialog of information about the GlobeControl. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
boolean |
check3dFile(java.lang.String fileName)
Checks if a filename is a Globe document. |
boolean |
esri_isEnabled()
Indicates whether the GlobeControl can respond to user generated events. |
void |
esri_setEnabled(boolean rhs1)
Indicates whether the GlobeControl can respond to user generated events. |
int |
getAppearance()
The appearance of the GlobeControl. |
int |
getBackColor()
Background color of the GlobeControl. |
int |
getBorderStyle()
The border style of the GlobeControl. |
ITool |
getCurrentTool()
Current active tool for the GlobeControl. |
java.lang.Object |
getCustomProperty()
A property to associate data with a control. |
java.lang.String |
getDocumentFilename()
The filename of the last globe document loaded into the control. |
IGlobe |
getGlobe()
The Globe object associated with the GlobeControl. |
IGlobeCamera |
getGlobeCamera()
The GlobeCamera object associated with the GlobeControl. |
IGlobeDisplay |
getGlobeDisplay()
The GlobeDisplay object associated with the GlobeControl. |
IGlobeViewer |
getGlobeViewer()
The GlobeViewer associated with the GlobeControl. |
int |
getHWnd()
Handle to the window associated with the GlobeControl. |
int |
getKeyIntercept()
A property that specifies interception of key strokes that are normally handled by the container. |
Picture |
getMouseIcon()
Custom mouse icon used if MousePointer is 99. |
int |
getMousePointer()
The mouse pointer displayed over the GlobeControl. |
java.lang.Object |
getObject()
A property that returns the underlying control. |
int |
getShowGlobeTips()
Indicates the type of globe tips that are shown. |
int |
getTipDelay()
The delay before globe tips are shown. |
int |
getTipStyle()
The style of globe tips. |
boolean |
isNavigate()
Indicates if the GlobeControl performs default scene navigation in response to mouse events. |
boolean |
isOverrideBackColor()
Indicates whether to override the background color of the globe document. |
void |
load3dFile(java.lang.String fileName)
Loads a Globe document into the GlobeControl. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setAppearance(int rhs1)
The appearance of the GlobeControl. |
void |
setBackColor(int rhs1)
Background color of the GlobeControl. |
void |
setBorderStyle(int rhs1)
The border style of the GlobeControl. |
void |
setCurrentToolByRef(ITool rhs1)
Current active tool for the GlobeControl. |
void |
setCustomProperty(java.lang.Object rhs1)
A property to associate data with a control. |
void |
setDocumentFilename(java.lang.String rhs1)
The filename of the last globe document loaded into the control. |
void |
setGlobeCameraByRef(IGlobeCamera rhs1)
The GlobeCamera object associated with the GlobeControl. |
void |
setGlobeDisplayByRef(IGlobeDisplay rhs1)
The GlobeDisplay object associated with the GlobeControl. |
void |
setKeyIntercept(int rhs1)
A property that specifies interception of key strokes that are normally handled by the container. |
void |
setMouseIconByRef(Picture rhs1)
Custom mouse icon used if MousePointer is 99. |
void |
setMousePointer(int rhs1)
The mouse pointer displayed over the GlobeControl. |
void |
setNavigate(boolean rhs1)
Indicates if the GlobeControl performs default scene navigation in response to mouse events. |
void |
setOverrideBackColor(boolean rhs1)
Indicates whether to override the background color of the globe document. |
void |
setShowGlobeTips(int rhs1)
Indicates the type of globe tips that are shown. |
void |
setTipDelay(int rhs1)
The delay before globe tips are shown. |
void |
setTipStyle(int rhs1)
The style of globe tips. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IGlobeControlDefaultProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IGlobeControlDefaultProxy()
public IGlobeControlDefaultProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGlobeControlDefaultProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGlobeControlDefaultProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void setBackColor(int rhs1) throws java.io.IOException, AutomationException
setBackColor
in interface IGlobeControlDefault
rhs1
- The rhs1 (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBackColor() throws java.io.IOException, AutomationException
getBackColor
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBorderStyle(int rhs1) throws java.io.IOException, AutomationException
setBorderStyle
in interface IGlobeControlDefault
rhs1
- A com.esri.arcgis.controls.esriControlsBorderStyle constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBorderStyle() throws java.io.IOException, AutomationException
getBorderStyle
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void esri_setEnabled(boolean rhs1) throws java.io.IOException, AutomationException
esri_setEnabled
in interface IGlobeControlDefault
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean esri_isEnabled() throws java.io.IOException, AutomationException
esri_isEnabled
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAppearance(int rhs1) throws java.io.IOException, AutomationException
setAppearance
in interface IGlobeControlDefault
rhs1
- A com.esri.arcgis.controls.esriControlsAppearance constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getAppearance() throws java.io.IOException, AutomationException
getAppearance
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMousePointer(int rhs1) throws java.io.IOException, AutomationException
setMousePointer
in interface IGlobeControlDefault
rhs1
- A com.esri.arcgis.controls.esriControlsMousePointer constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMousePointer() throws java.io.IOException, AutomationException
getMousePointer
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMouseIconByRef(Picture rhs1) throws java.io.IOException, AutomationException
setMouseIconByRef
in interface IGlobeControlDefault
rhs1
- A reference to a com.esri.arcgis.support.ms.stdole.Picture (A com.esri.arcgis.support.ms.stdole.Picture COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Picture getMouseIcon() throws java.io.IOException, AutomationException
getMouseIcon
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHWnd() throws java.io.IOException, AutomationException
getHWnd
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void aboutBox() throws java.io.IOException, AutomationException
aboutBox
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void load3dFile(java.lang.String fileName) throws java.io.IOException, AutomationException
load3dFile
in interface IGlobeControlDefault
fileName
- The fileName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGlobe getGlobe() throws java.io.IOException, AutomationException
getGlobe
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGlobeDisplay getGlobeDisplay() throws java.io.IOException, AutomationException
getGlobeDisplay
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGlobeDisplayByRef(IGlobeDisplay rhs1) throws java.io.IOException, AutomationException
setGlobeDisplayByRef
in interface IGlobeControlDefault
rhs1
- A reference to a com.esri.arcgis.globecore.IGlobeDisplay (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGlobeViewer getGlobeViewer() throws java.io.IOException, AutomationException
getGlobeViewer
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGlobeCamera getGlobeCamera() throws java.io.IOException, AutomationException
getGlobeCamera
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGlobeCameraByRef(IGlobeCamera rhs1) throws java.io.IOException, AutomationException
setGlobeCameraByRef
in interface IGlobeControlDefault
rhs1
- A reference to a com.esri.arcgis.globecore.IGlobeCamera (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITool getCurrentTool() throws java.io.IOException, AutomationException
getCurrentTool
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCurrentToolByRef(ITool rhs1) throws java.io.IOException, AutomationException
setCurrentToolByRef
in interface IGlobeControlDefault
rhs1
- A reference to a com.esri.arcgis.systemUI.ITool (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isNavigate() throws java.io.IOException, AutomationException
isNavigate
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNavigate(boolean rhs1) throws java.io.IOException, AutomationException
setNavigate
in interface IGlobeControlDefault
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean check3dFile(java.lang.String fileName) throws java.io.IOException, AutomationException
check3dFile
in interface IGlobeControlDefault
fileName
- The fileName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getCustomProperty() throws java.io.IOException, AutomationException
getCustomProperty
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCustomProperty(java.lang.Object rhs1) throws java.io.IOException, AutomationException
setCustomProperty
in interface IGlobeControlDefault
rhs1
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDocumentFilename(java.lang.String rhs1) throws java.io.IOException, AutomationException
setDocumentFilename
in interface IGlobeControlDefault
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDocumentFilename() throws java.io.IOException, AutomationException
getDocumentFilename
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getObject() throws java.io.IOException, AutomationException
getObject
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOverrideBackColor(boolean rhs1) throws java.io.IOException, AutomationException
setOverrideBackColor
in interface IGlobeControlDefault
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isOverrideBackColor() throws java.io.IOException, AutomationException
isOverrideBackColor
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowGlobeTips(int rhs1) throws java.io.IOException, AutomationException
setShowGlobeTips
in interface IGlobeControlDefault
rhs1
- A com.esri.arcgis.globecore.esriGlobeTipsType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getShowGlobeTips() throws java.io.IOException, AutomationException
getShowGlobeTips
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTipStyle(int rhs1) throws java.io.IOException, AutomationException
setTipStyle
in interface IGlobeControlDefault
rhs1
- A com.esri.arcgis.systemUI.esriTipStyle constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTipStyle() throws java.io.IOException, AutomationException
getTipStyle
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTipDelay(int rhs1) throws java.io.IOException, AutomationException
setTipDelay
in interface IGlobeControlDefault
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTipDelay() throws java.io.IOException, AutomationException
getTipDelay
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getKeyIntercept() throws java.io.IOException, AutomationException
getKeyIntercept
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setKeyIntercept(int rhs1) throws java.io.IOException, AutomationException
setKeyIntercept
in interface IGlobeControlDefault
rhs1
- The rhs1 (in)
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 |