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 =
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 |
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
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.