build abstract method

MapLayer build()

Constructs, registers and configures a new map layer showing specified content type according to the configured parameters.

After this call this instance is reset to the initial state. It could be used to build another map layer, but will not keep any previously configured properties.

Returns MapLayer. A new MapLayer instance.

Throws MapLayerBuilderInstantiationException. Indicates an instantiation issue.

Implementation

MapLayer build();