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.configuration Modifier and Type Class Description classConfigurationContains the configuration for the map, such as layers, sources, features.classFeatureA geographic feature to be displayed on a map.classViewRepresents a map's viewport, responsible for changing properties like center and zoom levelMethods in com.vaadin.flow.component.map.configuration with parameters of type AbstractConfigurationObject Modifier and Type Method Description protected voidAbstractConfigurationObject. addChild(AbstractConfigurationObject configurationObject)Adds a nested object reference to keep track of.protected voidAbstractConfigurationObject. removeChild(AbstractConfigurationObject configurationObject)Removes a nested object reference from tracking.Method parameters in com.vaadin.flow.component.map.configuration with type arguments of type AbstractConfigurationObject Modifier and Type Method Description protected voidAbstractConfigurationObject. collectChanges(Consumer<AbstractConfigurationObject> changeCollector)Collects all changed objects from a configuration hierarchy.voidConfiguration. collectChanges(Consumer<AbstractConfigurationObject> changeCollector)For internal use only. -
Uses of AbstractConfigurationObject in com.vaadin.flow.component.map.configuration.feature
Subclasses of AbstractConfigurationObject in com.vaadin.flow.component.map.configuration.feature Modifier and Type Class Description classMarkerFeatureA convenience class for displaying icons or images, such as markers, at a specific location on the map.classPointBasedFeatureAbstract 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
Subclasses of AbstractConfigurationObject in com.vaadin.flow.component.map.configuration.geometry Modifier and Type Class Description classPointGeometry that is represented by a single point and coordinate.classSimpleGeometryAbstract base class for geometries -
Uses of AbstractConfigurationObject in com.vaadin.flow.component.map.configuration.layer
Subclasses of AbstractConfigurationObject in com.vaadin.flow.component.map.configuration.layer Modifier and Type Class Description classFeatureLayerLayer that allows to conveniently display a number of geographic features.classImageLayerLayer for server-rendered images that are available in arbitrary extents and resolutions.classLayerAbstract base class for all map layersclassTileLayerLayer for displaying tiled map dataclassVectorLayerLayer for rendering vector data client-side -
Uses of AbstractConfigurationObject in com.vaadin.flow.component.map.configuration.source
Subclasses of AbstractConfigurationObject in com.vaadin.flow.component.map.configuration.source Modifier and Type Class Description classImageSourceAbstract base class for all sources providing a single imageclassImageWMSSourceSource for WMS servers providing single, untiled imagesclassOSMSourceMap source for loading tiled images from an OpenStreetMap service.classSourceAbstract base class for all map sourcesclassTileImageSourceAbstract base class for map sources providing tiled images from a URLclassTileSourceAbstract base class for map sources providing tiled map dataclassTileWMSSourceSource for loading tile data from WMS (Web Map Service) serversclassUrlTileSourceAbstract base class for map sources providing tiled map data from a URLclassVectorSourceclassXYZSourceSource 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
Subclasses of AbstractConfigurationObject in com.vaadin.flow.component.map.configuration.style Modifier and Type Class Description classFillclassIconAn icon or image that can be used to visually represent aFeature, by using it as the feature'sStyle.setImage(ImageStyle)classImageStyleAbstract base class for drawing image-based featuresclassStrokeclassStyleDefines how to visually represent aFeature
-