ESRI.ArcGIS.ADF.Tasks
FindAddressTask Class
Members  See Also  Send Feedback
ESRI.ArcGIS.ADF.Tasks Namespace : FindAddressTask Class




A Web ADF task for geocoding (finding the x,y coordinate location) of an address or other geocodable data.

Object Model

FindAddressTask Class

Syntax

Visual Basic (Declaration) 
<ESRI.ArcGIS.ADF.Web.UI.WebControls.WebConfiguratorAttribute(ESRI.ArcGIS.ADF.Tasks.FindAddressTaskWebConfigurator)>
<ToolboxDataAttribute("<{0}:FindAddressTask runat="server" Width="200px" Transparency="35" BackColor="White" TitleBarColor="WhiteSmoke" TitleBarSeparatorLine="False" TitleBarHeight="20px" BorderColor="LightSteelBlue" BorderStyle="Outset" BorderWidth="1px" Font-Names="Verdana" Font-Size="8pt" ForeColor="Black"> </{0}:FindAddressTask>")>
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="ESRI.ArcGIS.ADF.Tasks.Design.Designers.FindAddressTaskDesigner, ESRI.ArcGIS.ADF.Tasks, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<ToolboxBitmapAttribute()>
Public Class FindAddressTask 
   Inherits ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask
   Implements ESRI.ArcGIS.ADF.Web.UI.WebControls.IBuddyControlSupport, ESRI.ArcGIS.ADF.Web.UI.WebControls.ITask 
Visual Basic (Usage)Copy Code
Dim instance As FindAddressTask
C# 
[ESRI.ArcGIS.ADF.Web.UI.WebControls.WebConfiguratorAttribute(ESRI.ArcGIS.ADF.Tasks.FindAddressTaskWebConfigurator)]
[ToolboxDataAttribute("<{0}:FindAddressTask runat="server" Width="200px" Transparency="35" BackColor="White" TitleBarColor="WhiteSmoke" TitleBarSeparatorLine="False" TitleBarHeight="20px" BorderColor="LightSteelBlue" BorderStyle="Outset" BorderWidth="1px" Font-Names="Verdana" Font-Size="8pt" ForeColor="Black"> </{0}:FindAddressTask>")]
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="ESRI.ArcGIS.ADF.Tasks.Design.Designers.FindAddressTaskDesigner, ESRI.ArcGIS.ADF.Tasks, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[ToolboxBitmapAttribute()]
public class FindAddressTask : ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask, ESRI.ArcGIS.ADF.Web.UI.WebControls.IBuddyControlSupport, ESRI.ArcGIS.ADF.Web.UI.WebControls.ITask  

Remarks

The FindAddressTask enables users of a Web application to locate addresses or other locations based on information other than coordinates. The task uses a GIS service from one of several types of servers, including ArcGIS Server, ArcIMS and ArcWeb Services. The service is defined by settings in the GeocodeResourceManager property of the task. The service is typically defined at design time in Visual Studio or in the Web ADF Manager. The service is identified in the GeocodeResource property.

For detailed discussion of the FindAddressTask, see the Developer Help topic "FindAddressTask control", under Creating ArcGIS Server Solutions->Developing Applications->Developing Applications using the Web ADF->Web controls (also available online at the ArcGIS Resource Center). Also see the topic "GeocodeResource", under Creating ArcGIS Server Solutions->Developing Applications->Developing Applications using the Web ADF->Working with the Common Data Source API->Working with resources and functionalities (also available online at the ArcGIS Resource Center).

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.