| Package | Description |
|---|---|
| de.bytefish.pgbulkinsert.mapping | |
| de.bytefish.pgbulkinsert.pgsql.handlers | |
| de.bytefish.pgbulkinsert.pgsql.handlers.utils | |
| de.bytefish.pgbulkinsert.pgsql.model.geometric |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractMapping.mapPoint(String columnName,
java.util.function.Function<TEntity,Point> propertyGetter) |
| Modifier and Type | Method and Description |
|---|---|
int |
PointValueHandler.getLength(Point value) |
protected void |
PointValueHandler.internalHandle(DataOutputStream buffer,
Point value) |
| Modifier and Type | Method and Description |
|---|---|
static void |
GeometricUtils.writePoint(DataOutputStream buffer,
Point value) |
| Modifier and Type | Method and Description |
|---|---|
Point |
Circle.getCenter() |
Point |
Box.getHigh() |
Point |
Box.getLow() |
Point |
LineSegment.getP1() |
Point |
LineSegment.getP2() |
| Modifier and Type | Method and Description |
|---|---|
List<Point> |
Polygon.getPoints() |
List<Point> |
Path.getPoints() |
| Constructor and Description |
|---|
Box(Point high,
Point low) |
Circle(Point center,
double radius) |
LineSegment(Point p1,
Point p2) |
| Constructor and Description |
|---|
Path(boolean closed,
List<Point> points) |
Polygon(List<Point> points) |
Copyright © 2020. All rights reserved.