| Package | Description |
|---|---|
| com.amazon.redshift.geometric |
| Modifier and Type | Field and Description |
|---|---|
RedshiftPoint |
RedshiftCircle.center
This is the center point.
|
RedshiftPoint[] |
RedshiftBox.point
These are the two points.
|
RedshiftPoint[] |
RedshiftLseg.point
These are the two points.
|
RedshiftPoint[] |
RedshiftPolygon.points
The points defining the polygon.
|
RedshiftPoint[] |
RedshiftPath.points
The points defining this path.
|
| Constructor and Description |
|---|
RedshiftBox(RedshiftPoint p1,
RedshiftPoint p2) |
RedshiftCircle(RedshiftPoint c,
double r) |
RedshiftLine(RedshiftPoint p1,
RedshiftPoint p2) |
RedshiftLseg(RedshiftPoint p1,
RedshiftPoint p2) |
RedshiftPath(RedshiftPoint[] points,
boolean open) |
RedshiftPolygon(RedshiftPoint[] points)
Creates a polygon using an array of RedshiftPoints.
|
Copyright © 2024 Amazon.com Inc.. All rights reserved.