| Package | Description |
|---|---|
| com.datastax.driver.dse.geometry |
| Modifier and Type | Method and Description |
|---|---|
Polygon.Builder |
Polygon.Builder.addRing(Point p1,
Point p2,
Point p3,
Point... pn)
Adds a new ring for this polygon.
|
static Polygon.Builder |
Polygon.builder()
Returns a polygon builder.
|