com.esri.arcgis.analyst3d
Class ISceneRendererProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.analyst3d.ISceneRendererProxy
All Implemented Interfaces:
ISceneRenderer, java.io.Externalizable, java.io.Serializable

public class ISceneRendererProxy
extends com.esri.arcgis.interop.Dispatch
implements ISceneRenderer, java.io.Serializable

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

Description: 'Provides access to members that control scene rendering.' 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 =

See Also:
Serialized Form

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
 
Fields inherited from interface com.esri.arcgis.analyst3d.ISceneRenderer
IID, IIDcb6f53c2_c46b_11d2_b1da_00c04fa33d14
 
Constructor Summary
  ISceneRendererProxy()
          For internal use only
  ISceneRendererProxy(java.lang.Object obj)
           
protected ISceneRendererProxy(java.lang.Object obj, java.lang.String iid)
           
  ISceneRendererProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected ISceneRendererProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 IEnvelope getAccumulatedExtent()
          The accumulated extent after recording an act.
 I3DProperties getDddProperties()
          The 3D properties.
 java.lang.Object getRepresents()
          The object an act represents.
 boolean isCallRecording()
          Indicates if the scene requires a new recording event.
 void locate(int hint, IRay pQueryRay, boolean bGetTransformed, java.lang.Object pGeoNode, IPoint[] ppPoint, java.lang.Object[] ppObject)
          Locates an object given a hint, ray, and geometry node hit.
 void queryAccumulatedExtent(IEnvelope pExtent)
          Queries the accumulated extent after recording an act.
 void record(IDisplay3D pDisplay, java.lang.Object pGeoNode, ITrackCancel pTrackCancel)
          Records a dataset.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void setCallRecording(boolean pbCallFlag)
          Indicates if the scene requires a new recording event.
 void setDddPropertiesByRef(I3DProperties ppFilter)
          The 3D properties.
 void setRepresentsByRef(java.lang.Object ppObject)
          The object an act represents.
 void startRecording(boolean bImmediateMode)
          Start recording a dataset.
 
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

noncastable

public boolean noncastable
Constructor Detail

ISceneRendererProxy

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

ISceneRendererProxy

public ISceneRendererProxy()
For internal use only


ISceneRendererProxy

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

ISceneRendererProxy

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

ISceneRendererProxy

protected ISceneRendererProxy(java.lang.String CLSID,
                              java.lang.String iid,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.io.IOException
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
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
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

isCallRecording

public boolean isCallRecording()
                        throws java.io.IOException,
                               AutomationException
Indicates if the scene requires a new recording event.

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

setCallRecording

public void setCallRecording(boolean pbCallFlag)
                      throws java.io.IOException,
                             AutomationException
Indicates if the scene requires a new recording event.

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

startRecording

public void startRecording(boolean bImmediateMode)
                    throws java.io.IOException,
                           AutomationException
Start recording a dataset.

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

record

public void record(IDisplay3D pDisplay,
                   java.lang.Object pGeoNode,
                   ITrackCancel pTrackCancel)
            throws java.io.IOException,
                   AutomationException
Records a dataset.

Specified by:
record in interface ISceneRenderer
Parameters:
pDisplay - A reference to a com.esri.arcgis.display.IDisplay3D (in)
pGeoNode - A reference to another Object (IUnknown) (in)
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDddProperties

public I3DProperties getDddProperties()
                               throws java.io.IOException,
                                      AutomationException
The 3D properties.

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

setDddPropertiesByRef

public void setDddPropertiesByRef(I3DProperties ppFilter)
                           throws java.io.IOException,
                                  AutomationException
The 3D properties.

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

locate

public void locate(int hint,
                   IRay pQueryRay,
                   boolean bGetTransformed,
                   java.lang.Object pGeoNode,
                   IPoint[] ppPoint,
                   java.lang.Object[] ppObject)
            throws java.io.IOException,
                   AutomationException
Locates an object given a hint, ray, and geometry node hit.

Specified by:
locate in interface ISceneRenderer
Parameters:
hint - The hint (in)
pQueryRay - A reference to a com.esri.arcgis.geometry.IRay (in)
bGetTransformed - The bGetTransformed (in)
pGeoNode - A reference to another Object (IUnknown) (in)
ppPoint - A reference to a com.esri.arcgis.geometry.IPoint (out: use single element array)
ppObject - A reference to another Object (IUnknown) (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRepresentsByRef

public void setRepresentsByRef(java.lang.Object ppObject)
                        throws java.io.IOException,
                               AutomationException
The object an act represents.

Specified by:
setRepresentsByRef in interface ISceneRenderer
Parameters:
ppObject - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRepresents

public java.lang.Object getRepresents()
                               throws java.io.IOException,
                                      AutomationException
The object an act represents.

Specified by:
getRepresents in interface ISceneRenderer
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAccumulatedExtent

public IEnvelope getAccumulatedExtent()
                               throws java.io.IOException,
                                      AutomationException
The accumulated extent after recording an act.

Specified by:
getAccumulatedExtent in interface ISceneRenderer
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryAccumulatedExtent

public void queryAccumulatedExtent(IEnvelope pExtent)
                            throws java.io.IOException,
                                   AutomationException
Queries the accumulated extent after recording an act.

Specified by:
queryAccumulatedExtent in interface ISceneRenderer
Parameters:
pExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.