![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
MapHandler Class Methods | |
See Also |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : MapHandler Class |
For a list of all members of this type, see MapHandler members.
Name | Description | |
---|---|---|
![]() | ProcessRequest | Query string parameters: PageID: id of the page ManagerID: id of the resourceManager MapID: id of the map ResourceID: id of the resource Operation: DrawTile or DrawExtent If DrawTile: Row,Column,Level If DrawExtent: Extent Returns a JSON object with one or more of the following fields: resource: Name of resource requested argument: Argument provided url: Url to datasource code: HTTP code errorMessage: Only provided it the request failed isPng=1 : if image is a PNG image (for handling IE6 transparency) |
Name | Description | |
---|---|---|
![]() | OnPreRenderImage | Called prior to rendering an image. |
![]() | OnPreRenderTile | Called prior to rendering a tile. |
![]() | OnRenderImageComplete | Called after an image has rendered. |
![]() | OnRenderTileComplete | Called after a tile has rendered. |
![]() | OnResourceInit | Called when a resource has been initialized in a non-webtier blending request. |
![]() | OnResourcesDispose | Called when the resource manager is disposed. |
![]() | OnResourcesInit | Called when the mapresourcemanager has been initialized in a webtier blending request. |