|
|||||||||
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.analyst3d.IViewers3DProxy
Description: 'Provides access to members that control 3D displays.' 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 =
public class IViewers3DProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.analyst3d.IViewers3D |
---|
IID, IID4d8ca7d2_0aaa_4502_adc7_0388051c5f5c |
Constructor Summary | |
---|---|
|
IViewers3DProxy()
Deprecated. For internal use only |
|
IViewers3DProxy(java.lang.Object obj)
Deprecated. |
protected |
IViewers3DProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IViewers3DProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IViewers3DProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
ISceneViewer |
findViewer(java.lang.String caption)
Deprecated. Finds the Viewer. |
ISceneViewer |
getActiveViewer()
Deprecated. The active viewer. |
IArray |
getAllViewers()
Deprecated. Returns all registered Viewers. |
void |
getBackgroundColor(float[] pRed,
float[] pGreen,
float[] pBlue)
Deprecated. Returns the background color. |
IScene |
getScene()
Deprecated. The scene. |
boolean |
isGestureEnabled()
Deprecated. Indicates if the mouse gestures are supported. |
boolean |
isNavigating()
Deprecated. Indicates if the 3D Display is in navigation mode. |
void |
refreshViewers()
Deprecated. Redraws all viewers. |
void |
registerViewer(ISceneViewer pViewer)
Deprecated. Adds a viewer to the 3D Display. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
replayFrame(ICamera camera)
Deprecated. Uses the camera to redraw a frame. |
void |
setActiveViewerByRef(ISceneViewer ppViewer)
Deprecated. The active viewer. |
void |
setBackgroundColor(float red,
float green,
float blue)
Deprecated. Sets the background color. |
void |
setGestureEnabled(boolean pbEnabled)
Deprecated. Indicates if the mouse gestures are supported. |
void |
setIsNavigating(boolean pbIsNavigating)
Deprecated. Indicates if the 3D Display is in navigation mode. |
void |
setSceneByRef(IScene pVal)
Deprecated. The scene. |
void |
unregisterViewer(ISceneViewer pViewer)
Deprecated. Removes a viewer from the 3D Display. |
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 IViewers3DProxy(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 IViewers3DProxy()
public IViewers3DProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IViewers3DProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IViewers3DProxy(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 IScene getScene() throws java.io.IOException, AutomationException
getScene
in interface IViewers3D
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSceneByRef(IScene pVal) throws java.io.IOException, AutomationException
setSceneByRef
in interface IViewers3D
pVal
- A reference to a com.esri.arcgis.analyst3d.IScene (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void registerViewer(ISceneViewer pViewer) throws java.io.IOException, AutomationException
registerViewer
in interface IViewers3D
pViewer
- A reference to a com.esri.arcgis.analyst3d.ISceneViewer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void unregisterViewer(ISceneViewer pViewer) throws java.io.IOException, AutomationException
unregisterViewer
in interface IViewers3D
pViewer
- A reference to a com.esri.arcgis.analyst3d.ISceneViewer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISceneViewer findViewer(java.lang.String caption) throws java.io.IOException, AutomationException
findViewer
in interface IViewers3D
caption
- The caption (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray getAllViewers() throws java.io.IOException, AutomationException
getAllViewers
in interface IViewers3D
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setActiveViewerByRef(ISceneViewer ppViewer) throws java.io.IOException, AutomationException
setActiveViewerByRef
in interface IViewers3D
ppViewer
- A reference to a com.esri.arcgis.analyst3d.ISceneViewer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISceneViewer getActiveViewer() throws java.io.IOException, AutomationException
getActiveViewer
in interface IViewers3D
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void refreshViewers() throws java.io.IOException, AutomationException
refreshViewers
in interface IViewers3D
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isNavigating() throws java.io.IOException, AutomationException
isNavigating
in interface IViewers3D
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIsNavigating(boolean pbIsNavigating) throws java.io.IOException, AutomationException
setIsNavigating
in interface IViewers3D
pbIsNavigating
- The pbIsNavigating (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGestureEnabled(boolean pbEnabled) throws java.io.IOException, AutomationException
setGestureEnabled
in interface IViewers3D
pbEnabled
- The pbEnabled (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isGestureEnabled() throws java.io.IOException, AutomationException
isGestureEnabled
in interface IViewers3D
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBackgroundColor(float red, float green, float blue) throws java.io.IOException, AutomationException
setBackgroundColor
in interface IViewers3D
red
- The red (in)green
- The green (in)blue
- The blue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getBackgroundColor(float[] pRed, float[] pGreen, float[] pBlue) throws java.io.IOException, AutomationException
getBackgroundColor
in interface IViewers3D
pRed
- The pRed (out: use single element array)pGreen
- The pGreen (out: use single element array)pBlue
- The pBlue (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void replayFrame(ICamera camera) throws java.io.IOException, AutomationException
replayFrame
in interface IViewers3D
camera
- 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |