C# Class WebExample.Map.WMSHandler

Summary description for WMSHandler
Inheritance: IHttpHandler
Afficher le fichier Open project: gkrsu/maparound.example

Méthodes publiques

Méthode Description
ProcessRequest ( HttpContext context ) : void

Private Methods

Méthode 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 méthode

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
Résultat void