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




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

Object Model











Syntax

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

Remarks

Map resources are typically added to a MapResourceManager, either at design time or by code at runtime. These resources are accessible at runtime via the MapResource object for the specific resource. Map resources define the source (ResourceDefinition) that provides the data for the map and also define the settings (DisplaySettings) for displaying the resource.

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 MapResourceInternet represents an Internet connection, whereas MapResourceLocal represents a local connection. Both classes extend MapResourceBase, from which they derive most of their properties.

For a discussion of map 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.MapResourceBase
         ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.MapResourceInternet

See Also

© 2010 All Rights Reserved.