ESRI.ArcGIS.ADF.Web.UI.WebControls
Map Class Methods
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : Map Class




For a list of all members of this type, see Map members.

Public Methods

 NameDescription
Public MethodApplyStyle (Inherited from System.Web.UI.WebControls.WebControl)
Public MethodApplyStyleSheetSkin (Inherited from System.Web.UI.Control)
Public MethodCenterAtCenters the map at the designated location  
Public MethodCopyBaseAttributes (Inherited from System.Web.UI.WebControls.WebControl)
Public MethodDataBindOverloaded.  (Inherited from System.Web.UI.Control)
Public MethodDispose (Inherited from System.Web.UI.Control)
Public MethodDrawTileOverloaded. Draws a map tile at the specified scale level, row and column.  
Public MethodFindControlOverloaded.  (Inherited from System.Web.UI.Control)
Public MethodFocus (Inherited from System.Web.UI.Control)
Public MethodGetCallbackResultOverridden.  Processes the callback request and retrieves the CallbackResults of the Map as a string.  
Public MethodGetFullExtentRetrieves an envelope that surrounds all features in the Map.  
Public MethodGetFunctionalities Retrieves the map functionalities associated with the Map and its resources.  
Public MethodGetFunctionalityOverloaded. Retrieves the map functionality at the index location.  
Public MethodGetGraphicsLayerClientID Gets the Client Component ID for a given client graphics layer added to the map.  
Public MethodGetScriptDescriptorsOverridden.  Gets a collection of script descriptors that represent JavaScript client components.  
Public MethodGetScriptReferences Returns a list of required clientside scripts for this webcontrol, based on the class' script attributes (Inherited from WebControl)
Public MethodGetTileFunctionalitiesGets the collection of tile functionalities associated with the Map.  
Public MethodGetTileFunctionalityRetrieves the tile functionality, if one exists, for the map resource.  
Public MethodGetTilingScheme Properties of the display tiling scheme the map will use for seamless panning and possibly tile caching.  
Public MethodGetTransformationParams Returns transformation parameters for the map, for transforming between map and screen geometry.  
Public MethodHasControls (Inherited from System.Web.UI.Control)
Public MethodInitializeFunctionalitiesCreates and initialzies functionalities in the Map, if required.  
Public MethodInitializeFunctionality Initializes a functionality after creating it for the passed in resource item object. Call this method if you add a map resource item programmatically to the MapResourceManager or change a resource item programmatically.  
Public MethodInitializeTileFunctionalitiesInitializes the tile functionalities, if any are supported, for the Map.  
Public MethodLoadPostDataOverridden.  Indicates whether RaisePostDataChangedEvent should be called.  
Public MethodMergeStyle (Inherited from System.Web.UI.WebControls.WebControl)
Public MethodRaiseCallbackEvent As part of the callback implementation for the control, stores the event argument passed to the control by the client. (Inherited from WebControl)
Public MethodRaisePostBackEventOverridden.  Handles postbacks. Raises events based on the passed-in eventargument. Calls the ServerToolAction component of the Current ToolItem.  
Public MethodRaisePostDataChangedEventOverridden.  Enables a server control to process an event raised when a form is posted to the server.  
Public MethodRefreshOverridden. Method to call when you need to redraw all the tiles in the Map control.  
Public MethodRefreshResource Method to call when you need to redraw all the tiles of a certain resource, for example, when you change the visibility of a layer of a certain resource. This method only works with ImageBlendingMode.Browser.  
Public MethodRenderBeginTag (Inherited from System.Web.UI.WebControls.WebControl)
Public MethodRenderControlOverloaded.  (Inherited from System.Web.UI.Control)
Public MethodRenderEndTag (Inherited from System.Web.UI.WebControls.WebControl)
Public MethodReset Reset Map to initial state. This will choose a new PrimaryMapResource for you.  
Public MethodResolveClientUrl (Inherited from System.Web.UI.Control)
Public MethodResolveUrl (Inherited from System.Web.UI.Control)
Public MethodSetRenderMethodDelegate (Inherited from System.Web.UI.Control)
Public MethodZoomOverloaded.  Zooms the map to a given geometry and\or using an explicit scale factor. To zoom to a specific level of detail (LOD) for a cached map service, you can use the Level property.  
Public MethodZoomToDefaultExtentZooms the map to the default extent of the map.  
Public MethodZoomToFullExtentZooms the map out to the extent of all features.  
Top

Protected Methods

 NameDescription
Protected MethodAddAttributesToRenderOverridden.  Adds HTML attributes and styles that need to be rendered to the specified System.Web.UI.HtmlTextWriter. This method is used primarily by control developers.  
Protected MethodAddedControl (Inherited from System.Web.UI.Control)
Protected MethodAddParsedSubObject (Inherited from System.Web.UI.Control)
Protected MethodBuildProfileTree (Inherited from System.Web.UI.Control)
Protected MethodClearChildControlState (Inherited from System.Web.UI.Control)
Protected MethodClearChildState (Inherited from System.Web.UI.Control)
Protected MethodClearChildViewState (Inherited from System.Web.UI.Control)
Protected MethodCreateChildControls (Inherited from System.Web.UI.Control)
Protected MethodCreateControlCollection (Inherited from System.Web.UI.Control)
Protected MethodCreateControlStyle (Inherited from System.Web.UI.WebControls.WebControl)
Protected MethodDataBindChildren (Inherited from System.Web.UI.Control)
Protected MethodEnsureChildControls (Inherited from System.Web.UI.Control)
Protected MethodEnsureID (Inherited from System.Web.UI.Control)
Protected MethodFinalizeOverridden.  Class Destructor  
Protected MethodGetClientFileUrl Gets the url for an embedded file in the assembly. (Inherited from CartoDisplay)
Protected MethodGetDesignModeState (Inherited from System.Web.UI.Control)
Protected MethodGetDesignModeWarningsOverridden.  Returns a list of warning messages to be displayed at design time.  
Protected MethodHasEvents (Inherited from System.Web.UI.Control)
Protected MethodIsLiteralContent (Inherited from System.Web.UI.Control)
Protected MethodLoadControlState (Inherited from System.Web.UI.Control)
Protected MethodLoadViewStateOverridden.  Overridden to handle view state for complex properties.  
Protected MethodMapPathSecure (Inherited from System.Web.UI.Control)
Protected MethodOnBubbleEvent (Inherited from System.Web.UI.Control)
Protected MethodOnCircle Raised when a Circle event has been fired.  
Protected MethodOnDataBinding (Inherited from System.Web.UI.Control)
Protected MethodOnDragImage Raised when a DragImage event has been fired.  
Protected MethodOnDragRectangle Raised when a DragRectangle event has been fired.  
Protected MethodOnExtentChange Raises the ExtentChanged event.  
Protected MethodOnInitOverridden.  OnInit  
Protected MethodOnLine Raised when a Line event has been fired.  
Protected MethodOnLoadOverridden.  Raises the Load event.  
Protected MethodOnMapClick Raised when a MapClick event has been fired.  
Protected MethodOnOval Raised when an Oval event has been fired.  
Protected MethodOnPoint Raised when a Point event has been fired.  
Protected MethodOnPolygon Raised when a Polygon event has been fired.  
Protected MethodOnPolyline Raised when a Polyline event has been fired.  
Protected MethodOnPreRenderOverridden. Raises the PreRender event.  
Protected MethodOnRefresh Raises the Refreshed event.  
Protected MethodOnResize Raises the Resized event.  
Protected MethodOnResourceRefresh Raises the ResourceRefreshed event.  
Protected MethodOnRotationAngleChange Raises the RotationAngleChanged event.  
Protected MethodOnScaleChange Raises the ScaleChanged event.  
Protected MethodOnTilingSchemeInitialize Raises the TilingSchemeInitialized event..  
Protected MethodOnUnloadOverridden.  Saves the control's state and raises the Unload event.  
Protected MethodOpenFile (Inherited from System.Web.UI.Control)
Protected MethodRaiseBubbleEvent (Inherited from System.Web.UI.Control)
Protected MethodRemovedControl (Inherited from System.Web.UI.Control)
Protected MethodRender Renders the control. (Inherited from WebControl)
Protected MethodRenderChildren (Inherited from System.Web.UI.Control)
Protected MethodRenderContentsOverridden.  Renders the contents of the control to the specified writer. This method is used primarily by control developers.  
Protected MethodRenderDesignModeWarnings If design mode is active and the derived class has configuration errors, then a standard template will be used to show these errors to the user and True is returned, else no warnings are displayed and false is returned. (Inherited from WebControl)
Protected MethodResolveAdapter (Inherited from System.Web.UI.Control)
Protected MethodSaveControlState (Inherited from System.Web.UI.Control)
Protected MethodSaveViewStateOverridden.  Overridden to handle viewstate for complex properties.  
Protected MethodSetDesignModeState (Inherited from System.Web.UI.Control)
Protected MethodTrackViewStateOverridden.  Overridden to handle viewstate for complex properties.  
Top

See Also

© 2010 All Rights Reserved.