Class | Description |
---|---|
PGbox |
This represents the box datatype within org.postgresql.
|
PGcircle |
This represents org.postgresql's circle datatype, consisting of a point
and a radius
|
PGline |
This implements a line consisting of two points.
|
PGlseg |
This implements a lseg (line segment) consisting of two points
|
PGpath |
This implements a path (a multiple segmented line, which may be closed)
|
PGpoint |
It maps to the point datatype in org.postgresql.
|
PGpolygon |
This implements the polygon datatype within PostgreSQL.
|