ESRI.ArcGIS.ADF.Web.DataSources.IMS
GeocodeFunctionality Class
Members  See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources.IMS Namespace : GeocodeFunctionality Class




Provides methods and properties for geocoding (address matching) in the Web ADF through an ArcIMS service.

Object Model

GeocodeFunctionality Class

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class GeocodeFunctionality 
   Implements ESRI.ArcGIS.ADF.Web.DataSources.IGeocodeFunctionality, ESRI.ArcGIS.ADF.Web.DataSources.IGISFunctionality, ESRI.ArcGIS.ADF.Web.DataSources.IOutputSpatialReference 
Visual Basic (Usage)Copy Code
Dim instance As GeocodeFunctionality
C# 
[SerializableAttribute()]
public class GeocodeFunctionality : ESRI.ArcGIS.ADF.Web.DataSources.IGeocodeFunctionality, ESRI.ArcGIS.ADF.Web.DataSources.IGISFunctionality, ESRI.ArcGIS.ADF.Web.DataSources.IOutputSpatialReference  

Example

For an example of using the MapFunctionality, see the ArcGIS Server's GeocodeFunctionality overview.

Remarks

GeocodeFunctionality enables clients working with the Web ADF to perform geocoding, which typically involves obtaining an x,y location for an address. A GeocodeFunctionality is obtained through a geocode resource--for ArcGIS Server, specifically an ArcIMS GeocodeResource. The geocode resource's CreateFunctionality method may be used to obtain a GeocodeFunctionality object.

This GeocodeFunctionality class is the implementation of IGeocodeFunctionality for ArcIMS services. You can work at the generic interface level so that your code will also function with any Web ADF data source (ArcGIS Server, OGC WMS, etc.).

For a discussion of the geocoding functionality in the Web ADF, see the topic GeocodeResource 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.