Rectangular box data type in Postgres represented by pairs of @see \io\vertx\jphp\pgclient\data\Points that are opposite corners of the box.
Circle data type in Postgres represented by a center @see \io\vertx\jphp\pgclient\data\Point and radius.
Postgres Interval is date and time based such as 120 years 3 months 332 days 20 hours 20 minutes 20.999999 seconds
Line data type in Postgres represented by the linear equation Ax + By + C = 0, where A and B are not both zero.
Finite line segment data type in Postgres represented by pairs of @see \io\vertx\jphp\pgclient\data\Points that are the endpoints of the segment.