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

Provides access to members that manipulate the camera.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


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

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

Supported Platforms

Windows, Solaris, Linux

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

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

Supported Platforms

Windows, Solaris, Linux

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.