withName abstract method
- String name
Configures builder to use the given name as a layer name.
The name is a mandatory layer creation parameter.
nameName of the layer. Must be unique.
Returns MapLayerBuilder. This class instance.
Implementation
MapLayerBuilder withName(String name);