Uses of Class
com.jbstrap.jbmap.BaseMapLayer
Packages that use BaseMapLayer
-
Uses of BaseMapLayer in com.jbstrap.jbmap
Classes in com.jbstrap.jbmap with type parameters of type BaseMapLayerModifier and TypeClassDescriptionclassBaseMapLayer<T extends BaseMapLayer<?>>The MapLayer base class.Subclasses of BaseMapLayer in com.jbstrap.jbmapModifier and TypeClassDescriptionclassOpenStreetMap layer class created by extending theBaseMapLayerclass.Methods in com.jbstrap.jbmap that return BaseMapLayerModifier and TypeMethodDescriptionprotected BaseMapLayer<?>BaseMap.getBaseMapLayerByName(String name) Gets a tile layer parameter.BaseMapLayer<?>JBMap.getBaseMapLayerByName(String name) Gets a tile layer from the map by its name.Methods in com.jbstrap.jbmap with parameters of type BaseMapLayerModifier and TypeMethodDescriptionprotected voidBaseMap.addBaseMapLayer(BaseMapLayer<?> baseMapLayer) Sets the tile layer parameters.JBMap.addBaseMapLayer(BaseMapLayer<?> baseMapLayer) Adds a unique tile layer to the map.protected voidBaseMap.removeBaseMapLayer(BaseMapLayer<?> baseMapLayer) Removes a tile layer parameter.JBMap.removeBaseMapLayer(BaseMapLayer<?> baseMapLayer) Deletes a tile layer from the map.Constructors in com.jbstrap.jbmap with parameters of type BaseMapLayerModifierConstructorDescriptionprotectedBaseMap(BaseMapLayer<?> tileLayer) Creates a map parameter class instance with a tile layer different from the defaultBaseMapLayer.JBMap(BaseMapLayer<?> baseMapLayer) Creates the map component by setting a default tile layer.JBMap(String id, BaseMapLayer<?> baseMapLayer) Creates the map with a unique ID by setting a default tile layer.JBMap(String id, String language, BaseMapLayer<?> baseMapLayer) Creates the map with a unique ID by specifying a language and setting a default tile layer.