|
|||||||||
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.ISceneControlProxy
public class ISceneControlProxy
Internal use class Proxy for COM Interface 'ISceneControl'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'
Description: 'Provides access to members that control the SceneControl.' 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 | |
---|---|
|
ISceneControlProxy()
For internal use only |
|
ISceneControlProxy(java.lang.Object obj)
|
protected |
ISceneControlProxy(java.lang.Object obj,
java.lang.String iid)
|
|
ISceneControlProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
ISceneControlProxy(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 SceneControl. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
boolean |
checkSxFile(java.lang.String fileName)
Checks if a filename is a scene document. |
boolean |
esri_isEnabled()
Indicates whether the SceneControl can respond to user generated events. |
void |
esri_setEnabled(boolean pbool)
Indicates whether the SceneControl can respond to user generated events. |
int |
getAppearance()
The appearance of the SceneControl. |
int |
getBackColor()
Background color of the SceneControl. |
int |
getBorderStyle()
The border style of the SceneControl. |
ICamera |
getCamera()
The Camera object associated with the SceneControl. |
ITool |
getCurrentTool()
Current active tool for the SceneControl. |
java.lang.Object |
getCustomProperty()
A property to associate data with a control. |
java.lang.String |
getDocumentFilename()
The filename of the last scene document loaded into the control. |
int |
getHWnd()
Handle to the window associated with the SceneControl. |
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 SceneControl. |
java.lang.Object |
getObject()
A property that returns the underlying control. |
IScene |
getScene()
The Scene object associated with the SceneControl. |
ISceneGraph |
getSceneGraph()
The SceneGraph object associated with the SceneControl. |
ISceneViewer |
getSceneViewer()
The SceneViewer associated with the SceneControl. |
int |
getTipDelay()
The delay before scene tips are shown. |
int |
getTipStyle()
The style of scene tips. |
boolean |
isNavigate()
Indicates if the SceneControl performs default scene navigation in response to mouse events. |
boolean |
isOverrideBackColor()
Indicates whether to override the background color of the scene document. |
boolean |
isShowSceneTips()
Indicates if scene tips are shown. |
void |
loadSxFile(java.lang.String sxPath)
Loads a scene document into the SceneControl. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setAppearance(int pappearance)
The appearance of the SceneControl. |
void |
setBackColor(int pclr)
Background color of the SceneControl. |
void |
setBorderStyle(int pstyle)
The border style of the SceneControl. |
void |
setCameraByRef(ICamera pVal)
The Camera object associated with the SceneControl. |
void |
setCurrentToolByRef(ITool pVal)
Current active tool for the SceneControl. |
void |
setCustomProperty(java.lang.Object pVal)
A property to associate data with a control. |
void |
setDocumentFilename(java.lang.String documentFilename)
The filename of the last scene document loaded into the control. |
void |
setKeyIntercept(int pVal)
A property that specifies interception of key strokes that are normally handled by the container. |
void |
setMouseIconByRef(Picture ppMouseIcon)
Custom mouse icon used if MousePointer is 99. |
void |
setMousePointer(int ppointer)
The mouse pointer displayed over the SceneControl. |
void |
setNavigate(boolean pVal)
Indicates if the SceneControl performs default scene navigation in response to mouse events. |
void |
setOverrideBackColor(boolean pVal)
Indicates whether to override the background color of the scene document. |
void |
setSceneGraphByRef(ISceneGraph pVal)
The SceneGraph object associated with the SceneControl. |
void |
setShowSceneTips(boolean show)
Indicates if scene tips are shown. |
void |
setTipDelay(int delay)
The delay before scene tips are shown. |
void |
setTipStyle(int style)
The style of scene 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 ISceneControlProxy(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 ISceneControlProxy()
public ISceneControlProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ISceneControlProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ISceneControlProxy(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 pclr) throws java.io.IOException, AutomationException
setBackColor
in interface ISceneControl
pclr
- The pclr (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 ISceneControl
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBorderStyle(int pstyle) throws java.io.IOException, AutomationException
setBorderStyle
in interface ISceneControl
pstyle
- 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 ISceneControl
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void esri_setEnabled(boolean pbool) throws java.io.IOException, AutomationException
esri_setEnabled
in interface ISceneControl
pbool
- The pbool (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 ISceneControl
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAppearance(int pappearance) throws java.io.IOException, AutomationException
setAppearance
in interface ISceneControl
pappearance
- 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 ISceneControl
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMousePointer(int ppointer) throws java.io.IOException, AutomationException
setMousePointer
in interface ISceneControl
ppointer
- 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 ISceneControl
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMouseIconByRef(Picture ppMouseIcon) throws java.io.IOException, AutomationException
setMouseIconByRef
in interface ISceneControl
ppMouseIcon
- 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 ISceneControl
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 ISceneControl
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 ISceneControl
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void loadSxFile(java.lang.String sxPath) throws java.io.IOException, AutomationException
loadSxFile
in interface ISceneControl
sxPath
- The sxPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IScene getScene() throws java.io.IOException, AutomationException
getScene
in interface ISceneControl
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISceneGraph getSceneGraph() throws java.io.IOException, AutomationException
getSceneGraph
in interface ISceneControl
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSceneGraphByRef(ISceneGraph pVal) throws java.io.IOException, AutomationException
setSceneGraphByRef
in interface ISceneControl
pVal
- A reference to a com.esri.arcgis.analyst3d.ISceneGraph (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISceneViewer getSceneViewer() throws java.io.IOException, AutomationException
getSceneViewer
in interface ISceneControl
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ICamera getCamera() throws java.io.IOException, AutomationException
getCamera
in interface ISceneControl
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCameraByRef(ICamera pVal) throws java.io.IOException, AutomationException
setCameraByRef
in interface ISceneControl
pVal
- A reference to a com.esri.arcgis.analyst3d.ICamera (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 ISceneControl
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCurrentToolByRef(ITool pVal) throws java.io.IOException, AutomationException
setCurrentToolByRef
in interface ISceneControl
pVal
- 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 ISceneControl
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNavigate(boolean pVal) throws java.io.IOException, AutomationException
setNavigate
in interface ISceneControl
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean checkSxFile(java.lang.String fileName) throws java.io.IOException, AutomationException
checkSxFile
in interface ISceneControl
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 ISceneControl
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCustomProperty(java.lang.Object pVal) throws java.io.IOException, AutomationException
setCustomProperty
in interface ISceneControl
pVal
- 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 documentFilename) throws java.io.IOException, AutomationException
setDocumentFilename
in interface ISceneControl
documentFilename
- The documentFilename (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 ISceneControl
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 ISceneControl
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOverrideBackColor(boolean pVal) throws java.io.IOException, AutomationException
setOverrideBackColor
in interface ISceneControl
pVal
- The pVal (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 ISceneControl
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowSceneTips(boolean show) throws java.io.IOException, AutomationException
setShowSceneTips
in interface ISceneControl
show
- The show (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShowSceneTips() throws java.io.IOException, AutomationException
isShowSceneTips
in interface ISceneControl
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTipStyle(int style) throws java.io.IOException, AutomationException
setTipStyle
in interface ISceneControl
style
- 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 ISceneControl
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTipDelay(int delay) throws java.io.IOException, AutomationException
setTipDelay
in interface ISceneControl
delay
- The delay (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 ISceneControl
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 ISceneControl
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setKeyIntercept(int pVal) throws java.io.IOException, AutomationException
setKeyIntercept
in interface ISceneControl
pVal
- The pVal (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 |