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




Provides access to properties, data and images for a geocode service from an ArcGIS Server Local connection.

Object Model






Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class GeocodeResourceLocal 
   Inherits GeocodeResourceBase
   Implements IApplicationStateSettingsIGeocodeResourceIGISResourceISupportsValidationIValidationSettings 
Visual Basic (Usage)Copy Code
Dim instance As GeocodeResourceLocal
C# 
[SerializableAttribute()]
public class GeocodeResourceLocal : 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.GeocodeResourceLocal

See Also

© 2010 All Rights Reserved.