ESRI.ArcGIS.ADF.Tasks
FindAddressTask Class
Members  See Also 
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









Syntax

Visual Basic (Declaration) 
<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>")>
<WebConfiguratorAttribute(ESRI.ArcGIS.ADF.Tasks.FindAddressTaskWebConfigurator)>
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="ESRI.ArcGIS.ADF.Tasks.Design.Designers.FindAddressTaskDesigner, ESRI.ArcGIS.ADF.Tasks, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<ToolboxBitmapAttribute()>
Public Class FindAddressTask 
   Inherits FloatingPanelTask
   Implements IBuddyControlSupportITask 
Visual Basic (Usage)Copy Code
Dim instance As FindAddressTask
C# 
[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>")]
[WebConfiguratorAttribute(ESRI.ArcGIS.ADF.Tasks.FindAddressTaskWebConfigurator)]
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="ESRI.ArcGIS.ADF.Tasks.Design.Designers.FindAddressTaskDesigner, ESRI.ArcGIS.ADF.Tasks, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[ToolboxBitmapAttribute()]
public class FindAddressTask : FloatingPanelTask, IBuddyControlSupportITask  

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).

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         System.Web.UI.WebControls.CompositeControl
            ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl
               ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel
                  ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanelTask
                     ESRI.ArcGIS.ADF.Tasks.FindAddressTask

See Also

© 2010 All Rights Reserved.