| Package | Description |
|---|---|
| io.reactiverse.pgclient | |
| io.reactiverse.pgclient.data | |
| io.reactiverse.reactivex.pgclient | |
| io.reactiverse.rxjava.pgclient |
| Modifier and Type | Method and Description |
|---|---|
Point |
Tuple.getPoint(int pos)
Get
Point value at pos. |
Point |
Row.getPoint(String name)
Get
Point value at pos. |
Point[] |
Tuple.getPointArray(int pos)
Get an array of
Point value at pos. |
Point[] |
Row.getPointArray(String name)
Get an array of
Point value at pos. |
| Modifier and Type | Method and Description |
|---|---|
Tuple |
Tuple.addPoint(Point value)
Add a
Point value at the end of the tuple. |
Tuple |
Tuple.addPointArray(Point[] value)
Add an array of
Point value at the end of the tuple. |
| Modifier and Type | Method and Description |
|---|---|
Point |
Circle.getCenterPoint() |
Point |
Box.getLowerLeftCorner() |
Point |
LineSegment.getP1() |
Point |
LineSegment.getP2() |
Point |
Box.getUpperRightCorner() |
Point |
Point.setX(double x) |
Point |
Point.setY(double y) |
| Modifier and Type | Method and Description |
|---|---|
List<Point> |
Polygon.getPoints() |
List<Point> |
Path.getPoints() |
| Modifier and Type | Method and Description |
|---|---|
static void |
PointConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
Point obj) |
void |
Circle.setCenterPoint(Point centerPoint) |
void |
Box.setLowerLeftCorner(Point lowerLeftCorner) |
void |
LineSegment.setP1(Point p1) |
void |
LineSegment.setP2(Point p2) |
void |
Box.setUpperRightCorner(Point upperRightCorner) |
static void |
PointConverter.toJson(Point obj,
io.vertx.core.json.JsonObject json) |
static void |
PointConverter.toJson(Point obj,
Map<String,Object> json) |
| Modifier and Type | Method and Description |
|---|---|
void |
Polygon.setPoints(List<Point> points) |
void |
Path.setPoints(List<Point> points) |
| Constructor and Description |
|---|
Box(Point upperRightCorner,
Point lowerLeftCorner) |
Circle(Point centerPoint,
double radius) |
LineSegment(Point p1,
Point p2) |
| Constructor and Description |
|---|
Path(boolean isOpen,
List<Point> points) |
Polygon(List<Point> points) |
| Modifier and Type | Method and Description |
|---|---|
Point |
Tuple.getPoint(int pos)
Get value at
pos. |
Point |
Row.getPoint(String name)
Get value at
pos. |
Point[] |
Tuple.getPointArray(int pos)
Get an array of value at
pos. |
Point[] |
Row.getPointArray(String name)
Get an array of value at
pos. |
| Modifier and Type | Method and Description |
|---|---|
Tuple |
Tuple.addPoint(Point value)
Add a value at the end of the tuple.
|
Tuple |
Tuple.addPointArray(Point[] value)
Add an array of value at the end of the tuple.
|
| Modifier and Type | Method and Description |
|---|---|
Point |
Tuple.getPoint(int pos)
Get value at
pos. |
Point |
Row.getPoint(String name)
Get value at
pos. |
Point[] |
Tuple.getPointArray(int pos)
Get an array of value at
pos. |
Point[] |
Row.getPointArray(String name)
Get an array of value at
pos. |
| Modifier and Type | Method and Description |
|---|---|
Tuple |
Tuple.addPoint(Point value)
Add a value at the end of the tuple.
|
Tuple |
Tuple.addPointArray(Point[] value)
Add an array of value at the end of the tuple.
|
Copyright © 2019 Eclipse. All rights reserved.