ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
GeocodeResourceInternet Class
Members  See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace : GeocodeResourceInternet Class




Provides access to properties and geocoding for a geocoding service from an ArcGIS Server Internet connection.

Object Model





Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class GeocodeResourceInternet 
   Inherits GeocodeResourceBase
   Implements IApplicationStateSettingsIGeocodeResourceIGISResourceISupportsValidationIValidationSettings 
Visual Basic (Usage)Copy Code
Dim instance As GeocodeResourceInternet
C# 
[SerializableAttribute()]
public class GeocodeResourceInternet : GeocodeResourceBase, IApplicationStateSettingsIGeocodeResourceIGISResourceISupportsValidationIValidationSettings  

Remarks

Geocode resources are typically added to a GeocodeResourceManager, either at design time or by code at runtime. These resources are accessible at runtime via the GeocodeResource object for the specific resource. Geocode resources define the source (ResourceDefinition) for connecting to the geocoding service.

Connections to ArcGIS Server may be either via a Web service connection using HTTP (known as an "Internet connection"), or via a connection over a local network using DCOM (known as a "local connection"). The GeocodeResourceInternet represents an Internet connection, whereas GeocodeResourceLocal represents a local connection. Both classes extend GeocodeResourceBase, from which they derive most of their properties.

For a discussion of resources in the Web ADF, see the topic Working with resources and functionalities in the Developer Help.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.GISResourceBase
      ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.GeocodeResourceBase
         ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.GeocodeResourceInternet

See Also

© 2010 All Rights Reserved.