com.esri.arcgis.analyst3d
Interface ICamera2

All Superinterfaces:
ICamera, java.io.Serializable
All Known Subinterfaces:
ICamera3
All Known Implementing Classes:
Camera, ICamera2Proxy, ICamera3Proxy

public interface ICamera2
extends ICamera, java.io.Serializable

COM Interface 'ICamera2'. 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 IID44e9928e_bf72_4838_b956_2940d0564f3f
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.analyst3d.ICamera
IIDb3fa596f_ada3_11d2_9fae_00c04f8ece3d
 
Method Summary
 int getDisplayType()
          Display mode.
 void setDisplayType(int pType)
          Display mode.
 
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

IID44e9928e_bf72_4838_b956_2940d0564f3f

static final int IID44e9928e_bf72_4838_b956_2940d0564f3f
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

getDisplayType

int getDisplayType()
                   throws java.io.IOException,
                          AutomationException
Display mode.

Returns:
A com.esri.arcgis.analyst3d.esriDisplayType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisplayType

void setDisplayType(int pType)
                    throws java.io.IOException,
                           AutomationException
Display mode.

Parameters:
pType - A com.esri.arcgis.analyst3d.esriDisplayType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.