|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGlobeCamera
COM Interface 'IGlobeCamera'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGlobeCore.olb'
Description: 'Provides access to members that manipulate global parameters of 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 |
IID65fbccd0_fabd_4517_a07c_bbea5fe71abe
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
getAccurateViewDirection(double[] pViewX,
double[] pViewY,
double[] pViewZ)
Get the high precision normalized view direction. |
void |
getFrustumSkewRect(double[] xMin,
double[] xMax,
double[] yMin,
double[] yMax)
Values are between 0 and 1 -- define the skew rectangle. |
void |
getLocalOrientation(double[] plocalAzi,
double[] pLocalIncl,
double[] pLocalRoll)
Get the azimuth, inclination and roll angles relative to the current target on surface. |
int |
getNavigationType()
The navigation type. |
void |
getObserverLatLonAlt(double[] pLatDD,
double[] pLonDD,
double[] pAltKMs)
Set the observer location as a combination of latitude and longitude in decimal degrees plus altitude in kilometers. |
int |
getOrientationMode()
The orientation mode. |
double |
getRollOffset()
The offset for the roll angle in degrees. |
void |
getTargetLatLonAlt(double[] pLatDD,
double[] pLonDD,
double[] pAltKMs)
Get the target location as a combination of latitude and longitude in decimal degrees plus altitude in kilometers. |
void |
setAccurateViewDirection(double viewX,
double viewY,
double viewZ)
Set the high precision normalized view direction. |
void |
setFrustumSkewRect(double xMin,
double xMax,
double yMin,
double yMax)
Values are between 0 and 1 -- define the skew rectangle. |
void |
setNavigationType(int pType)
The navigation type. |
void |
setObserverLatLonAlt(double latDD,
double lonDD,
double altKMs)
Set the observer location as a combination of latitude and longitude in decimal degrees plus altitude in kilometers. |
void |
setOrientationMode(int pMode)
The orientation mode. |
void |
setRollOffset(double pRollAngle)
The offset for the roll angle in degrees. |
void |
setTargetLatLonAlt(double latDD,
double lonDD,
double altKMs)
Set the target location as a combination of latitude and longitude in decimal degrees plus altitude in kilometers. |
void |
setToZoomToExtents(IEnvelope pExtent,
IGlobe pGlobe,
ISceneViewer pSceneViewer)
Set the Camera to Zoom to an Extent. |
| Field Detail |
|---|
static final int IID65fbccd0_fabd_4517_a07c_bbea5fe71abe
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setOrientationMode(int pMode)
throws java.io.IOException,
AutomationException
pMode - A com.esri.arcgis.globecore.esriGlobeCameraOrientationMode constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getOrientationMode()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTargetLatLonAlt(double latDD,
double lonDD,
double altKMs)
throws java.io.IOException,
AutomationException
latDD - The latDD (in)lonDD - The lonDD (in)altKMs - The altKMs (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getTargetLatLonAlt(double[] pLatDD,
double[] pLonDD,
double[] pAltKMs)
throws java.io.IOException,
AutomationException
pLatDD - The pLatDD (out: use single element array)pLonDD - The pLonDD (out: use single element array)pAltKMs - The pAltKMs (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setObserverLatLonAlt(double latDD,
double lonDD,
double altKMs)
throws java.io.IOException,
AutomationException
latDD - The latDD (in)lonDD - The lonDD (in)altKMs - The altKMs (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getObserverLatLonAlt(double[] pLatDD,
double[] pLonDD,
double[] pAltKMs)
throws java.io.IOException,
AutomationException
pLatDD - The pLatDD (out: use single element array)pLonDD - The pLonDD (out: use single element array)pAltKMs - The pAltKMs (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRollOffset(double pRollAngle)
throws java.io.IOException,
AutomationException
pRollAngle - The pRollAngle (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getRollOffset()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getFrustumSkewRect(double[] xMin,
double[] xMax,
double[] yMin,
double[] yMax)
throws java.io.IOException,
AutomationException
xMin - The xMin (out: use single element array)xMax - The xMax (out: use single element array)yMin - The yMin (out: use single element array)yMax - The yMax (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFrustumSkewRect(double xMin,
double xMax,
double yMin,
double yMax)
throws java.io.IOException,
AutomationException
xMin - The xMin (in)xMax - The xMax (in)yMin - The yMin (in)yMax - The yMax (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAccurateViewDirection(double viewX,
double viewY,
double viewZ)
throws java.io.IOException,
AutomationException
viewX - The viewX (in)viewY - The viewY (in)viewZ - The viewZ (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getAccurateViewDirection(double[] pViewX,
double[] pViewY,
double[] pViewZ)
throws java.io.IOException,
AutomationException
pViewX - The pViewX (out: use single element array)pViewY - The pViewY (out: use single element array)pViewZ - The pViewZ (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getLocalOrientation(double[] plocalAzi,
double[] pLocalIncl,
double[] pLocalRoll)
throws java.io.IOException,
AutomationException
plocalAzi - The plocalAzi (out: use single element array)pLocalIncl - The pLocalIncl (out: use single element array)pLocalRoll - The pLocalRoll (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setNavigationType(int pType)
throws java.io.IOException,
AutomationException
pType - A com.esri.arcgis.globecore.esriGlobeNavigationType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getNavigationType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setToZoomToExtents(IEnvelope pExtent,
IGlobe pGlobe,
ISceneViewer pSceneViewer)
throws java.io.IOException,
AutomationException
pExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)pGlobe - A reference to a com.esri.arcgis.globecore.IGlobe (in)pSceneViewer - A reference to a com.esri.arcgis.analyst3d.ISceneViewer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||