|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGlobeViewer
Provides access to members that manipulate the globe viewer.
Method Summary | |
---|---|
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 |
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. |
Method Detail |
---|
void startSpinning(int spinDirection) throws IOException, AutomationException
spinDirection
- A com.esri.arcgis.globecore.esriGlobeSpinDirection constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void stopSpinning() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSpinSpeed(double spinSpeed) throws IOException, AutomationException
spinSpeed
- The spinSpeed (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getSpinSpeed() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGlobeDisplay getGlobeDisplay() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGlobeDisplayByRef(IGlobeDisplay ppGlobeDisplay) throws IOException, AutomationException
ppGlobeDisplay
- A reference to a com.esri.arcgis.globecore.IGlobeDisplay (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getIsTargetAtCenter(boolean[] pIsAtCenter, int[] pIndexGlobe) throws IOException, AutomationException
pIsAtCenter
- 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.void setNorthArrowEnabled(boolean pbNorthArrow) throws IOException, AutomationException
pbNorthArrow
- The pbNorthArrow (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isNorthArrowEnabled() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHUDEnabled(boolean pbHUD) throws IOException, AutomationException
pbHUD
- The pbHUD (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHUDEnabled() throws IOException, AutomationException
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 |