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




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

Object Model

OverviewMap Class

Syntax

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

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.