ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService
GeocodeFunctionality Class
Members  See Also 
ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService Namespace : GeocodeFunctionality Class




Provides methods and properties for geocoding (address matching) in the Web ADF through the Virtual Earth Geocoding Service.

Object Model



Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class GeocodeFunctionality 
   Implements IGeocodeFunctionalityIGISFunctionality 
Visual Basic (Usage)Copy Code
Dim instance As GeocodeFunctionality
C# 
[SerializableAttribute()]
public class GeocodeFunctionality : IGeocodeFunctionalityIGISFunctionality  

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.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService.GeocodeFunctionality

See Also

© 2010 All Rights Reserved.