ESRI.ArcGIS.ADF.Web.UI.WebControls | |
Map Class Members | |
See Also Fields Properties Methods Events |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : Map Class |
The following tables list the members exposed by Map.
Name | Description | |
---|---|---|
Map Constructor | Creates a new instance of the Map WebControl Class. |
Name | Description | |
---|---|---|
StateManager | All state management is done through this property. (Inherited from WebControl) |
Name | Description | |
---|---|---|
_callbackArg | Stores the callback argument passed in to RaiseCallbackEvent. Used in GetCallbackResult to process the callback request. (Inherited from WebControl) |
Name | Description | |
---|---|---|
AccessKey | Not Used by CartoDisplay (Inherited from CartoDisplay) | |
(Inherited from | ||
(Inherited from | ||
(Inherited from | ||
(Inherited from | ||
(Inherited from | ||
BorderWidth | Gets or sets the border width of the Web server control. (Inherited from CartoDisplay) | |
CallbackResults | A collection of CallbackResult objects for passing information from the server to the client during a callback. (Inherited from WebControl) | |
(Inherited from | ||
ClientToolGraphicsColor | The color of the box drawn on the Map/PageLayout control display while using the DragRectangle or PageDragRectangle Client Action tools (while zooming in/out, for example). (Inherited from CartoDisplay) | |
ClientToolGraphicsWidth | Line width of shapes dragged on the PageLayout/Map controls while using a Tool. (Inherited from CartoDisplay) | |
(Inherited from | ||
(Inherited from | ||
(Inherited from | ||
CssClass | Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client. (Inherited from CartoDisplay) | |
CurrentToolItem | The current tool item active on the map. | |
EnableContinuousCallback | Whether images will be fetched continuously during panning of the map or only when panning is complete. | |
Enabled | Indicates whether the web control is enabled. This property is not used. (Inherited from CartoDisplay) | |
EnableMapHandler | When true avoids page lifecycle for dynamic image requests by using a dedicated HTTP MapHandler. | |
EnableProgressBar | Enables or disables the map's progressbar | |
(Inherited from | ||
EnableTileCaching | Whether tiles that have been retrieved during panning of the map will be cached until the scale is changed. | |
EnableViewState | Indicates whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client. (Inherited from CartoDisplay) | |
EnableZoomAnimation | Whether animation will happen for fixed zoom operations. | |
Extent | The current extent of the map. | |
Font | The font used in the WebControl. This property is not used. (Inherited from CartoDisplay) | |
ForeColor | The ForeColor of the WebControl. This property is not used. (Inherited from CartoDisplay) | |
(Inherited from | ||
(Inherited from | ||
(Inherited from | ||
ImageBlendingMode | Whether images will be blended on the web server or on the browser. | |
ImageFormat | Overridden. Whether the Web application will send map images to the browser as a stream of bytes if possible, or if false, as an image file. | |
InitialExtent | Overridden. The initial extent at which the Map first renders. | |
InitializedFunctionalities | Whether the functionalities and resources that the map uses have been initialized. | |
InitializedTileFunctionalities | Whether the Map control's tile functionalities have been initialized. | |
IsAsync | Returns true if this control is in a partial postback or a callback. (Inherited from WebControl) | |
Level | Level of detail when the map is working with a cached resource. | |
MapResourceManager | The ID of the MapResourceManager whose resources will be displayed on the map. | |
MapResourceManagerInstance | The instance of the MapResourceManager whose resources will be displayed on the map. | |
(Inherited from | ||
OutputDirectory | The path to the directory where any output images will be written. | |
(Inherited from | ||
(Inherited from | ||
PreferredTileHeight | The preferred tile height to request if the resources are not bound to a tile caching scheme. | |
PreferredTileWidth | The preferred tile width to request if the resources are not bound to a tile caching scheme. | |
PrimaryMapResource | The primary MapResource whose properties other MapResources will adhere to for blending to take place. | |
PrimaryMapResourceInstance | Gets the instance of the Primary Map Resource specified in the PrimaryMapResource Property. | |
Rotation | The rotation of the map in degrees. | |
Scale | Gets the scale of the current map. | |
ScrollWheelZoom | Whether the map can be zoomed using the mouse scroll wheel. | |
ScrollWheelZoomDirection | Sets the direction of zoom the mouse wheel. | |
(Inherited from | ||
(Inherited from | ||
SpatialReference | Properties of the spatial reference in which the MapResources will be displayed. | |
(Inherited from | ||
TabIndex | Not Used by CartoDisplay (Inherited from CartoDisplay) | |
(Inherited from | ||
(Inherited from | ||
TilingScheme | Use GetTilingScheme(string resourceName) to get the tilingscheme for the specific resource. The TilingScheme for a specific resource can be null whereas Map.TilingScheme would never be null after the map has been initialized. If you were using Map.TilingScheme.ViewWidth, use Map.ViewWidth directly instead. | |
ToolItems | Map Tool Item collection. | |
(Inherited from | ||
(Inherited from | ||
UseDefaultWebResources | If true, the control will use the internal web resources within the assemblies of the Web ADF. If false, the control uses the resources at WebResourceLocation. (Inherited from WebControl) | |
UseMimeData | Overridden. The format of the image generated by the control in web-tier blending scenarios. | |
ViewHeight | Gets the client height of the map in pixels, or -1 if unknown. | |
ViewWidth | Gets the client width of the map in pixels, or -1 if unknown. | |
VirtualDirectory | The path to the virtual directory in which images can be written, for example, ~/output/. Output directory must exist on disk at the location the virtual directory maps to. | |
Visible | Gets or sets a value that indicates whether a server control is rendered as UI on the page. (Inherited from Control.) | |
WebResourceLocation | The location of the web resources used by the ADF Web control if UseDefaultWebResrouces is false. (Inherited from WebControl) | |
(Inherited from |
Name | Description | |
---|---|---|
(Inherited from | ||
BrowserName | The name of the calling browser. (Inherited from CartoDisplay) | |
BrowserSupportsJavascript | Indicates whether Javascript is supported by the calling browser. (Inherited from CartoDisplay) | |
CallbackFunctionString | Gets the callbackfunction string for this control instance. (Inherited from WebControl) | |
(Inherited from | ||
(Inherited from | ||
(Inherited from | ||
(Inherited from | ||
(Inherited from | ||
(Inherited from | ||
(Inherited from | ||
IE6PNG24Workaround | Whether to use the workaround for PNG24 transparency for Internet Explorer 6. | |
IsAtRenderStage | Returns true if this control is called through an asynchronous callback, or the refresh flag has been set and the page is in partial postback mode. (Inherited from WebControl) | |
(Inherited from | ||
(Inherited from | ||
(Inherited from | ||
(Inherited from | ||
(Inherited from | ||
TagKey | Gets the HTML tag for the control. (Inherited from CartoDisplay) | |
(Inherited from | ||
(Inherited from | ||
(Inherited from |
Name | Description | |
---|---|---|
(Inherited from | ||
(Inherited from | ||
CenterAt | Centers the map at the designated location | |
(Inherited from | ||
Overloaded. (Inherited from | ||
(Inherited from | ||
DrawTile | Overloaded. Draws a map tile at the specified scale level, row and column. | |
Overloaded. (Inherited from | ||
(Inherited from | ||
GetCallbackResult | Overridden. Processes the callback request and retrieves the CallbackResults of the Map as a string. | |
GetFullExtent | Retrieves an envelope that surrounds all features in the Map. | |
GetFunctionalities | Retrieves the map functionalities associated with the Map and its resources. | |
GetFunctionality | Overloaded. Retrieves the map functionality at the index location. | |
GetGraphicsLayerClientID | Gets the Client Component ID for a given client graphics layer added to the map. | |
GetScriptDescriptors | Overridden. Gets a collection of script descriptors that represent JavaScript client components. | |
GetScriptReferences | Returns a list of required clientside scripts for this webcontrol, based on the class' script attributes (Inherited from WebControl) | |
GetTileFunctionalities | Gets the collection of tile functionalities associated with the Map. | |
GetTileFunctionality | Retrieves the tile functionality, if one exists, for the map resource. | |
GetTilingScheme | Properties of the display tiling scheme the map will use for seamless panning and possibly tile caching. | |
GetTransformationParams | Returns transformation parameters for the map, for transforming between map and screen geometry. | |
(Inherited from | ||
InitializeFunctionalities | Creates and initialzies functionalities in the Map, if required. | |
InitializeFunctionality | 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. | |
InitializeTileFunctionalities | Initializes the tile functionalities, if any are supported, for the Map. | |
LoadPostData | Overridden. Indicates whether RaisePostDataChangedEvent should be called. | |
(Inherited from | ||
RaiseCallbackEvent | As part of the callback implementation for the control, stores the event argument passed to the control by the client. (Inherited from WebControl) | |
RaisePostBackEvent | Overridden. Handles postbacks. Raises events based on the passed-in eventargument. Calls the ServerToolAction component of the Current ToolItem. | |
RaisePostDataChangedEvent | Overridden. Enables a server control to process an event raised when a form is posted to the server. | |
Refresh | Overridden. Method to call when you need to redraw all the tiles in the Map control. | |
RefreshResource | 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. | |
(Inherited from | ||
Overloaded. (Inherited from | ||
(Inherited from | ||
Reset | Reset Map to initial state. This will choose a new PrimaryMapResource for you. | |
(Inherited from | ||
(Inherited from | ||
(Inherited from | ||
Zoom | Overloaded. 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. | |
ZoomToDefaultExtent | Zooms the map to the default extent of the map. | |
ZoomToFullExtent | Zooms the map out to the extent of all features. |
Name | Description | |
---|---|---|
AddAttributesToRender | Overridden. 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. | |
(Inherited from | ||
(Inherited from | ||
(Inherited from | ||
(Inherited from | ||
(Inherited from | ||
(Inherited from | ||
(Inherited from | ||
(Inherited from | ||
(Inherited from | ||
(Inherited from | ||
(Inherited from | ||
(Inherited from | ||
Finalize | Overridden. Class Destructor | |
GetClientFileUrl | Gets the url for an embedded file in the assembly. (Inherited from CartoDisplay) | |
(Inherited from | ||
GetDesignModeWarnings | Overridden. Returns a list of warning messages to be displayed at design time. | |
(Inherited from | ||
(Inherited from | ||
(Inherited from | ||
LoadViewState | Overridden. Overridden to handle view state for complex properties. | |
(Inherited from | ||
(Inherited from | ||
OnCircle | Raised when a Circle event has been fired. | |
(Inherited from | ||
OnDragImage | Raised when a DragImage event has been fired. | |
OnDragRectangle | Raised when a DragRectangle event has been fired. | |
OnExtentChange | Raises the ExtentChanged event. | |
OnInit | Overridden. OnInit | |
OnLine | Raised when a Line event has been fired. | |
OnLoad | Overridden. Raises the Load event. | |
OnMapClick | Raised when a MapClick event has been fired. | |
OnOval | Raised when an Oval event has been fired. | |
OnPoint | Raised when a Point event has been fired. | |
OnPolygon | Raised when a Polygon event has been fired. | |
OnPolyline | Raised when a Polyline event has been fired. | |
OnPreRender | Overridden. Raises the PreRender event. | |
OnRefresh | Raises the Refreshed event. | |
OnResize | Raises the Resized event. | |
OnResourceRefresh | Raises the ResourceRefreshed event. | |
OnRotationAngleChange | Raises the RotationAngleChanged event. | |
OnScaleChange | Raises the ScaleChanged event. | |
OnTilingSchemeInitialize | Raises the TilingSchemeInitialized event.. | |
OnUnload | Overridden.
Saves the control's state and raises the | |
(Inherited from | ||
(Inherited from | ||
(Inherited from | ||
Render | Renders the control. (Inherited from WebControl) | |
(Inherited from | ||
RenderContents | Overridden. Renders the contents of the control to the specified writer. This method is used primarily by control developers. | |
RenderDesignModeWarnings | 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) | |
(Inherited from | ||
(Inherited from | ||
SaveViewState | Overridden. Overridden to handle viewstate for complex properties. | |
(Inherited from | ||
TrackViewState | Overridden. Overridden to handle viewstate for complex properties. |
Name | Description | |
---|---|---|
Circle | Occurs when a circle has been dragged on the Map control using the Circle client tool action. | |
(Inherited from | ||
(Inherited from | ||
DragImage | Occurs when the the user completes the client action of dragging an image on the Browser page. | |
DragRectangle | Occurs when a rectangle has been dragged on the Map control using the DragRectangle client tool action. | |
ExtentChanged | Occurs when the extent of this control has changed. | |
(Inherited from | ||
Line | Occurs when a line has been dragged on the Map control using the Line client tool action. | |
(Inherited from | ||
MapClick | Occurs when the Map is clicked. | |
Oval | Occurs when an Oval has been dragged on the Map control using the Oval client tool action. | |
Point | Occurs when the Map control has been clicked using the Point client tool action. | |
Polygon | Occurs when a polygon has been dragged on the Map control using the Polygon client tool action. | |
Polyline | Occurs when a polyline has been dragged on the Map control using the Polyline client tool action. | |
(Inherited from | ||
Refreshed | Occurs when the Map is fully refreshed. Does not occur if only one resource is refreshed with browser blending. | |
Resized | Occurs when the Map control is resized. | |
ResourceRefreshed | Occurs when a map resource is refreshed. May be used to detect single-resource refreshing with browser blending. | |
RotationAngleChanged | Occurs when the rotation of the map has changed. | |
ScaleChanged | Occurs when the scale of the Map is changed. | |
TilingSchemeInitialized | Occurs when the Map is done initializing the TilingScheme. | |
(Inherited from |