|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISceneRenderer
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDcb6f53c2_c46b_11d2_b1da_00c04fa33d14
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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 |
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. |
Field Detail |
---|
static final int IIDcb6f53c2_c46b_11d2_b1da_00c04fa33d14
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isCallRecording() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCallRecording(boolean pbCallFlag) throws java.io.IOException, AutomationException
pbCallFlag
- The pbCallFlag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void startRecording(boolean bImmediateMode) throws java.io.IOException, AutomationException
bImmediateMode
- The bImmediateMode (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void record(IDisplay3D pDisplay, java.lang.Object pGeoNode, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.I3DProperties getDddProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDddPropertiesByRef(I3DProperties ppFilter) throws java.io.IOException, AutomationException
ppFilter
- A reference to a com.esri.arcgis.analyst3d.I3DProperties (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void locate(int hint, IRay pQueryRay, boolean bGetTransformed, java.lang.Object pGeoNode, IPoint[] ppPoint, java.lang.Object[] ppObject) throws java.io.IOException, AutomationException
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRepresentsByRef(java.lang.Object ppObject) throws java.io.IOException, AutomationException
ppObject
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getRepresents() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getAccumulatedExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryAccumulatedExtent(IEnvelope pExtent) throws java.io.IOException, AutomationException
pExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (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 |