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 voidLayerGroup.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 TypeClassDescriptionclassThe base class of all layers.interfaceLayerStyleLayer<T extends BaseLayer<?>>By implementing this interface, you will have access to theLayerStyleclass that enables you to set layer styles.interfaceTooltipLayer<T extends BaseLayer<?>>Implementing this interface makes theTooltipLayerclass 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 TypeClassDescriptionclassThis class represents an area shape on the map.classThis class represents a circle shape on the map.classThis class represents a circle point shape on the map.classThis class represents a Div component on the map with designated coordinates.classThis class represents a line on the map.classThis class represents a point or marker on the map with designated coordinates.classThis class represents a Popup component on the map with designated coordinates.classThis class represents a rectangle shape on the map.