Package | Description |
---|---|
org.postgresql.geometric |
Modifier and Type | Field and Description |
---|---|
PGpoint |
PGcircle.center
This is the center point.
|
PGpoint[] |
PGbox.point
These are the two points.
|
PGpoint[] |
PGlseg.point
These are the two points.
|
PGpoint[] |
PGpolygon.points
The points defining the polygon.
|
PGpoint[] |
PGpath.points
The points defining this path.
|
Constructor and Description |
---|
PGbox(PGpoint p1,
PGpoint p2) |
PGcircle(PGpoint c,
double r) |
PGline(PGpoint p1,
PGpoint p2) |
PGlseg(PGpoint p1,
PGpoint p2) |
PGpath(PGpoint[] points,
boolean open) |
PGpolygon(PGpoint[] points)
Creates a polygon using an array of PGpoints.
|
Copyright © 2018 PostgreSQL Global Development Group. All rights reserved.