com.esri.arcgis.analyst3d
Class ICameraProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.analyst3d.ICameraProxy
All Implemented Interfaces:
ICamera, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
ICamera2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'ICamera'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'

Description: 'Provides access to members that manipulate the camera.' 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 =

public class ICameraProxy
extends com.esri.arcgis.interop.Dispatch
implements ICamera, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.analyst3d.ICamera
IID, IIDb3fa596f_ada3_11d2_9fae_00c04f8ece3d
 
Constructor Summary
  ICameraProxy()
          Deprecated. For internal use only
  ICameraProxy(java.lang.Object obj)
          Deprecated.  
protected ICameraProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ICameraProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ICameraProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 boolean canSeeMBB(IEnvelope pExtent)
          Deprecated. Indicates if the camera can see any portion of the given extent.
 boolean canSeeSphere(IPoint pCenter, double radius)
          Deprecated. Indicates if the camera can see any portion of the given sphere.
 double getAzimuth()
          Deprecated. The polar azimuth of the observer relative to the target.
 IRay getIdentifyRay(int dx, int dy)
          Deprecated. Returns the ray that corresponds to given screen coordinates.
 IVector3D getIdentifyVector(IPoint pCursor)
          Deprecated. Returns the vector that corresponds to the given screen location.
 double getInclination()
          Deprecated. The polar inclination of the observer relative to the target.
 IPoint getObserver()
          Deprecated. The observer's position.
 IEnvelope getOrthoViewingExtent()
          Deprecated. The extent visible by the camera in orthographic view.
 int getProjectionType()
          Deprecated. The type of projection.
 double getRollAngle()
          Deprecated. The roll angle in degrees.
 double getScale()
          Deprecated. The orthographic projection scale.
 IPoint getTarget()
          Deprecated. The target's position.
 IVector3D getUpDirection()
          Deprecated. The camera's up-vector.
 double getViewFieldAngle()
          Deprecated. The view-field angle in degrees.
 double getViewingDistance()
          Deprecated. The viewing distance between the observer and the target.
 void hTurnAround(double dAzimuth)
          Deprecated. Turns the camera horizontally around observer by the given azimuth angle.
 boolean isMultiPhaseRendering()
          Deprecated. The state of multi-phase rendering.
 boolean isUsable()
          Deprecated. Indicates if the camera has valid parameters.
 void levelObsToTarget()
          Deprecated. Levels the observer to the target.
 void levelTargetToObs()
          Deprecated. Levels the target to the observer.
 void move(int direction, double factor)
          Deprecated. Moves the camera in the specified direction.
 void pan(IPoint startPoint, IPoint endPoint)
          Deprecated. 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)
          Deprecated. Updates the observer's location by given polar increments.
 void propertiesChanged()
          Deprecated. Sets camera's dirty flag.
 void queryDistanceToMBB(IEnvelope pExtent, double[] distance)
          Deprecated. Returns the distance to the given extent.
 void queryDistanceToSphere(IPoint pCenter, double radius, double[] distance)
          Deprecated. Returns the distance to the given sphere.
 void queryDistanceToSphereCenter(IPoint pCenter, double radius, double[] distance)
          Deprecated. Returns the distance to the given sphere's center.
 void queryIdentifyVector(int dx, int dy, IVector3D pIdentifyVect)
          Deprecated. Returns the vector that corresponds to given screen coordinates.
 void queryOrthoViewingPlatform(IEnvelope pInExtent, IEnvelope pOutExtent, double[] pScale)
          Deprecated. Returns orthographic projection viewing parameters corresponding to the given extent.
 void queryViewingPlatformMBB(IEnvelope pExtent, double[] pNearPlane, double[] pFarPlane, double[] pAngle, double[] pAspect)
          Deprecated. Returns the viewing parameters corresponding to the given extent.
 void queryViewingPlatformSphere(IPoint pCenter, double radius, double[] pNearPlane, double[] pFarPlane, double[] pAngle, double[] pAspect)
          Deprecated. Returns the viewing parameters corresponding to the given spherical extent.
 void recalcUp()
          Deprecated. Updates the up-vector.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void replayFrame(ISceneGraph pSceneGraph)
          Deprecated. Renders a frame.
 void rotate(double angle)
          Deprecated. Rotates the observer horizontally around the target by a given angle in degrees.
 void setAzimuth(double azimuth)
          Deprecated. The polar azimuth of the observer relative to the target.
 void setDefaultsMBB(IEnvelope pExtent)
          Deprecated. Positions camera so that the entire given extent can be seen.
 void setDefaultsSphere(IPoint pCenter, double radius)
          Deprecated. Positions camera so that the entire given spherical extent can be seen.
 void setInclination(double inclination)
          Deprecated. The polar inclination of the observer relative to the target.
 void setMultiPhaseRendering(boolean pbMultiPhase)
          Deprecated. The state of multi-phase rendering.
 void setObserver(IPoint observer)
          Deprecated. The observer's position.
 void setProjectionType(int projectionType)
          Deprecated. The type of projection.
 void setRollAngle(double rollAngle)
          Deprecated. The roll angle in degrees.
 void setTarget(IPoint target)
          Deprecated. The target's position.
 void setUpDirection(IVector3D upVector)
          Deprecated. The camera's up-vector.
 void setVerticalExaggeration(double rhs1)
          Deprecated. Adapts the camera to the scene's vertical exaggeration.
 void setViewFieldAngle(double viewFieldAngle)
          Deprecated. The view-field angle in degrees.
 void setViewingDistance(double distance)
          Deprecated. The viewing distance between the observer and the target.
 void zoom(double ratio)
          Deprecated. Zooms in or out by moving the observer according to the required ratio between the new and previous viewing distances.
 void zoomToRect(IEnvelope pExtent)
          Deprecated. Zooms to the given screen extent.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ICameraProxy

public ICameraProxy(java.lang.String CLSID,
                    java.lang.String host,
                    com.esri.arcgis.interop.AuthInfo authInfo)
             throws java.net.UnknownHostException,
                    java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ICameraProxy

public ICameraProxy()
Deprecated. 
For internal use only


ICameraProxy

public ICameraProxy(java.lang.Object obj)
             throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ICameraProxy

protected ICameraProxy(java.lang.Object obj,
                       java.lang.String iid)
                throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ICameraProxy

protected ICameraProxy(java.lang.String CLSID,
                       java.lang.String iid,
                       java.lang.String host,
                       com.esri.arcgis.interop.AuthInfo authInfo)
                throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getObserver

public IPoint getObserver()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The observer's position.

Specified by:
getObserver in interface ICamera
Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setObserver

public void setObserver(IPoint observer)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The observer's position.

Specified by:
setObserver in interface ICamera
Parameters:
observer - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTarget

public IPoint getTarget()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The target's position.

Specified by:
getTarget in interface ICamera
Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTarget

public void setTarget(IPoint target)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The target's position.

Specified by:
setTarget in interface ICamera
Parameters:
target - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUpDirection

public IVector3D getUpDirection()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The camera's up-vector.

Specified by:
getUpDirection in interface ICamera
Returns:
A reference to a com.esri.arcgis.geometry.IVector3D
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUpDirection

public void setUpDirection(IVector3D upVector)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The camera's up-vector.

Specified by:
setUpDirection in interface ICamera
Parameters:
upVector - A reference to a com.esri.arcgis.geometry.IVector3D (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getViewingDistance

public double getViewingDistance()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The viewing distance between the observer and the target. When changing, the observer moves.

Specified by:
getViewingDistance in interface ICamera
Returns:
The distance
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setViewingDistance

public void setViewingDistance(double distance)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The viewing distance between the observer and the target. When changing, the observer moves.

Specified by:
setViewingDistance in interface ICamera
Parameters:
distance - The distance (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getViewFieldAngle

public double getViewFieldAngle()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The view-field angle in degrees.

Specified by:
getViewFieldAngle in interface ICamera
Returns:
The viewFieldAngle
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setViewFieldAngle

public void setViewFieldAngle(double viewFieldAngle)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The view-field angle in degrees.

Specified by:
setViewFieldAngle in interface ICamera
Parameters:
viewFieldAngle - The viewFieldAngle (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRollAngle

public double getRollAngle()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The roll angle in degrees.

Specified by:
getRollAngle in interface ICamera
Returns:
The rollAngle
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRollAngle

public void setRollAngle(double rollAngle)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The roll angle in degrees.

Specified by:
setRollAngle in interface ICamera
Parameters:
rollAngle - The rollAngle (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getProjectionType

public int getProjectionType()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The type of projection.

Specified by:
getProjectionType in interface ICamera
Returns:
A com.esri.arcgis.analyst3d.esri3DProjectionType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setProjectionType

public void setProjectionType(int projectionType)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The type of projection.

Specified by:
setProjectionType in interface ICamera
Parameters:
projectionType - A com.esri.arcgis.analyst3d.esri3DProjectionType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUsable

public boolean isUsable()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates if the camera has valid parameters.

Specified by:
isUsable in interface ICamera
Returns:
The isValid
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInclination

public double getInclination()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The polar inclination of the observer relative to the target. When changed, the observer moves.

Specified by:
getInclination in interface ICamera
Returns:
The inclination
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInclination

public void setInclination(double inclination)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The polar inclination of the observer relative to the target. When changed, the observer moves.

Specified by:
setInclination in interface ICamera
Parameters:
inclination - The inclination (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAzimuth

public double getAzimuth()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The polar azimuth of the observer relative to the target. When changed, the observer moves.

Specified by:
getAzimuth in interface ICamera
Returns:
The azimuth
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAzimuth

public void setAzimuth(double azimuth)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The polar azimuth of the observer relative to the target. When changed, the observer moves.

Specified by:
setAzimuth in interface ICamera
Parameters:
azimuth - The azimuth (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

rotate

public void rotate(double angle)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Rotates the observer horizontally around the target by a given angle in degrees.

Specified by:
rotate in interface ICamera
Parameters:
angle - The angle (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

polarUpdate

public void polarUpdate(double distanceFactor,
                        double dAzimuth,
                        double dInclination,
                        boolean bLimitInclination)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Updates the observer's location by given polar increments.

Specified by:
polarUpdate in interface ICamera
Parameters:
distanceFactor - The distanceFactor (in)
dAzimuth - The dAzimuth (in)
dInclination - The dInclination (in)
bLimitInclination - The bLimitInclination (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

recalcUp

public void recalcUp()
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Updates the up-vector.

Specified by:
recalcUp in interface ICamera
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

propertiesChanged

public void propertiesChanged()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Sets camera's dirty flag.

Specified by:
propertiesChanged in interface ICamera
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDefaultsMBB

public void setDefaultsMBB(IEnvelope pExtent)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Positions camera so that the entire given extent can be seen.

Specified by:
setDefaultsMBB in interface ICamera
Parameters:
pExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDefaultsSphere

public void setDefaultsSphere(IPoint pCenter,
                              double radius)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Positions camera so that the entire given spherical extent can be seen.

Specified by:
setDefaultsSphere in interface ICamera
Parameters:
pCenter - A reference to a com.esri.arcgis.geometry.IPoint (in)
radius - The radius (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryViewingPlatformMBB

public void queryViewingPlatformMBB(IEnvelope pExtent,
                                    double[] pNearPlane,
                                    double[] pFarPlane,
                                    double[] pAngle,
                                    double[] pAspect)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Returns the viewing parameters corresponding to the given extent.

Specified by:
queryViewingPlatformMBB in interface ICamera
Parameters:
pExtent - 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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryViewingPlatformSphere

public void queryViewingPlatformSphere(IPoint pCenter,
                                       double radius,
                                       double[] pNearPlane,
                                       double[] pFarPlane,
                                       double[] pAngle,
                                       double[] pAspect)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Returns the viewing parameters corresponding to the given spherical extent.

Specified by:
queryViewingPlatformSphere in interface ICamera
Parameters:
pCenter - 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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryOrthoViewingPlatform

public void queryOrthoViewingPlatform(IEnvelope pInExtent,
                                      IEnvelope pOutExtent,
                                      double[] pScale)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Returns orthographic projection viewing parameters corresponding to the given extent.

Specified by:
queryOrthoViewingPlatform in interface ICamera
Parameters:
pInExtent - 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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOrthoViewingExtent

public IEnvelope getOrthoViewingExtent()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The extent visible by the camera in orthographic view.

Specified by:
getOrthoViewingExtent in interface ICamera
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

replayFrame

public void replayFrame(ISceneGraph pSceneGraph)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Renders a frame.

Specified by:
replayFrame in interface ICamera
Parameters:
pSceneGraph - A reference to a com.esri.arcgis.analyst3d.ISceneGraph (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

canSeeMBB

public boolean canSeeMBB(IEnvelope pExtent)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates if the camera can see any portion of the given extent.

Specified by:
canSeeMBB in interface ICamera
Parameters:
pExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Returns:
The canSee
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

canSeeSphere

public boolean canSeeSphere(IPoint pCenter,
                            double radius)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if the camera can see any portion of the given sphere.

Specified by:
canSeeSphere in interface ICamera
Parameters:
pCenter - A reference to a com.esri.arcgis.geometry.IPoint (in)
radius - The radius (in)
Returns:
The canSee
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryDistanceToMBB

public void queryDistanceToMBB(IEnvelope pExtent,
                               double[] distance)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Returns the distance to the given extent.

Specified by:
queryDistanceToMBB in interface ICamera
Parameters:
pExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
distance - The distance (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryDistanceToSphere

public void queryDistanceToSphere(IPoint pCenter,
                                  double radius,
                                  double[] distance)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Returns the distance to the given sphere.

Specified by:
queryDistanceToSphere in interface ICamera
Parameters:
pCenter - A reference to a com.esri.arcgis.geometry.IPoint (in)
radius - The radius (in)
distance - The distance (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryDistanceToSphereCenter

public void queryDistanceToSphereCenter(IPoint pCenter,
                                        double radius,
                                        double[] distance)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Returns the distance to the given sphere's center.

Specified by:
queryDistanceToSphereCenter in interface ICamera
Parameters:
pCenter - A reference to a com.esri.arcgis.geometry.IPoint (in)
radius - The radius (in)
distance - The distance (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryIdentifyVector

public void queryIdentifyVector(int dx,
                                int dy,
                                IVector3D pIdentifyVect)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Returns the vector that corresponds to given screen coordinates.

Specified by:
queryIdentifyVector in interface ICamera
Parameters:
dx - The dx (in)
dy - The dy (in)
pIdentifyVect - A reference to a com.esri.arcgis.geometry.IVector3D (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIdentifyVector

public IVector3D getIdentifyVector(IPoint pCursor)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Returns the vector that corresponds to the given screen location.

Specified by:
getIdentifyVector in interface ICamera
Parameters:
pCursor - A reference to a com.esri.arcgis.geometry.IPoint (in)
Returns:
A reference to a com.esri.arcgis.geometry.IVector3D
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIdentifyRay

public IRay getIdentifyRay(int dx,
                           int dy)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Returns the ray that corresponds to given screen coordinates.

Specified by:
getIdentifyRay in interface ICamera
Parameters:
dx - The dx (in)
dy - The dy (in)
Returns:
A reference to a com.esri.arcgis.geometry.IRay
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

move

public void move(int direction,
                 double factor)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Moves the camera in the specified direction. The distance is calculated by applying the given factor to the current viewing distance.

Specified by:
move in interface ICamera
Parameters:
direction - A com.esri.arcgis.analyst3d.esriCameraMovementType constant (in)
factor - The factor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

pan

public void pan(IPoint startPoint,
                IPoint endPoint)
         throws java.io.IOException,
                AutomationException
Deprecated. 
Moves both the observer and the target so that the object picked as the starting point on screen assumes the ending-point position.

Specified by:
pan in interface ICamera
Parameters:
startPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
endPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

levelTargetToObs

public void levelTargetToObs()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Levels the target to the observer.

Specified by:
levelTargetToObs in interface ICamera
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

levelObsToTarget

public void levelObsToTarget()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Levels the observer to the target.

Specified by:
levelObsToTarget in interface ICamera
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

hTurnAround

public void hTurnAround(double dAzimuth)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Turns the camera horizontally around observer by the given azimuth angle.

Specified by:
hTurnAround in interface ICamera
Parameters:
dAzimuth - The dAzimuth (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

zoom

public void zoom(double ratio)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Zooms in or out by moving the observer according to the required ratio between the new and previous viewing distances.

Specified by:
zoom in interface ICamera
Parameters:
ratio - The ratio (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

zoomToRect

public void zoomToRect(IEnvelope pExtent)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Zooms to the given screen extent.

Specified by:
zoomToRect in interface ICamera
Parameters:
pExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getScale

public double getScale()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The orthographic projection scale.

Specified by:
getScale in interface ICamera
Returns:
The pScale
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMultiPhaseRendering

public void setMultiPhaseRendering(boolean pbMultiPhase)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The state of multi-phase rendering. When true, the scene depth can be divided into multiple passes to improve rendering quality.

Specified by:
setMultiPhaseRendering in interface ICamera
Parameters:
pbMultiPhase - The pbMultiPhase (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isMultiPhaseRendering

public boolean isMultiPhaseRendering()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The state of multi-phase rendering. When true, the scene depth can be divided into multiple passes to improve rendering quality.

Specified by:
isMultiPhaseRendering in interface ICamera
Returns:
The pbMultiPhase
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVerticalExaggeration

public void setVerticalExaggeration(double rhs1)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Adapts the camera to the scene's vertical exaggeration.

Specified by:
setVerticalExaggeration in interface ICamera
Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.