|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGxGeographicView2
Provides access to more members that control the GxGeographicView.
The IGxGeographicView2 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.
The IGxGeographicView2 interface provides access to the IActiveView of the map being used to preview the current selection.
Method Summary | |
---|---|
IActiveView |
getActiveView()
The active view object(either map or page layout). |
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
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.IActiveView getActiveView() 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 |