Uses of Class
com.jbstrap.jbmap.layers.BaseLayer
Package
Description
-
Uses of BaseLayer in com.jbstrap.jbmap
Modifier and TypeMethodDescriptionBaseLayer<?>
LayerGroup.getLayerByName
(String layerName) Gets a layer by its unique name from the LayerGroup.Modifier 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) Modifier and TypeMethodDescriptionAdds a list of layers to the LayerGroup. -
Uses of BaseLayer in com.jbstrap.jbmap.events
-
Uses of BaseLayer in com.jbstrap.jbmap.layers
Modifier 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. -
Uses of BaseLayer in com.jbstrap.jbmap.layers.layer
Modifier 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.