|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISceneRenderer
Provides access to members that control scene rendering.
| Method Summary | |
|---|---|
IEnvelope |
getAccumulatedExtent()
The accumulated extent after recording an act. |
I3DProperties |
getDddProperties()
The 3D properties. |
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,
Object pGeoNode,
IPoint[] ppPoint,
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,
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(Object ppObject)
The object an act represents. |
void |
startRecording(boolean bImmediateMode)
Start recording a dataset. |
| Method Detail |
|---|
boolean isCallRecording()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCallRecording(boolean pbCallFlag)
throws IOException,
AutomationException
pbCallFlag - The pbCallFlag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void startRecording(boolean bImmediateMode)
throws IOException,
AutomationException
bImmediateMode - The bImmediateMode (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void record(IDisplay3D pDisplay,
Object pGeoNode,
ITrackCancel pTrackCancel)
throws 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)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
I3DProperties getDddProperties()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDddPropertiesByRef(I3DProperties ppFilter)
throws IOException,
AutomationException
ppFilter - A reference to a com.esri.arcgis.analyst3d.I3DProperties (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void locate(int hint,
IRay pQueryRay,
boolean bGetTransformed,
Object pGeoNode,
IPoint[] ppPoint,
Object[] ppObject)
throws 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)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRepresentsByRef(Object ppObject)
throws IOException,
AutomationException
ppObject - A reference to another Object (IUnknown) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getRepresents()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getAccumulatedExtent()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void queryAccumulatedExtent(IEnvelope pExtent)
throws IOException,
AutomationException
pExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
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 | ||||||||