com.esri.arcgis.analyst3d
Interface ICamera3

All Superinterfaces:
ICamera, ICamera2, java.io.Serializable
All Known Implementing Classes:
Camera, ICamera3Proxy

public interface ICamera3
extends ICamera2, java.io.Serializable

COM Interface 'ICamera3'. 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID98daaab4_83ba_4046_b843_98cbe98a6547
           
static int xxDummy
          Deprecated. Internal use only
 
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
 
Method Summary
 void setOrthoViewingExtent(IEnvelope rhs1)
          The extent visible by the camera in orthographic view.
 
Methods inherited from interface com.esri.arcgis.analyst3d.ICamera2
getDisplayType, setDisplayType
 
Methods inherited from interface com.esri.arcgis.analyst3d.ICamera
canSeeMBB, canSeeSphere, getAzimuth, getIdentifyRay, getIdentifyVector, getInclination, getObserver, getOrthoViewingExtent, getProjectionType, getRollAngle, getScale, getTarget, getUpDirection, getViewFieldAngle, getViewingDistance, hTurnAround, isMultiPhaseRendering, isUsable, levelObsToTarget, levelTargetToObs, move, pan, polarUpdate, propertiesChanged, queryDistanceToMBB, queryDistanceToSphere, queryDistanceToSphereCenter, queryIdentifyVector, queryOrthoViewingPlatform, queryViewingPlatformMBB, queryViewingPlatformSphere, recalcUp, replayFrame, rotate, setAzimuth, setDefaultsMBB, setDefaultsSphere, setInclination, setMultiPhaseRendering, setObserver, setProjectionType, setRollAngle, setTarget, setUpDirection, setVerticalExaggeration, setViewFieldAngle, setViewingDistance, zoom, zoomToRect
 

Field Detail

IID98daaab4_83ba_4046_b843_98cbe98a6547

static final int IID98daaab4_83ba_4046_b843_98cbe98a6547
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setOrthoViewingExtent

void setOrthoViewingExtent(IEnvelope rhs1)
                           throws java.io.IOException,
                                  AutomationException
The extent visible by the camera in orthographic view.

Parameters:
rhs1 - 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.