Uses of Class
com.vaadin.flow.component.map.configuration.geometry.SimpleGeometry
Package
Description
-
Uses of SimpleGeometry in com.vaadin.flow.component.map.configuration
Modifier and TypeMethodDescriptionFeature.getGeometry()
The geometry representing the feature, for example aPoint
or a polygon.Modifier and TypeMethodDescriptionvoid
Feature.setGeometry
(SimpleGeometry geometry) Sets the geometry representing the feature. -
Uses of SimpleGeometry in com.vaadin.flow.component.map.configuration.feature
Modifier and TypeMethodDescriptionvoid
PointBasedFeature.setGeometry
(SimpleGeometry geometry) Sets the geometry representing this feature. -
Uses of SimpleGeometry in com.vaadin.flow.component.map.configuration.geometry
Modifier and TypeClassDescriptionclass
Geometry that is represented by a single point and coordinate.