Abstract method to create the Map layers for the request
Namespace:
EGIS.Web.Controls
Assembly:
EGIS.Web.Controls (in EGIS.Web.Controls.dll)
Syntax
Visual Basic |
---|
Protected MustOverride Function CreateMapLayers ( _
context As HttpContext _
) As List(Of ShapeFile) |
C# |
---|
protected abstract List<ShapeFile> CreateMapLayers(
HttpContext context
) |
Visual C++ |
---|
protected:
virtual List<ShapeFile^>^ CreateMapLayers(
HttpContext^ context
) abstract |
JavaScript |
---|
function createMapLayers(context); |
Parameters
- context
- Type: System.Web..::..HttpContext
Return Value
Remarks
See Also