|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGxGeographicView
Provides access to members that control the GxGeographicView.
The
IGxGeographicView interface is implemented by the
GxGeographicView object. It provides access to the map and
screen display that preview the currently selected object. Through
this interface, the developer can retrieve the layer being
displayed, then use the map and screen display properties to show
additional information within the view.
Method Summary | |
---|---|
ILayer |
getDisplayedLayer()
The layer object currently being displayed. |
IMap |
getMap()
The map object that is used to draw the layer. |
IScreenDisplay |
getMapDisplay()
The display object that is used to draw the layer. |
Method Detail |
---|
ILayer getDisplayedLayer() throws IOException, AutomationException
The DisplayedLayer property is set to nothing when the selected object can not be previewed in the GxGeographicView.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IScreenDisplay getMapDisplay() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMap getMap() 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 |