Class: LayerFactory

Layer. LayerFactory

Factory to create a layer

new LayerFactory()

Methods


<static> create(options)

Factory for Layer.
Parameters:
Name Type Description
options Object See the base properties AbstractLayer.configuration and specific properties for specific layers
Properties
Name Type Description
type string one of the following value {Constants.Layer}
See:
Returns:
- Object to handle Layer
Type
AbstractLayer