|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.analyst3d.Camera
public class Camera
COM Class 'Camera'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'
Description 'The Esri camera component.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.analyst3d.ICamera3 |
|---|
IID, IID98daaab4_83ba_4046_b843_98cbe98a6547, xxDummy |
| Fields inherited from interface com.esri.arcgis.analyst3d.ICamera2 |
|---|
IID44e9928e_bf72_4838_b956_2940d0564f3f |
| Fields inherited from interface com.esri.arcgis.analyst3d.ICamera |
|---|
IIDb3fa596f_ada3_11d2_9fae_00c04f8ece3d |
| Fields inherited from interface com.esri.arcgis.analyst3d.IStereoCamera |
|---|
IID, IID1a8927bc_9f9a_44ba_a921_3c3ac1aa476c, xxDummy |
| Constructor Summary | |
|---|---|
Camera()
Constructs a Camera using ArcGIS Engine. |
|
Camera(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. Camera theCamera = (Camera) obj; |
|
| Method Summary | |
|---|---|
boolean |
canSeeMBB(IEnvelope pExtent)
Indicates if the camera can see any portion of the given extent. |
boolean |
canSeeSphere(IPoint pCenter,
double radius)
Indicates if the camera can see any portion of the given sphere. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
double |
getAzimuth()
The polar azimuth of the observer relative to the target. |
static java.lang.String |
getClsid()
getClsid. |
int |
getDisplayType()
Display mode. |
double |
getEyeSeparation()
Eye separation. |
int |
getEyeType()
Eye view. |
IRay |
getIdentifyRay(int dx,
int dy)
Returns the ray that corresponds to given screen coordinates. |
IVector3D |
getIdentifyVector(IPoint pCursor)
Returns the vector that corresponds to the given screen location. |
double |
getInclination()
The polar inclination of the observer relative to the target. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getLRviewFirst()
Left / Right view first. |
IPoint |
getObserver()
The observer's position. |
IEnvelope |
getOrthoViewingExtent()
The extent visible by the camera in orthographic view. |
double |
getParallax()
Parallax. |
int |
getProjectionType()
The type of projection. |
double |
getRollAngle()
The roll angle in degrees. |
double |
getScale()
The orthographic projection scale. |
int |
getStereoViewType()
The type of stereo view. |
IPoint |
getTarget()
The target's position. |
IVector3D |
getUpDirection()
The camera's up-vector. |
double |
getViewFieldAngle()
The view-field angle in degrees. |
double |
getViewingDistance()
The viewing distance between the observer and the target. |
int |
hashCode()
the hashcode for this object |
void |
hTurnAround(double dAzimuth)
Turns the camera horizontally around observer by the given azimuth angle. |
boolean |
isMultiPhaseRendering()
The state of multi-phase rendering. |
boolean |
isStereoSupported()
Indicates if stereo is supported. |
boolean |
isUsable()
Indicates if the camera has valid parameters. |
void |
levelObsToTarget()
Levels the observer to the target. |
void |
levelTargetToObs()
Levels the target to the observer. |
void |
move(int direction,
double factor)
Moves the camera in the specified direction. |
void |
pan(IPoint startPoint,
IPoint endPoint)
Moves both the observer and the target so that the object picked as the starting point on screen assumes the ending-point position. |
void |
polarUpdate(double distanceFactor,
double dAzimuth,
double dInclination,
boolean bLimitInclination)
Updates the observer's location by given polar increments. |
void |
propertiesChanged()
Sets camera's dirty flag. |
void |
queryDistanceToMBB(IEnvelope pExtent,
double[] distance)
Returns the distance to the given extent. |
void |
queryDistanceToSphere(IPoint pCenter,
double radius,
double[] distance)
Returns the distance to the given sphere. |
void |
queryDistanceToSphereCenter(IPoint pCenter,
double radius,
double[] distance)
Returns the distance to the given sphere's center. |
void |
queryIdentifyVector(int dx,
int dy,
IVector3D pIdentifyVect)
Returns the vector that corresponds to given screen coordinates. |
void |
queryOrthoViewingPlatform(IEnvelope pInExtent,
IEnvelope pOutExtent,
double[] pScale)
Returns orthographic projection viewing parameters corresponding to the given extent. |
void |
queryViewingPlatformMBB(IEnvelope pExtent,
double[] pNearPlane,
double[] pFarPlane,
double[] pAngle,
double[] pAspect)
Returns the viewing parameters corresponding to the given extent. |
void |
queryViewingPlatformSphere(IPoint pCenter,
double radius,
double[] pNearPlane,
double[] pFarPlane,
double[] pAngle,
double[] pAspect)
Returns the viewing parameters corresponding to the given spherical extent. |
void |
recalcUp()
Updates the up-vector. |
void |
release()
Release a Camera. |
void |
replayFrame(ISceneGraph pSceneGraph)
Renders a frame. |
void |
rotate(double angle)
Rotates the observer horizontally around the target by a given angle in degrees. |
void |
setAzimuth(double azimuth)
The polar azimuth of the observer relative to the target. |
void |
setDefaultsMBB(IEnvelope pExtent)
Positions camera so that the entire given extent can be seen. |
void |
setDefaultsSphere(IPoint pCenter,
double radius)
Positions camera so that the entire given spherical extent can be seen. |
void |
setDisplayType(int pType)
Display mode. |
void |
setEyeSeparation(double eyeSeparation)
Eye separation. |
void |
setEyeType(int pType)
Eye view. |
void |
setInclination(double inclination)
The polar inclination of the observer relative to the target. |
void |
setLRviewFirst(int pView)
Left / Right view first. |
void |
setMultiPhaseRendering(boolean pbMultiPhase)
The state of multi-phase rendering. |
void |
setObserver(IPoint observer)
The observer's position. |
void |
setOrthoViewingExtent(IEnvelope rhs1)
The extent visible by the camera in orthographic view. |
void |
setParallax(double pParallax)
Parallax. |
void |
setProjectionType(int projectionType)
The type of projection. |
void |
setRollAngle(double rollAngle)
The roll angle in degrees. |
void |
setStereoViewType(int pType)
The type of stereo view. |
void |
setTarget(IPoint target)
The target's position. |
void |
setUpDirection(IVector3D upVector)
The camera's up-vector. |
void |
setVerticalExaggeration(double rhs1)
Adapts the camera to the scene's vertical exaggeration. |
void |
setViewFieldAngle(double viewFieldAngle)
The view-field angle in degrees. |
void |
setViewingDistance(double distance)
The viewing distance between the observer and the target. |
void |
zoom(double ratio)
Zooms in or out by moving the observer according to the required ratio between the new and previous viewing distances. |
void |
zoomToRect(IEnvelope pExtent)
Zooms to the given screen extent. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Camera()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public Camera(java.lang.Object obj)
throws java.io.IOException
Camera theCamera = (Camera) obj;
obj to Camera.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public IPoint getObserver()
throws java.io.IOException,
AutomationException
getObserver in interface ICamerajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setObserver(IPoint observer)
throws java.io.IOException,
AutomationException
setObserver in interface ICameraobserver - A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPoint getTarget()
throws java.io.IOException,
AutomationException
getTarget in interface ICamerajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTarget(IPoint target)
throws java.io.IOException,
AutomationException
setTarget in interface ICameratarget - A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IVector3D getUpDirection()
throws java.io.IOException,
AutomationException
getUpDirection in interface ICamerajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUpDirection(IVector3D upVector)
throws java.io.IOException,
AutomationException
setUpDirection in interface ICameraupVector - A reference to a com.esri.arcgis.geometry.IVector3D (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getViewingDistance()
throws java.io.IOException,
AutomationException
getViewingDistance in interface ICamerajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setViewingDistance(double distance)
throws java.io.IOException,
AutomationException
setViewingDistance in interface ICameradistance - The distance (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getViewFieldAngle()
throws java.io.IOException,
AutomationException
getViewFieldAngle in interface ICamerajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setViewFieldAngle(double viewFieldAngle)
throws java.io.IOException,
AutomationException
setViewFieldAngle in interface ICameraviewFieldAngle - The viewFieldAngle (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getRollAngle()
throws java.io.IOException,
AutomationException
getRollAngle in interface ICamerajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRollAngle(double rollAngle)
throws java.io.IOException,
AutomationException
setRollAngle in interface ICamerarollAngle - The rollAngle (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getProjectionType()
throws java.io.IOException,
AutomationException
getProjectionType in interface ICamerajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setProjectionType(int projectionType)
throws java.io.IOException,
AutomationException
setProjectionType in interface ICameraprojectionType - A com.esri.arcgis.analyst3d.esri3DProjectionType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUsable()
throws java.io.IOException,
AutomationException
isUsable in interface ICamerajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getInclination()
throws java.io.IOException,
AutomationException
getInclination in interface ICamerajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInclination(double inclination)
throws java.io.IOException,
AutomationException
setInclination in interface ICamerainclination - The inclination (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getAzimuth()
throws java.io.IOException,
AutomationException
getAzimuth in interface ICamerajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAzimuth(double azimuth)
throws java.io.IOException,
AutomationException
setAzimuth in interface ICameraazimuth - The azimuth (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void rotate(double angle)
throws java.io.IOException,
AutomationException
rotate in interface ICameraangle - The angle (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void polarUpdate(double distanceFactor,
double dAzimuth,
double dInclination,
boolean bLimitInclination)
throws java.io.IOException,
AutomationException
polarUpdate in interface ICameradistanceFactor - The distanceFactor (in)dAzimuth - The dAzimuth (in)dInclination - The dInclination (in)bLimitInclination - The bLimitInclination (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void recalcUp()
throws java.io.IOException,
AutomationException
recalcUp in interface ICamerajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void propertiesChanged()
throws java.io.IOException,
AutomationException
propertiesChanged in interface ICamerajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDefaultsMBB(IEnvelope pExtent)
throws java.io.IOException,
AutomationException
setDefaultsMBB in interface ICamerapExtent - 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.
public void setDefaultsSphere(IPoint pCenter,
double radius)
throws java.io.IOException,
AutomationException
setDefaultsSphere in interface ICamerapCenter - A reference to a com.esri.arcgis.geometry.IPoint (in)radius - The radius (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void queryViewingPlatformMBB(IEnvelope pExtent,
double[] pNearPlane,
double[] pFarPlane,
double[] pAngle,
double[] pAspect)
throws java.io.IOException,
AutomationException
queryViewingPlatformMBB in interface ICamerapExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)pNearPlane - The pNearPlane (out: use single element array)pFarPlane - The pFarPlane (out: use single element array)pAngle - The pAngle (out: use single element array)pAspect - The pAspect (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void queryViewingPlatformSphere(IPoint pCenter,
double radius,
double[] pNearPlane,
double[] pFarPlane,
double[] pAngle,
double[] pAspect)
throws java.io.IOException,
AutomationException
queryViewingPlatformSphere in interface ICamerapCenter - A reference to a com.esri.arcgis.geometry.IPoint (in)radius - The radius (in)pNearPlane - The pNearPlane (out: use single element array)pFarPlane - The pFarPlane (out: use single element array)pAngle - The pAngle (out: use single element array)pAspect - The pAspect (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void queryOrthoViewingPlatform(IEnvelope pInExtent,
IEnvelope pOutExtent,
double[] pScale)
throws java.io.IOException,
AutomationException
queryOrthoViewingPlatform in interface ICamerapInExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)pOutExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)pScale - The pScale (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getOrthoViewingExtent()
throws java.io.IOException,
AutomationException
getOrthoViewingExtent in interface ICamerajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void replayFrame(ISceneGraph pSceneGraph)
throws java.io.IOException,
AutomationException
replayFrame in interface ICamerapSceneGraph - A reference to a com.esri.arcgis.analyst3d.ISceneGraph (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean canSeeMBB(IEnvelope pExtent)
throws java.io.IOException,
AutomationException
canSeeMBB in interface ICamerapExtent - 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.
public boolean canSeeSphere(IPoint pCenter,
double radius)
throws java.io.IOException,
AutomationException
canSeeSphere in interface ICamerapCenter - A reference to a com.esri.arcgis.geometry.IPoint (in)radius - The radius (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void queryDistanceToMBB(IEnvelope pExtent,
double[] distance)
throws java.io.IOException,
AutomationException
queryDistanceToMBB in interface ICamerapExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)distance - The distance (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void queryDistanceToSphere(IPoint pCenter,
double radius,
double[] distance)
throws java.io.IOException,
AutomationException
queryDistanceToSphere in interface ICamerapCenter - A reference to a com.esri.arcgis.geometry.IPoint (in)radius - The radius (in)distance - The distance (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void queryDistanceToSphereCenter(IPoint pCenter,
double radius,
double[] distance)
throws java.io.IOException,
AutomationException
queryDistanceToSphereCenter in interface ICamerapCenter - A reference to a com.esri.arcgis.geometry.IPoint (in)radius - The radius (in)distance - The distance (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void queryIdentifyVector(int dx,
int dy,
IVector3D pIdentifyVect)
throws java.io.IOException,
AutomationException
queryIdentifyVector in interface ICameradx - The dx (in)dy - The dy (in)pIdentifyVect - A reference to a com.esri.arcgis.geometry.IVector3D (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IVector3D getIdentifyVector(IPoint pCursor)
throws java.io.IOException,
AutomationException
getIdentifyVector in interface ICamerapCursor - A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IRay getIdentifyRay(int dx,
int dy)
throws java.io.IOException,
AutomationException
getIdentifyRay in interface ICameradx - The dx (in)dy - The dy (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void move(int direction,
double factor)
throws java.io.IOException,
AutomationException
move in interface ICameradirection - A com.esri.arcgis.analyst3d.esriCameraMovementType constant (in)factor - The factor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void pan(IPoint startPoint,
IPoint endPoint)
throws java.io.IOException,
AutomationException
pan in interface ICamerastartPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)endPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void levelTargetToObs()
throws java.io.IOException,
AutomationException
levelTargetToObs in interface ICamerajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void levelObsToTarget()
throws java.io.IOException,
AutomationException
levelObsToTarget in interface ICamerajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void hTurnAround(double dAzimuth)
throws java.io.IOException,
AutomationException
hTurnAround in interface ICameradAzimuth - The dAzimuth (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void zoom(double ratio)
throws java.io.IOException,
AutomationException
zoom in interface ICameraratio - The ratio (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void zoomToRect(IEnvelope pExtent)
throws java.io.IOException,
AutomationException
zoomToRect in interface ICamerapExtent - 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.
public double getScale()
throws java.io.IOException,
AutomationException
getScale in interface ICamerajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMultiPhaseRendering(boolean pbMultiPhase)
throws java.io.IOException,
AutomationException
setMultiPhaseRendering in interface ICamerapbMultiPhase - The pbMultiPhase (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isMultiPhaseRendering()
throws java.io.IOException,
AutomationException
isMultiPhaseRendering in interface ICamerajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVerticalExaggeration(double rhs1)
throws java.io.IOException,
AutomationException
setVerticalExaggeration in interface ICamerarhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDisplayType()
throws java.io.IOException,
AutomationException
getDisplayType in interface ICamera2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDisplayType(int pType)
throws java.io.IOException,
AutomationException
setDisplayType in interface ICamera2pType - A com.esri.arcgis.analyst3d.esriDisplayType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOrthoViewingExtent(IEnvelope rhs1)
throws java.io.IOException,
AutomationException
setOrthoViewingExtent in interface ICamera3rhs1 - 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.
public int getEyeType()
throws java.io.IOException,
AutomationException
getEyeType in interface IStereoCamerajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEyeType(int pType)
throws java.io.IOException,
AutomationException
setEyeType in interface IStereoCamerapType - A com.esri.arcgis.analyst3d.esriEyeType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getStereoViewType()
throws java.io.IOException,
AutomationException
getStereoViewType in interface IStereoCamerajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStereoViewType(int pType)
throws java.io.IOException,
AutomationException
setStereoViewType in interface IStereoCamerapType - A com.esri.arcgis.analyst3d.esriStereoViewType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getEyeSeparation()
throws java.io.IOException,
AutomationException
getEyeSeparation in interface IStereoCamerajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEyeSeparation(double eyeSeparation)
throws java.io.IOException,
AutomationException
setEyeSeparation in interface IStereoCameraeyeSeparation - The eyeSeparation (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getParallax()
throws java.io.IOException,
AutomationException
getParallax in interface IStereoCamerajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setParallax(double pParallax)
throws java.io.IOException,
AutomationException
setParallax in interface IStereoCamerapParallax - The pParallax (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLRviewFirst()
throws java.io.IOException,
AutomationException
getLRviewFirst in interface IStereoCamerajava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLRviewFirst(int pView)
throws java.io.IOException,
AutomationException
setLRviewFirst in interface IStereoCamerapView - A com.esri.arcgis.analyst3d.esriEyeType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isStereoSupported()
throws java.io.IOException,
AutomationException
isStereoSupported in interface IStereoCamerajava.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 | ||||||||