Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package postgresql.geometric

Class Summary
PGbox This represents the box datatype within postgresql.
PGcircle This represents 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 This implements a version of java.awt.Point, except it uses double to represent the coordinates.
PGpolygon This implements the polygon datatype within PostgreSQL.