ESRI.ArcGIS.ADF.Web.UI.WebControls
OverviewMap Class
Members  See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : OverviewMap Class




Display an overview map that shows the extent of the main map.

Object Model







Syntax

Visual Basic (Declaration) 
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", DesignerTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.OverviewMapDesigner, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<ToolboxDataAttribute("<{0}:OverviewMap runat='server' Height='200px' Width='200px'></{0}:OverviewMap>")>
<DefaultPropertyAttribute("Map")>
<ToolboxBitmapAttribute()>
<ClientScriptResourceAttribute(ComponentType="ESRI.ADF.UI.Navigation", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.UI.Navigation.release.js")>
<RequiredScriptAttribute(AjaxControlToolkit.DragDropScripts)>
Public Class OverviewMap 
   Inherits WebControl
   Implements IBuddyControlSupport 
Visual Basic (Usage)Copy Code
Dim instance As OverviewMap
C# 
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", DesignerTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.OverviewMapDesigner, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[ToolboxDataAttribute("<{0}:OverviewMap runat='server' Height='200px' Width='200px'></{0}:OverviewMap>")]
[DefaultPropertyAttribute("Map")]
[ToolboxBitmapAttribute()]
[ClientScriptResourceAttribute(ComponentType="ESRI.ADF.UI.Navigation", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.UI.Navigation.release.js")]
[RequiredScriptAttribute(AjaxControlToolkit.DragDropScripts)]
public class OverviewMap : WebControl, IBuddyControlSupport  

Remarks

An overview map displays an area larger than the extent of a main map, and draws the main map's extent with a rectangle on the overview.

The OverviewMap control updates dynamically as the map changes. As the main map zooms in, the overview zooms in slightly as well, re-centers at the main map's center, and updates the extent box for main map.

The user may pan (move) the extent of the main map by dragging the extent box within the overview map.

For more details on using the OverviewMap control, see the OverviewMap control discussion in the Developer Help.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl
            ESRI.ArcGIS.ADF.Web.UI.WebControls.OverviewMap

See Also

© 2010 All Rights Reserved.