[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.MapLayerListFactory-3

MapLayerListFactory<T, TOwner, TMapLayer> Class

Define a factory to create different layers.

Inheritance
HideObjectMembers
MapLayerListBaseFactory<T, TOwner, TMapLayer>
MapLayerListFactory<T, TOwner, TMapLayer>
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class MapLayerListFactory<T, TOwner, TMapLayer> : MapLayerListBaseFactory<T, TOwner, TMapLayer> where TOwner : FlexMap<T> where TMapLayer : MapLayerBase<T>
Type Parameters
Name Description
T

Model Type

TOwner

Chart Map derived from FlexMap

TMapLayer

MapLayer derived from MapLayerBase

Constructors

Name Description
MapLayerListFactory(IList<MapLayerBase<T>>, TOwner)

Initializes a new instance of the MapLayerListFactory class.

Methods

Name Description
AddGeoGridLayer()

Add a GeoGridLayer to the layers list.

AddGeoMapLayer()

Add a GeoMapLayer to the layers list.

AddScatterMapLayer()

Add a ScatterMapLayer to the layers list.