com.esri.arcgis.analyst3d
Interface ICamera2

All Superinterfaces:
ICamera, Serializable
All Known Subinterfaces:
ICamera3
All Known Implementing Classes:
Camera

public interface ICamera2
extends ICamera, Serializable

Provides access to members that manipulate the camera.

Superseded By

ICamera3

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.


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
 

Method Detail

getDisplayType

int getDisplayType()
                   throws IOException,
                          AutomationException
Display mode.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Supported Platforms

Windows, Solaris, Linux

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

setDisplayType

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Supported Platforms

Windows, Solaris, Linux

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