Uses of Class
com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
-
Uses of AbstractConfigurationObject in com.vaadin.flow.component.map.configuration
Subclasses of AbstractConfigurationObject in com.vaadin.flow.component.map.configurationModifier and TypeClassDescriptionclass
Contains the configuration for the map, such as layers, sources, features.
class
A geographic feature to be displayed on a map.
class
Represents a map's viewport, responsible for changing properties like center and zoom level
Methods in com.vaadin.flow.component.map.configuration with parameters of type AbstractConfigurationObjectModifier and TypeMethodDescriptionprotected void
AbstractConfigurationObject.addChild
(AbstractConfigurationObject configurationObject) Adds a nested object reference to keep track of.
protected void
AbstractConfigurationObject.addNullableChild
(AbstractConfigurationObject configurationObject) Convenience wrapper for
addChild(AbstractConfigurationObject)
that allowsconfigurationObject
to be a null reference.protected void
AbstractConfigurationObject.removeChild
(AbstractConfigurationObject configurationObject) Removes a nested object reference from tracking.
Method parameters in com.vaadin.flow.component.map.configuration with type arguments of type AbstractConfigurationObjectModifier and TypeMethodDescriptionprotected void
AbstractConfigurationObject.collectChanges
(Consumer<AbstractConfigurationObject> changeCollector) Collects all changed objects from a configuration hierarchy.
void
Configuration.collectChanges
(Consumer<AbstractConfigurationObject> changeCollector) For internal use only.
-
Uses of AbstractConfigurationObject in com.vaadin.flow.component.map.configuration.feature
Modifier and TypeClassDescriptionclass
A convenience class for displaying icons or images, such as markers, at a specific location on the map.
class
Abstract base class for features that are represented by a single point and a single coordinate.
-
Uses of AbstractConfigurationObject in com.vaadin.flow.component.map.configuration.geometry
Modifier and TypeClassDescriptionclass
Geometry that is represented by a single point and coordinate.
class
Abstract base class for geometries
-
Uses of AbstractConfigurationObject in com.vaadin.flow.component.map.configuration.layer
Modifier and TypeClassDescriptionclass
Layer that allows to conveniently display a number of geographic features.
class
Layer for server-rendered images that are available in arbitrary extents and resolutions.
class
Abstract base class for all map layers
class
Layer for displaying tiled map data
class
Layer for rendering vector data client-side
-
Uses of AbstractConfigurationObject in com.vaadin.flow.component.map.configuration.source
Modifier and TypeClassDescriptionclass
Abstract base class for all sources providing a single image
class
Source for WMS servers providing single, untiled images
class
Map source for loading tiled images from an OpenStreetMap service.
class
Abstract base class for all map sources
class
Abstract base class for map sources providing tiled images from a URL
class
Abstract base class for map sources providing tiled map data
class
Source for loading tile data from WMS (Web Map Service) servers
class
Abstract base class for map sources providing tiled map data from a URL
class
class
Source for loading tiled images from a map service using the Slippy Map tile numbering scheme, also known as XYZ format.
-
Uses of AbstractConfigurationObject in com.vaadin.flow.component.map.configuration.style
Modifier and TypeClassDescriptionclass
class
An icon or image that can be used to visually represent a
Feature
, by using it as the feature'sStyle.setImage(ImageStyle)
class
Abstract base class for drawing image-based features
class
class
Defines how to visually represent a
Feature
class
Text style that defines how to render texts on the map.