Uses of Interface
org.openspaces.spatial.shapes.Point
Packages that use Point
-
Uses of Point in org.openspaces.spatial
Methods in org.openspaces.spatial that return PointModifier and TypeMethodDescriptionstatic PointShapeFactory.point(double x, double y) Creates a Point instance.Methods in org.openspaces.spatial with parameters of type PointModifier and TypeMethodDescriptionstatic CircleCreates a Circle instancestatic LineStringShapeFactory.lineString(Point first, Point second, Point... morePoints) Creates a LineString instance from the specified pointsstatic PolygonCreates a Polygon instance from the specified pointsMethod parameters in org.openspaces.spatial with type arguments of type PointModifier and TypeMethodDescriptionstatic LineStringShapeFactory.lineString(Collection<Point> points) Creates a LineString instance from the specified pointsstatic PolygonShapeFactory.polygon(Collection<Point> points) Creates a Polygon instance from the specified points -
Uses of Point in org.openspaces.spatial.shapes.impl
Classes in org.openspaces.spatial.shapes.impl that implement PointConstructors in org.openspaces.spatial.shapes.impl with parameters of type Point