| Package | Description |
|---|---|
| io.r2dbc.postgresql.codec |
Encoders and Decoders for the type that the service provider understands.
|
| Modifier and Type | Method and Description |
|---|---|
static Path |
Path.closed(List<Point> points)
Create a new closed
Polygon given list of points. |
static Path |
Path.closed(Point... points)
Create a new closed
Polygon given points. |
static Path |
Path.of(boolean open,
List<Point> points)
Create a new
Polygon given list of points. |
static Path |
Path.of(boolean open,
Point... points)
Create a new
Polygon given points. |
static Path |
Path.open(List<Point> points)
Create a new open
Path given list of points. |
static Path |
Path.open(Point... points)
Create a new open
Path given points. |
Copyright © 2024. All rights reserved.