Uses of Package
com.jbstrap.jbmap.layers
Packages that use com.jbstrap.jbmap.layers
Package
Description
-
Classes in com.jbstrap.jbmap.layers used by com.jbstrap.jbmapClassDescriptionThe base class of all layers.ContainerLayer interface for layers containing JBStrap components. e.g.:
DivPoint
,PopupPoint
andDivLayer
Base class of map layers and layers that can be enclosed in a container.This class represents the style of layers (shapes: line, circle, rectangle, area). -
Classes in com.jbstrap.jbmap.layers used by com.jbstrap.jbmap.enums
-
Classes in com.jbstrap.jbmap.layers used by com.jbstrap.jbmap.events
-
Classes in com.jbstrap.jbmap.layers used by com.jbstrap.jbmap.layersClassDescriptionThe base class of all layers.Base class of map layers and layers that can be enclosed in a container.This class represents the style of layers (shapes: line, circle, rectangle, area).
-
Classes in com.jbstrap.jbmap.layers used by com.jbstrap.jbmap.layers.layerClassDescriptionThe base class of all layers.ContainerLayer interface for layers containing JBStrap components. e.g.:
DivPoint
,PopupPoint
andDivLayer
Base class of map layers and layers that can be enclosed in a container.By implementing this interface, you will have access to theLayerStyle
class that enables you to set layer styles.Implementing this interface makes theTooltipLayer
class accessible to the tile layers.