We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Class
com.vaadin.flow.component.map.configuration.geometry.SimpleGeometry
Packages that use SimpleGeometry
Package
Description
-
Uses of SimpleGeometry in com.vaadin.flow.component.map.configuration
Methods in com.vaadin.flow.component.map.configuration that return SimpleGeometryModifier and TypeMethodDescriptionFeature.getGeometry()
The geometry representing the feature, for example a
Point
or a polygon.Methods in com.vaadin.flow.component.map.configuration with parameters of type SimpleGeometryModifier and TypeMethodDescriptionvoid
Feature.setGeometry
(SimpleGeometry geometry) Sets the geometry representing the feature.
-
Uses of SimpleGeometry in com.vaadin.flow.component.map.configuration.feature
Methods in com.vaadin.flow.component.map.configuration.feature with parameters of type SimpleGeometryModifier and TypeMethodDescriptionvoid
PointBasedFeature.setGeometry
(SimpleGeometry geometry) Sets the geometry representing this feature.
-
Uses of SimpleGeometry in com.vaadin.flow.component.map.configuration.geometry
Subclasses of SimpleGeometry in com.vaadin.flow.component.map.configuration.geometryModifier and TypeClassDescriptionclass
Geometry that is represented by a single point and coordinate.