This document is archived and information here might be outdated.  Recommended version.


GxGeographicView Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Classes > G > GxGeographicView Class
ArcGIS Developer Help

GxGeographicViewClass Class

GxView that represents the geographic view.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Interfaces

Interfaces Description
IGxCatalogEvents (esriCatalog) Provides access to events that the catalog can fire.
IGxGeographicView Provides access to members that control the GxGeographicView.
IGxGeographicView2 Provides access to more members that control the GxGeographicView.
IGxSelectionEvents (esriCatalog) Provides access to events that the ArcCatalog selection can fire.
IGxView Provides access to members that control the GxView.
ITransformEvents (esriDisplay) Provides access to members that control Transform Events.

Remarks

When you want to preview your data, the GxGeographicView is what you will typically use. It is available through the "Preview" tab within ArcCatalog, and displays the geography of the selected dataset in its window. By default the GxGeographicView object shows up on the Preview Tab page, however, the object implements IGxView like the other GxView objects and could be used as its own tab.

A set of standard manipulation tools is provided for zooming, panning, and performing identifies. The developer can easily add their own views that work with this view in whatever fashion they would like. You accomplish this by accessing the map or map display objects from the IGxGeographicView interface. Internally, the view uses the services of these two objects to display the selected item, and you can manipulate them as well.