Uses of Class
com.jbstrap.jbmap.layers.BaseLayer
Packages that use BaseLayer
Package
Description
-
Uses of BaseLayer in com.jbstrap.jbmap
Methods in com.jbstrap.jbmap that return BaseLayerModifier and TypeMethodDescriptionBaseLayer<?>
LayerGroup.getLayerByName
(String layerName) Gets a layer by its unique name from the LayerGroup.Methods in com.jbstrap.jbmap that return types with arguments of type BaseLayerMethods in com.jbstrap.jbmap with parameters of type BaseLayerModifier and TypeMethodDescriptionAdds a layer to a LayerGroup.Adds a single or multiple layers to the LayerGroup.LayerGroup.removeLayer
(BaseLayer<?> layer) Removing a layer from the LayerGroup.protected void
LayerGroup.setJBMapForParent
(BaseLayer<?> layer) Method parameters in com.jbstrap.jbmap with type arguments of type BaseLayerModifier and TypeMethodDescriptionAdds a list of layers to the LayerGroup. -
Uses of BaseLayer in com.jbstrap.jbmap.events
Methods in com.jbstrap.jbmap.events that return BaseLayer -
Uses of BaseLayer in com.jbstrap.jbmap.layers
Classes in com.jbstrap.jbmap.layers with type parameters of type BaseLayerModifier and TypeClassDescriptionclass
The base class of all layers.interface
LayerStyleLayer<T extends BaseLayer<?>>
By implementing this interface, you will have access to theLayerStyle
class that enables you to set layer styles.interface
TooltipLayer<T extends BaseLayer<?>>
Implementing this interface makes theTooltipLayer
class accessible to the tile layers.Methods in com.jbstrap.jbmap.layers with parameters of type BaseLayer -
Uses of BaseLayer in com.jbstrap.jbmap.layers.layer
Subclasses of BaseLayer in com.jbstrap.jbmap.layers.layerModifier and TypeClassDescriptionclass
This class represents an area shape on the map.class
This class represents a circle shape on the map.class
This class represents a circle point shape on the map.class
This class represents a Div component on the map with designated coordinates.class
This class represents a line on the map.class
This class represents a point or marker on the map with designated coordinates.class
This class represents a Popup component on the map with designated coordinates.class
This class represents a rectangle shape on the map.