Package | Description |
---|---|
org.openspaces.spatial | |
org.openspaces.spatial.shapes.impl |
Modifier and Type | Method and Description |
---|---|
static Point |
ShapeFactory.point(double x,
double y)
Creates a Point instance.
|
Modifier and Type | Method and Description |
---|---|
static Circle |
ShapeFactory.circle(Point center,
double radius)
Creates a Circle instance
|
static LineString |
ShapeFactory.lineString(Point first,
Point second,
Point... morePoints)
Creates a LineString instance from the specified points
|
static LineString |
ShapeFactory.lineString(Point first,
Point second,
Point... morePoints)
Creates a LineString instance from the specified points
|
static Polygon |
ShapeFactory.polygon(Point first,
Point second,
Point third,
Point... morePoints)
Creates a Polygon instance from the specified points
|
static Polygon |
ShapeFactory.polygon(Point first,
Point second,
Point third,
Point... morePoints)
Creates a Polygon instance from the specified points
|
Modifier and Type | Method and Description |
---|---|
static LineString |
ShapeFactory.lineString(Collection<Point> points)
Creates a LineString instance from the specified points
|
static Polygon |
ShapeFactory.polygon(Collection<Point> points)
Creates a Polygon instance from the specified points
|
Modifier and Type | Class and Description |
---|---|
class |
PointImpl |
Constructor and Description |
---|
LineStringImpl(Point[] points) |
PolygonImpl(Point[] points) |
Copyright © GigaSpaces.