| Class | Description | 
|---|---|
| Box | 
 Rectangular box data type in Postgres represented by pairs of  
Points that are opposite corners of the box. | 
| BoxConverter | 
 Converter for  
Box. | 
| Circle | 
 Circle data type in Postgres represented by a center  
Point and radius. | 
| CircleConverter | 
 Converter for  
Circle. | 
| Interval | 
 Postgres Interval is date and time based
 such as 120 years 3 months 332 days 20 hours 20 minutes 20.999999 seconds 
 | 
| IntervalConverter | 
 Converter for  
Interval. | 
| Line | 
 Line data type in Postgres represented by the linear equation Ax + By + C = 0, where A and B are not both zero. 
 | 
| LineConverter | 
 Converter for  
Line. | 
| LineSegment | 
 Finite line segment data type in Postgres represented by pairs of  
Points that are the endpoints of the segment. | 
| LineSegmentConverter | 
 Converter for  
LineSegment. | 
| Path | 
 Path data type in Postgres represented by lists of connected points. 
 | 
| PathConverter | 
 Converter for  
Path. | 
| Point | 
 A Postgresql point. 
 | 
| PointConverter | 
 Converter for  
Point. | 
| Polygon | 
 Polygon data type in Postgres represented by lists of points (the vertexes of the polygon). 
 | 
| PolygonConverter | 
 Converter for  
Polygon. | 
Copyright © 2020 Eclipse. All rights reserved.