Uses of Class
com.vaadin.flow.component.map.configuration.source.Source
-
Packages that use Source Package Description com.vaadin.flow.component.map.configuration.layer com.vaadin.flow.component.map.configuration.source -
-
Uses of Source in com.vaadin.flow.component.map.configuration.layer
Methods in com.vaadin.flow.component.map.configuration.layer that return Source Modifier and Type Method Description Source
VectorLayer. getSource()
-
Uses of Source in com.vaadin.flow.component.map.configuration.source
Subclasses of Source in com.vaadin.flow.component.map.configuration.source Modifier and Type Class Description class
ImageSource
Abstract base class for all sources providing a single imageclass
ImageWMSSource
Source for WMS servers providing single, untiled imagesclass
OSMSource
Map source for loading tiled images from an OpenStreetMap service.class
TileImageSource
Abstract base class for map sources providing tiled images from a URLclass
TileSource
Abstract base class for map sources providing tiled map dataclass
TileWMSSource
Source for loading tile data from WMS (Web Map Service) serversclass
UrlTileSource
Abstract base class for map sources providing tiled map data from a URLclass
VectorSource
class
XYZSource
Source for loading tiled images from a map service using the Slippy Map tile numbering scheme, also known as XYZ format.
-