Class LineStringGeometry

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

public class LineStringGeometry extends SimpleGeometry<org.locationtech.jts.geom.LineString>
Linestring geometry. Used in LineStringFeature.
See Also:
  • Constructor Details

    • LineStringGeometry

      public LineStringGeometry(org.locationtech.jts.geom.LineString lineString)
  • Method Details