Package org.postgresql.geometric
-
Class Summary 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 radiusPGline This implements a line consisting of two points.PGlseg This implements a lseg (line segment) consisting of two pointsPGpath 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.