|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
com.esri.arcgis.beans.globe.GlobeBean
public class GlobeBean
The GlobeBean
is a wrapper class of GlobeControl
to
facilitate the use of GlobeControl
at the design time. Users could access
the actual control by getGlobeControl
method.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
javax.swing.JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container |
---|
java.awt.Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
Field Summary | |
---|---|
protected GlobeControl |
m_globeControl
|
Fields inherited from class javax.swing.JComponent |
---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface com.esri.arcgis.controls.ITOCBuddy |
---|
IID, IID5eeb268c_9b77_406d_8fc5_489324d0758b, xxDummy |
Fields inherited from interface com.esri.arcgis.controls.IToolbarBuddy |
---|
IID, IIDd00f1736_7a95_4f5e_b54f_e2863c425dc3, xxDummy |
Fields inherited from interface com.esri.arcgis.display.IConnectionPointContainer |
---|
IID, IIDb196b284_bab4_101a_b69c_00aa00341d07, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabase.IPersistStreamInit |
---|
IID, IID7fd52380_4e07_101b_ae2d_08002b2ec713, xxDummy |
Fields inherited from interface com.esri.arcgis.system.IPersist |
---|
IID0000010c_0000_0000_c000_000000000046 |
Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
GlobeBean()
Default constructor |
Method Summary | |
---|---|
void |
aboutBox()
Displays a dialog of information about the GlobeControl. |
void |
addIGlobeControlEventsListener(IGlobeControlEventsAdapter theListener)
|
void |
addITOCBuddyEventsListener(ITOCBuddyEventsAdapter theListener)
|
boolean |
check3dFile(java.lang.String filename)
Checks if a filename is a Globe document. |
void |
enumConnectionPoints(IEnumConnectionPoints[] iEnumConnectionPointsArray)
enumConnectionPoints |
boolean |
esri_isEnabled()
Indicates whether the GlobeControl can respond to user generated events. |
void |
esri_setEnabled(boolean rhs1)
Indicates whether the GlobeControl can respond to user generated events. |
void |
findConnectionPoint(GUID gUID,
IConnectionPoint[] iConnectionPointArray)
findConnectionPoint |
IActiveView |
getActiveView()
Returns the underlying object implementing basic map and ActiveView. |
int |
getAppearance()
The appearance of the GlobeControl. |
int |
getBackColor()
Background color of the GlobeControl. |
int |
getBorderStyle()
The border style of the GlobeControl. |
java.lang.Object |
getBuddyControl()
|
void |
getClassID(GUID[] gUIDArray)
getClassID |
ITool |
getCurrentTool()
Current active tool for the GlobeControl. |
java.lang.Object |
getCustomProperty()
A property to associate data with a control. |
java.lang.String |
getDocumentFilename()
The filename of the last globe document loaded into the control. |
IGlobe |
getGlobe()
The Globe object associated with the GlobeControl. |
IGlobeCamera |
getGlobeCamera()
The GlobeCamera object associated with the GlobeControl. |
GlobeControl |
getGlobeControl()
Returns the actual GlobeControl |
IGlobeDisplay |
getGlobeDisplay()
The GlobeDisplay object associated with the GlobeControl. |
IGlobeViewer |
getGlobeViewer()
The GlobeViewer associated with the GlobeControl. |
int |
getHWnd()
Handle to the window associated with the GlobeControl. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
|
int |
getKeyIntercept()
A property that specifies interception of key strokes that are normally handled by the container. |
Picture |
getMouseIcon()
Custom mouse icon used if MousePointer is 99. |
int |
getMousePointer()
The mouse pointer displayed over the GlobeControl. |
java.lang.Object |
getObject()
A property that returns the underlying control. |
double |
getScale(IBasicMap pBasicMap)
Returns the scale of the supplied BasicMap, this allows for objects that do not support IMap. |
int |
getShowGlobeTips()
Indicates the type of globe tips that are shown. |
void |
getSizeMax(_ULARGE_INTEGER[] _ULARGE_INTEGERArray)
getSizeMax |
int |
getTipDelay()
The delay before globe tips are shown. |
int |
getTipStyle()
The style of globe tips. |
void |
initNew()
initNew |
void |
interfaceSupportsErrorInfo(GUID gUID)
interfaceSupportsErrorInfo |
void |
isDirty()
isDirty |
boolean |
isNavigate()
Indicates if the GlobeControl performs default scene navigation in response to mouse events. |
boolean |
isOverrideBackColor()
Indicates whether to override the background color of the globe document. |
void |
load(IStream pStm)
load |
void |
load3dFile(java.lang.String filename)
Loads a Globe document into the GlobeControl. |
void |
paint(java.awt.Graphics g)
Paints this component. |
void |
release()
|
void |
removeIGlobeControlEventsListener(IGlobeControlEventsAdapter theListener)
|
void |
removeITOCBuddyEventsListener(ITOCBuddyEventsAdapter theListener)
|
void |
save(IStream pStm,
int fClearDirty)
save |
void |
setAppearance(int appearance)
The appearance of the GlobeControl. |
void |
setBackColor(int rhs1)
Background color of the GlobeControl. |
void |
setBorderStyle(int rhs1)
The border style of the GlobeControl. |
void |
setCurrentToolByRef(ITool rhs1)
Current active tool for the GlobeControl. |
void |
setCustomProperty(java.lang.Object rhs1)
A property to associate data with a control. |
void |
setDocumentFilename(java.lang.String filename)
The filename of the last globe document loaded into the control. |
void |
setGlobeCameraByRef(IGlobeCamera rhs1)
The GlobeCamera object associated with the GlobeControl. |
void |
setGlobeDisplayByRef(IGlobeDisplay rhs1)
The GlobeDisplay object associated with the GlobeControl. |
void |
setKeyIntercept(int key)
A property that specifies interception of key strokes that are normally handled by the container. |
void |
setLayout(java.awt.LayoutManager layout)
Overrides the setLayout method of super class. |
void |
setMouseIconByRef(Picture picture)
Custom mouse icon used if MousePointer is 99. |
void |
setMousePointer(int pointer)
The mouse pointer displayed over the GlobeControl. |
void |
setNavigate(boolean rhs1)
Indicates if the GlobeControl performs default scene navigation in response to mouse events. |
void |
setOverrideBackColor(boolean rhs1)
Indicates whether to override the background color of the globe document. |
void |
setShowGlobeTips(int type)
Indicates the type of globe tips that are shown. |
void |
setTipDelay(int rhs1)
The delay before globe tips are shown. |
void |
setTipStyle(int style)
The style of globe tips. |
Methods inherited from class javax.swing.JComponent |
---|
addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getAccessibleContext, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getUIClassID, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, paramString, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update, updateUI |
Methods inherited from class java.awt.Container |
---|
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, transferFocusBackward, transferFocusDownCycle, validate, validateTree |
Methods inherited from class java.awt.Component |
---|
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected GlobeControl m_globeControl
Constructor Detail |
---|
public GlobeBean()
Method Detail |
---|
public void setLayout(java.awt.LayoutManager layout)
setLayout
method of super class.
setLayout
in class java.awt.Container
layout
- LayoutManager - a LayoutManager object.public GlobeControl getGlobeControl()
public void paint(java.awt.Graphics g)
paint
in class javax.swing.JComponent
g
- the graphics context to use for paintingpublic java.lang.Object getBuddyControl()
getBuddyControl
in interface BuddyControl
public int getAppearance() throws java.io.IOException
getAppearance
in interface IGlobeControl
getAppearance
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAppearance(int appearance) throws java.io.IOException
setAppearance
in interface IGlobeControl
setAppearance
in interface IGlobeControlDefault
rhs1
- A com.esri.arcgis.controls.esriControlsAppearance constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBorderStyle() throws java.io.IOException
getBorderStyle
in interface IGlobeControl
getBorderStyle
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBorderStyle(int rhs1) throws java.io.IOException
setBorderStyle
in interface IGlobeControl
setBorderStyle
in interface IGlobeControlDefault
rhs1
- A com.esri.arcgis.controls.esriControlsBorderStyle constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMousePointer() throws java.io.IOException
getMousePointer
in interface IGlobeControl
getMousePointer
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMousePointer(int pointer) throws java.io.IOException
setMousePointer
in interface IGlobeControl
setMousePointer
in interface IGlobeControlDefault
rhs1
- A com.esri.arcgis.controls.esriControlsMousePointer constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTipStyle() throws java.io.IOException
getTipStyle
in interface IGlobeControl
getTipStyle
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTipStyle(int style) throws java.io.IOException
setTipStyle
in interface IGlobeControl
setTipStyle
in interface IGlobeControlDefault
rhs1
- A com.esri.arcgis.systemUI.esriTipStyle constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean esri_isEnabled() throws java.io.IOException
esri_isEnabled
in interface IGlobeControl
esri_isEnabled
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void esri_setEnabled(boolean rhs1) throws java.io.IOException
esri_setEnabled
in interface IGlobeControl
esri_setEnabled
in interface IGlobeControlDefault
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getShowGlobeTips() throws java.io.IOException
getShowGlobeTips
in interface IGlobeControl
getShowGlobeTips
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowGlobeTips(int type) throws java.io.IOException
setShowGlobeTips
in interface IGlobeControl
setShowGlobeTips
in interface IGlobeControlDefault
rhs1
- A com.esri.arcgis.globecore.esriGlobeTipsType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isOverrideBackColor() throws java.io.IOException
isOverrideBackColor
in interface IGlobeControl
isOverrideBackColor
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOverrideBackColor(boolean rhs1) throws java.io.IOException
setOverrideBackColor
in interface IGlobeControl
setOverrideBackColor
in interface IGlobeControlDefault
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNavigate(boolean rhs1) throws java.io.IOException
setNavigate
in interface IGlobeControl
setNavigate
in interface IGlobeControlDefault
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isNavigate() throws java.io.IOException
isNavigate
in interface IGlobeControl
isNavigate
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getKeyIntercept() throws java.io.IOException
getKeyIntercept
in interface IGlobeControl
getKeyIntercept
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setKeyIntercept(int key) throws java.io.IOException
setKeyIntercept
in interface IGlobeControl
setKeyIntercept
in interface IGlobeControlDefault
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBackColor() throws java.io.IOException
getBackColor
in interface IGlobeControl
getBackColor
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBackColor(int rhs1) throws java.io.IOException
setBackColor
in interface IGlobeControl
setBackColor
in interface IGlobeControlDefault
rhs1
- The rhs1 (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDocumentFilename(java.lang.String filename) throws java.io.IOException
setDocumentFilename
in interface IGlobeControl
setDocumentFilename
in interface IGlobeControlDefault
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDocumentFilename() throws java.io.IOException
getDocumentFilename
in interface IGlobeControl
getDocumentFilename
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getObject() throws java.io.IOException, AutomationException
getObject
in interface IGlobeControl
getObject
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHWnd() throws java.io.IOException, AutomationException
getHWnd
in interface IGlobeControl
getHWnd
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addIGlobeControlEventsListener(IGlobeControlEventsAdapter theListener) throws java.io.IOException
java.io.IOException
public void removeIGlobeControlEventsListener(IGlobeControlEventsAdapter theListener) throws java.io.IOException
java.io.IOException
public void addITOCBuddyEventsListener(ITOCBuddyEventsAdapter theListener) throws java.io.IOException
java.io.IOException
public void removeITOCBuddyEventsListener(ITOCBuddyEventsAdapter theListener) throws java.io.IOException
java.io.IOException
public void load3dFile(java.lang.String filename) throws java.io.IOException, AutomationException
load3dFile
in interface IGlobeControl
load3dFile
in interface IGlobeControlDefault
fileName
- The fileName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGlobe getGlobe() throws java.io.IOException, AutomationException
getGlobe
in interface IGlobeControl
getGlobe
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGlobeDisplay getGlobeDisplay() throws java.io.IOException, AutomationException
getGlobeDisplay
in interface IGlobeControl
getGlobeDisplay
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGlobeDisplayByRef(IGlobeDisplay rhs1) throws java.io.IOException, AutomationException
setGlobeDisplayByRef
in interface IGlobeControl
setGlobeDisplayByRef
in interface IGlobeControlDefault
rhs1
- A reference to a com.esri.arcgis.globecore.IGlobeDisplay (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGlobeViewer getGlobeViewer() throws java.io.IOException, AutomationException
getGlobeViewer
in interface IGlobeControl
getGlobeViewer
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGlobeCamera getGlobeCamera() throws java.io.IOException, AutomationException
getGlobeCamera
in interface IGlobeControl
getGlobeCamera
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGlobeCameraByRef(IGlobeCamera rhs1) throws java.io.IOException, AutomationException
setGlobeCameraByRef
in interface IGlobeControl
setGlobeCameraByRef
in interface IGlobeControlDefault
rhs1
- A reference to a com.esri.arcgis.globecore.IGlobeCamera (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITool getCurrentTool() throws java.io.IOException, AutomationException
getCurrentTool
in interface IGlobeControl
getCurrentTool
in interface IGlobeControlDefault
getCurrentTool
in interface IToolbarBuddy
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCurrentToolByRef(ITool rhs1) throws java.io.IOException, AutomationException
setCurrentToolByRef
in interface IGlobeControl
setCurrentToolByRef
in interface IGlobeControlDefault
setCurrentToolByRef
in interface IToolbarBuddy
rhs1
- A reference to a com.esri.arcgis.systemUI.ITool (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean check3dFile(java.lang.String filename) throws java.io.IOException, AutomationException
check3dFile
in interface IGlobeControl
check3dFile
in interface IGlobeControlDefault
fileName
- The fileName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getCustomProperty() throws java.io.IOException, AutomationException
getCustomProperty
in interface IGlobeControl
getCustomProperty
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCustomProperty(java.lang.Object rhs1) throws java.io.IOException, AutomationException
setCustomProperty
in interface IGlobeControl
setCustomProperty
in interface IGlobeControlDefault
rhs1
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTipDelay(int rhs1) throws java.io.IOException, AutomationException
setTipDelay
in interface IGlobeControl
setTipDelay
in interface IGlobeControlDefault
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTipDelay() throws java.io.IOException, AutomationException
getTipDelay
in interface IGlobeControl
getTipDelay
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IActiveView getActiveView() throws java.io.IOException, AutomationException
getActiveView
in interface ITOCBuddy
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getScale(IBasicMap pBasicMap) throws java.io.IOException, AutomationException
getScale
in interface ITOCBuddy
pBasicMap
- A reference to a com.esri.arcgis.carto.IBasicMap (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void load(IStream pStm) throws java.io.IOException, AutomationException
load
in interface IPersistStreamInit
pStm
- A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void save(IStream pStm, int fClearDirty) throws java.io.IOException, AutomationException
save
in interface IPersistStreamInit
pStm
- A reference to a com.esri.arcgis.system.IStream (in)fClearDirty
- The fClearDirty (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void setMouseIconByRef(Picture picture) throws java.io.IOException, AutomationException
setMouseIconByRef
in interface IGlobeControl
setMouseIconByRef
in interface IGlobeControlDefault
rhs1
- A reference to a com.esri.arcgis.support.ms.stdole.Picture (A com.esri.arcgis.support.ms.stdole.Picture COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Picture getMouseIcon() throws java.io.IOException, AutomationException
getMouseIcon
in interface IGlobeControl
getMouseIcon
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void aboutBox() throws java.io.IOException, AutomationException
aboutBox
in interface IGlobeControl
aboutBox
in interface IGlobeControlDefault
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void enumConnectionPoints(IEnumConnectionPoints[] iEnumConnectionPointsArray) throws java.io.IOException, AutomationException
enumConnectionPoints
in interface IConnectionPointContainer
ppEnum
- A reference to a com.esri.arcgis.display.IEnumConnectionPoints (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void findConnectionPoint(GUID gUID, IConnectionPoint[] iConnectionPointArray) throws java.io.IOException, AutomationException
findConnectionPoint
in interface IConnectionPointContainer
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)ppCP
- A reference to a com.esri.arcgis.display.IConnectionPoint (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getClassID(GUID[] gUIDArray) throws java.io.IOException, AutomationException
getClassID
in interface IPersist
pClassID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isDirty() throws java.io.IOException, AutomationException
isDirty
in interface IPersistStreamInit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getSizeMax(_ULARGE_INTEGER[] _ULARGE_INTEGERArray) throws java.io.IOException, AutomationException
getSizeMax
in interface IPersistStreamInit
pCbSize
- A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void initNew() throws java.io.IOException, AutomationException
initNew
in interface IPersistStreamInit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID gUID) throws java.io.IOException, AutomationException
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 |