C# Class WebExample.Map.WMSHandler

Summary description for WMSHandler
Inheritance: IHttpHandler
Mostra file Open project: gkrsu/maparound.example

Public Methods

Method Description
ProcessRequest ( HttpContext context ) : void

Private Methods

Method Description
GetFeaturesFilePath ( string fileNameParameter ) : string
LayerDataSourceNeeded ( object sender, MapAround e ) : void
LayerDataSourceReadyToRelease ( object sender, MapAround e ) : void
SetSpecialScaleStyles ( MapWorkspace mapWs, double scale ) : void
server_BeforeRenderNewImage ( object sender, RenderNewImageEventArgs e ) : void

Method Details

ProcessRequest() public method

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
return void