| Package | Description | 
|---|---|
| org.openspaces.spatial | |
| org.openspaces.spatial.shapes | |
| org.openspaces.spatial.shapes.impl | 
| Modifier and Type | Method and Description | 
|---|---|
static ShapeFormat | 
ShapeFormat.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ShapeFormat[] | 
ShapeFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Shape | 
ShapeFactory.parse(String s,
     ShapeFormat shapeFormat)
Parses the specified string using the specified shape format 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StringBuilder | 
Shape.appendTo(StringBuilder stringBuilder,
        ShapeFormat shapeFormat)
Appends a string representation of the shape using the specified format 
 | 
String | 
Shape.toString(ShapeFormat shapeFormat)
Returns a string representation of the shape using the specified format. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StringBuilder | 
RectangleImpl.appendTo(StringBuilder stringBuilder,
        ShapeFormat shapeFormat)  | 
StringBuilder | 
CircleImpl.appendTo(StringBuilder stringBuilder,
        ShapeFormat shapeFormat)  | 
StringBuilder | 
PointImpl.appendTo(StringBuilder stringBuilder,
        ShapeFormat shapeFormat)  | 
StringBuilder | 
PolygonImpl.appendTo(StringBuilder stringBuilder,
        ShapeFormat shapeFormat)  | 
StringBuilder | 
LineStringImpl.appendTo(StringBuilder stringBuilder,
        ShapeFormat shapeFormat)  | 
String | 
RectangleImpl.toString(ShapeFormat shapeFormat)  | 
String | 
CircleImpl.toString(ShapeFormat shapeFormat)  | 
String | 
PointImpl.toString(ShapeFormat shapeFormat)  | 
String | 
PolygonImpl.toString(ShapeFormat shapeFormat)  | 
String | 
LineStringImpl.toString(ShapeFormat shapeFormat)  | 
Copyright © GigaSpaces.