Package | Description |
---|---|
org.postgresql.geometric |
Modifier and Type | Field | 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[] |
PGpath.points |
The points defining this path.
|
PGpoint[] |
PGpolygon.points |
The points defining the polygon.
|
Constructor | 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 © 2019 PostgreSQL Global Development Group. All rights reserved.