Class Summary |
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 represented by the linear equation Ax + By + C = 0 |
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. |