|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.globecore.Navigate3DView
public class Navigate3DView
The 3DView navigator component.
Constructor Summary | |
---|---|
Navigate3DView()
Constructs a Navigate3DView using ArcGIS Engine. |
|
Navigate3DView(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. Navigate3DView theNavigate3DView = (Navigate3DView) obj; |
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. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public Navigate3DView() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic Navigate3DView(Object obj) throws IOException
Navigate3DView theNavigate3DView = (Navigate3DView) obj;
obj
to Navigate3DView
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void moveForwardBackward(double distance) throws IOException, AutomationException
moveForwardBackward
in interface INavigate3DView
distance
- The distance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void moveLeftRight(double distance) throws IOException, AutomationException
moveLeftRight
in interface INavigate3DView
distance
- The distance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void moveUpDown(double distance) throws IOException, AutomationException
moveUpDown
in interface INavigate3DView
distance
- The distance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void rotate(double azi, double incl, double roll) throws IOException, AutomationException
rotate
in interface INavigate3DView
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.public void begin(ICamera pCamera) throws IOException, AutomationException
begin
in interface INavigate3DView
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.public void end() throws IOException, AutomationException
end
in interface INavigate3DView
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 |