|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INavigate3DView
Provides access to utility methods which assist in Navigating the 3DView.
| Method Summary | |
|---|---|
void |
begin(ICamera pCamera)
Does any initialization steps required to begin Camera movement. |
void |
end()
Does any finish steps required to end Camera movement. |
void |
moveForwardBackward(double distance)
Moves Camera Forward and Backward. |
void |
moveLeftRight(double distance)
Moves Camera Left and Right. |
void |
moveUpDown(double distance)
Moves Camera Up and Down. |
void |
rotate(double azi,
double incl,
double roll)
Adjusts the Camera's azimuth (heading) and inclination. |
| Method Detail |
|---|
void moveForwardBackward(double distance)
throws IOException,
AutomationException
distance - The distance (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void moveLeftRight(double distance)
throws IOException,
AutomationException
distance - The distance (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void moveUpDown(double distance)
throws IOException,
AutomationException
distance - The distance (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void rotate(double azi,
double incl,
double roll)
throws IOException,
AutomationException
azi - The azi (in)incl - The incl (in)roll - The roll (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void begin(ICamera pCamera)
throws IOException,
AutomationException
pCamera - A reference to a com.esri.arcgis.analyst3d.ICamera (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void end()
throws IOException,
AutomationException
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 | ||||||||