ESRI.ArcGIS.ADF.Web.DataSources.IMS
MapFunctionality Class
Members  See Also 
ESRI.ArcGIS.ADF.Web.DataSources.IMS Namespace : MapFunctionality Class




Provides methods and properties for displaying maps in the Web ADF through an ArcIMS service.

Object Model






Syntax

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

Remarks

MapFunctionality enables clients working with the Web ADF to generate and display maps and perform related mapping tasks. A MapFunctionality is obtained through a map resource--for ArcIMS, specifically an ArcIMS MapResource. The map resource's CreateFunctionality method may be used to obtain a MapFunctionality object. However, if working with a Map control, a more direct way is to use the Map.GetFunctionalities or Map.GetFunctionality methods, and cast the returned IMapFunctionality to the ArcIMS-specific MapFunctionality if needed.

With the MapFunctionality, you can generate a map with the DrawExtent method. This might be useful if you are not using a Map control on your page. You can also turn layers on and off with SetLayerVisibility. You can obtain the IDs and names of layers with the GetLayers method.

To work with the ArcIMS-specific API, you can use MapView to obtain a reference to the ArcIMS ESRI.ArcGIS.ADF.IMS.Carto.MapView. The MapView allows you to work with ArcIMS layers, coordinate systems, rendering, etc.

This MapFunctionality class is the implementation of IMapFunctionality 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 functionalities 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.IMS.MapFunctionality

See Also

© 2010 All Rights Reserved.