Package | Description |
---|---|
org.postgresql.geometric | |
org.postgresql.util |
Modifier and Type | Class and Description |
---|---|
class |
PGbox
This represents the box datatype within org.postgresql.
|
class |
PGcircle
This represents org.postgresql's circle datatype, consisting of a point
and a radius
|
class |
PGline
This implements a line represented by the linear equation Ax + By + C = 0
|
class |
PGlseg
This implements a lseg (line segment) consisting of two points
|
class |
PGpath
This implements a path (a multiple segmented line, which may be closed)
|
class |
PGpoint
It maps to the point datatype in org.postgresql.
|
class |
PGpolygon
This implements the polygon datatype within PostgreSQL.
|
Modifier and Type | Class and Description |
---|---|
class |
PGInterval
This implements a class that handles the PostgreSQL interval type
|
class |
PGmoney
This implements a class that handles the PostgreSQL money and cash types
|
Copyright © 2016 PostgreSQL Global Development Group. All rights reserved.