|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.globecore.IGlobeViewerProxy
public class IGlobeViewerProxy
Provides access to members that manipulate the globe viewer.
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
IGlobeViewerProxy()
|
|
IGlobeViewerProxy(Object obj)
|
protected |
IGlobeViewerProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
IGlobeDisplay |
getGlobeDisplay()
The globe display. |
void |
getIsTargetAtCenter(boolean[] pIsAtCenter,
int[] pIndexGlobe)
Finds if the target is at the center of a globe. |
double |
getSpinSpeed()
The Speed for spinning. |
boolean |
isHUDEnabled()
Indicates if heads up display is enabled. |
boolean |
isNorthArrowEnabled()
Indicates if the north arrow is enabled. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setGlobeDisplayByRef(IGlobeDisplay ppGlobeDisplay)
The globe display. |
void |
setHUDEnabled(boolean pbHUD)
Indicates if heads up display is enabled. |
void |
setNorthArrowEnabled(boolean pbNorthArrow)
Indicates if the north arrow is enabled. |
void |
setSpinSpeed(double spinSpeed)
The Speed for spinning. |
void |
startSpinning(int spinDirection)
Starts the globe spinning. |
void |
stopSpinning()
Stops the globe from further spinning. |
| 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 boolean noncastable
| Constructor Detail |
|---|
public IGlobeViewerProxy()
public IGlobeViewerProxy(Object obj)
throws IOException
IOException
protected IGlobeViewerProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public void startSpinning(int spinDirection)
throws IOException,
AutomationException
startSpinning in interface IGlobeViewerspinDirection - A com.esri.arcgis.globecore.esriGlobeSpinDirection constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void stopSpinning()
throws IOException,
AutomationException
stopSpinning in interface IGlobeViewerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSpinSpeed(double spinSpeed)
throws IOException,
AutomationException
setSpinSpeed in interface IGlobeViewerspinSpeed - The spinSpeed (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getSpinSpeed()
throws IOException,
AutomationException
getSpinSpeed in interface IGlobeViewerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGlobeDisplay getGlobeDisplay()
throws IOException,
AutomationException
getGlobeDisplay in interface IGlobeViewerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGlobeDisplayByRef(IGlobeDisplay ppGlobeDisplay)
throws IOException,
AutomationException
setGlobeDisplayByRef in interface IGlobeViewerppGlobeDisplay - A reference to a com.esri.arcgis.globecore.IGlobeDisplay (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getIsTargetAtCenter(boolean[] pIsAtCenter,
int[] pIndexGlobe)
throws IOException,
AutomationException
getIsTargetAtCenter in interface IGlobeViewerpIsAtCenter - The pIsAtCenter (out: use single element array)pIndexGlobe - The pIndexGlobe (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNorthArrowEnabled(boolean pbNorthArrow)
throws IOException,
AutomationException
setNorthArrowEnabled in interface IGlobeViewerpbNorthArrow - The pbNorthArrow (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isNorthArrowEnabled()
throws IOException,
AutomationException
isNorthArrowEnabled in interface IGlobeViewerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHUDEnabled(boolean pbHUD)
throws IOException,
AutomationException
setHUDEnabled in interface IGlobeViewerpbHUD - The pbHUD (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isHUDEnabled()
throws IOException,
AutomationException
isHUDEnabled in interface IGlobeViewerIOException - 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 | ||||||||