C# Class Utf8GridApplication.Controllers.WmsController

Inheritance: Controller
Show file Open project: awcoats/mapstache

Public Methods

Method Description
Index ( int width, int height, string bbox, string layers ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
CreateBBox ( string bbox ) : RectangleF
CreateGraphicsPath ( RectangleF bounds, Bitmap bitmap, SqlGeography geography ) : GraphicsPath

Method Details

Index() public method

public Index ( int width, int height, string bbox, string layers ) : System.Web.Mvc.ActionResult
width int
height int
bbox string
layers string
return System.Web.Mvc.ActionResult