|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.globecore.IGlobeCameraProxy
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 =
public class IGlobeCameraProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.globecore.IGlobeCamera |
---|
IID, IID65fbccd0_fabd_4517_a07c_bbea5fe71abe |
Constructor Summary | |
---|---|
|
IGlobeCameraProxy()
Deprecated. For internal use only |
|
IGlobeCameraProxy(java.lang.Object obj)
Deprecated. |
protected |
IGlobeCameraProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGlobeCameraProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGlobeCameraProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
getAccurateViewDirection(double[] pViewX,
double[] pViewY,
double[] pViewZ)
Deprecated. Get the high precision normalized view direction. |
void |
getFrustumSkewRect(double[] xMin,
double[] xMax,
double[] yMin,
double[] yMax)
Deprecated. Values are between 0 and 1 -- define the skew rectangle. |
void |
getLocalOrientation(double[] plocalAzi,
double[] pLocalIncl,
double[] pLocalRoll)
Deprecated. Get the azimuth, inclination and roll angles relative to the current target on surface. |
int |
getNavigationType()
Deprecated. The navigation type. |
void |
getObserverLatLonAlt(double[] pLatDD,
double[] pLonDD,
double[] pAltKMs)
Deprecated. Set the observer location as a combination of latitude and longitude in decimal degrees plus altitude in kilometers. |
int |
getOrientationMode()
Deprecated. The orientation mode. |
double |
getRollOffset()
Deprecated. The offset for the roll angle in degrees. |
void |
getTargetLatLonAlt(double[] pLatDD,
double[] pLonDD,
double[] pAltKMs)
Deprecated. Get the target location as a combination of latitude and longitude in decimal degrees plus altitude in kilometers. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAccurateViewDirection(double viewX,
double viewY,
double viewZ)
Deprecated. Set the high precision normalized view direction. |
void |
setFrustumSkewRect(double xMin,
double xMax,
double yMin,
double yMax)
Deprecated. Values are between 0 and 1 -- define the skew rectangle. |
void |
setNavigationType(int pType)
Deprecated. The navigation type. |
void |
setObserverLatLonAlt(double latDD,
double lonDD,
double altKMs)
Deprecated. Set the observer location as a combination of latitude and longitude in decimal degrees plus altitude in kilometers. |
void |
setOrientationMode(int pMode)
Deprecated. The orientation mode. |
void |
setRollOffset(double pRollAngle)
Deprecated. The offset for the roll angle in degrees. |
void |
setTargetLatLonAlt(double latDD,
double lonDD,
double altKMs)
Deprecated. 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)
Deprecated. Set the Camera to Zoom to an Extent. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IGlobeCameraProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IGlobeCameraProxy()
public IGlobeCameraProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGlobeCameraProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGlobeCameraProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void setOrientationMode(int pMode) throws java.io.IOException, AutomationException
setOrientationMode
in interface IGlobeCamera
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.public int getOrientationMode() throws java.io.IOException, AutomationException
getOrientationMode
in interface IGlobeCamera
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTargetLatLonAlt(double latDD, double lonDD, double altKMs) throws java.io.IOException, AutomationException
setTargetLatLonAlt
in interface IGlobeCamera
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.public void getTargetLatLonAlt(double[] pLatDD, double[] pLonDD, double[] pAltKMs) throws java.io.IOException, AutomationException
getTargetLatLonAlt
in interface IGlobeCamera
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.public void setObserverLatLonAlt(double latDD, double lonDD, double altKMs) throws java.io.IOException, AutomationException
setObserverLatLonAlt
in interface IGlobeCamera
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.public void getObserverLatLonAlt(double[] pLatDD, double[] pLonDD, double[] pAltKMs) throws java.io.IOException, AutomationException
getObserverLatLonAlt
in interface IGlobeCamera
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.public void setRollOffset(double pRollAngle) throws java.io.IOException, AutomationException
setRollOffset
in interface IGlobeCamera
pRollAngle
- The pRollAngle (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getRollOffset() throws java.io.IOException, AutomationException
getRollOffset
in interface IGlobeCamera
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getFrustumSkewRect(double[] xMin, double[] xMax, double[] yMin, double[] yMax) throws java.io.IOException, AutomationException
getFrustumSkewRect
in interface IGlobeCamera
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.public void setFrustumSkewRect(double xMin, double xMax, double yMin, double yMax) throws java.io.IOException, AutomationException
setFrustumSkewRect
in interface IGlobeCamera
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.public void setAccurateViewDirection(double viewX, double viewY, double viewZ) throws java.io.IOException, AutomationException
setAccurateViewDirection
in interface IGlobeCamera
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.public void getAccurateViewDirection(double[] pViewX, double[] pViewY, double[] pViewZ) throws java.io.IOException, AutomationException
getAccurateViewDirection
in interface IGlobeCamera
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.public void getLocalOrientation(double[] plocalAzi, double[] pLocalIncl, double[] pLocalRoll) throws java.io.IOException, AutomationException
getLocalOrientation
in interface IGlobeCamera
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.public void setNavigationType(int pType) throws java.io.IOException, AutomationException
setNavigationType
in interface IGlobeCamera
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.public int getNavigationType() throws java.io.IOException, AutomationException
getNavigationType
in interface IGlobeCamera
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setToZoomToExtents(IEnvelope pExtent, IGlobe pGlobe, ISceneViewer pSceneViewer) throws java.io.IOException, AutomationException
setToZoomToExtents
in interface IGlobeCamera
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 |