ESRI.ArcGIS.ADF.Web.UI.WebControls
MapHandler Class Members
See Also  Properties  Methods 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : MapHandler Class




The following tables list the members exposed by MapHandler.

Public Constructors

 NameDescription
Public ConstructorMapHandler Constructor Default Constructor  
Top

Public Properties

 NameDescription
Public Propertystatic (Shared in Visual Basic)HandlerPageName Gets the name of the handler page name  
Public PropertyIsReusable Gets a value indicating whether another request can use the IHttpHandler instance.  
Top

Public Methods

 NameDescription
Public MethodProcessRequest 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)  
Top

Protected Methods

 NameDescription
Protected MethodOnPreRenderImage Called prior to rendering an image.  
Protected MethodOnPreRenderTile Called prior to rendering a tile.  
Protected MethodOnRenderImageComplete Called after an image has rendered.  
Protected MethodOnRenderTileComplete Called after a tile has rendered.  
Protected MethodOnResourceInit Called when a resource has been initialized in a non-webtier blending request.  
Protected MethodOnResourcesDispose Called when the resource manager is disposed.  
Protected MethodOnResourcesInit Called when the mapresourcemanager has been initialized in a webtier blending request.  
Top

See Also

© 2010 All Rights Reserved.