com.esri.arcgis.analyst3d
Class IViewers3DProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.analyst3d.IViewers3DProxy
All Implemented Interfaces:
IViewers3D, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IGlobeDisplayProxy

Deprecated. Internal use only. Proxy for COM Interface 'IViewers3D'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'

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
extends com.esri.arcgis.interop.Dispatch
implements IViewers3D, java.io.Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IViewers3DProxy

public IViewers3DProxy(java.lang.String CLSID,
                       java.lang.String host,
                       com.esri.arcgis.interop.AuthInfo authInfo)
                throws java.net.UnknownHostException,
                       java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IViewers3DProxy

public IViewers3DProxy()
Deprecated. 
For internal use only


IViewers3DProxy

public IViewers3DProxy(java.lang.Object obj)
                throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IViewers3DProxy

protected IViewers3DProxy(java.lang.Object obj,
                          java.lang.String iid)
                   throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IViewers3DProxy

protected IViewers3DProxy(java.lang.String CLSID,
                          java.lang.String iid,
                          java.lang.String host,
                          com.esri.arcgis.interop.AuthInfo authInfo)
                   throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getScene

public IScene getScene()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The scene.

Specified by:
getScene in interface IViewers3D
Returns:
A reference to a com.esri.arcgis.analyst3d.IScene
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSceneByRef

public void setSceneByRef(IScene pVal)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The scene.

Specified by:
setSceneByRef in interface IViewers3D
Parameters:
pVal - A reference to a com.esri.arcgis.analyst3d.IScene (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

registerViewer

public void registerViewer(ISceneViewer pViewer)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Adds a viewer to the 3D Display.

Specified by:
registerViewer in interface IViewers3D
Parameters:
pViewer - A reference to a com.esri.arcgis.analyst3d.ISceneViewer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

unregisterViewer

public void unregisterViewer(ISceneViewer pViewer)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Removes a viewer from the 3D Display.

Specified by:
unregisterViewer in interface IViewers3D
Parameters:
pViewer - A reference to a com.esri.arcgis.analyst3d.ISceneViewer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findViewer

public ISceneViewer findViewer(java.lang.String caption)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Finds the Viewer.

Specified by:
findViewer in interface IViewers3D
Parameters:
caption - The caption (in)
Returns:
A reference to a com.esri.arcgis.analyst3d.ISceneViewer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAllViewers

public IArray getAllViewers()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Returns all registered Viewers.

Specified by:
getAllViewers in interface IViewers3D
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setActiveViewerByRef

public void setActiveViewerByRef(ISceneViewer ppViewer)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The active viewer.

Specified by:
setActiveViewerByRef in interface IViewers3D
Parameters:
ppViewer - A reference to a com.esri.arcgis.analyst3d.ISceneViewer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getActiveViewer

public ISceneViewer getActiveViewer()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The active viewer.

Specified by:
getActiveViewer in interface IViewers3D
Returns:
A reference to a com.esri.arcgis.analyst3d.ISceneViewer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

refreshViewers

public void refreshViewers()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Redraws all viewers.

Specified by:
refreshViewers in interface IViewers3D
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isNavigating

public boolean isNavigating()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if the 3D Display is in navigation mode.

Specified by:
isNavigating in interface IViewers3D
Returns:
The pbIsNavigating
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsNavigating

public void setIsNavigating(boolean pbIsNavigating)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if the 3D Display is in navigation mode.

Specified by:
setIsNavigating in interface IViewers3D
Parameters:
pbIsNavigating - The pbIsNavigating (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGestureEnabled

public void setGestureEnabled(boolean pbEnabled)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if the mouse gestures are supported.

Specified by:
setGestureEnabled in interface IViewers3D
Parameters:
pbEnabled - The pbEnabled (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isGestureEnabled

public boolean isGestureEnabled()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if the mouse gestures are supported.

Specified by:
isGestureEnabled in interface IViewers3D
Returns:
The pbEnabled
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBackgroundColor

public void setBackgroundColor(float red,
                               float green,
                               float blue)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Sets the background color.

Specified by:
setBackgroundColor in interface IViewers3D
Parameters:
red - The red (in)
green - The green (in)
blue - The blue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBackgroundColor

public void getBackgroundColor(float[] pRed,
                               float[] pGreen,
                               float[] pBlue)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Returns the background color.

Specified by:
getBackgroundColor in interface IViewers3D
Parameters:
pRed - The pRed (out: use single element array)
pGreen - The pGreen (out: use single element array)
pBlue - The pBlue (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

replayFrame

public void replayFrame(ICamera camera)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Uses the camera to redraw a frame.

Specified by:
replayFrame in interface IViewers3D
Parameters:
camera - A reference to a com.esri.arcgis.analyst3d.ICamera (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.