Class PointGeometry

java.lang.Object
io.jmix.mapsflowui.kit.component.model.MapObservableObject
io.jmix.mapsflowui.kit.component.model.geometry.SimpleGeometry<org.locationtech.jts.geom.Point>
io.jmix.mapsflowui.component.model.geometry.PointGeometry
All Implemented Interfaces:
Serializable

public class PointGeometry extends SimpleGeometry<org.locationtech.jts.geom.Point>
Point geometry. Used in MarkerFeature and in PointFeature.
See Also:
  • Constructor Details

    • PointGeometry

      public PointGeometry(org.locationtech.jts.geom.Point point)
  • Method Details