Uses of Interface
org.openspaces.spatial.shapes.LineString
Packages that use LineString
-
Uses of LineString in org.openspaces.spatial
Methods in org.openspaces.spatial that return LineStringModifier and TypeMethodDescriptionstatic LineStringShapeFactory.lineString(Collection<Point> points) Creates a LineString instance from the specified pointsstatic LineStringShapeFactory.lineString(Point first, Point second, Point... morePoints) Creates a LineString instance from the specified points -
Uses of LineString in org.openspaces.spatial.shapes.impl
Classes in org.openspaces.spatial.shapes.impl that implement LineString