Uses of Class
de.bytefish.pgbulkinsert.pgsql.model.geometric.Point
-
-
Uses of Point in de.bytefish.pgbulkinsert.mapping
Method parameters in de.bytefish.pgbulkinsert.mapping with type arguments of type Point Modifier and Type Method Description protected voidAbstractMapping. mapPoint(String columnName, Function<TEntity,Point> propertyGetter) -
Uses of Point in de.bytefish.pgbulkinsert.pgsql.handlers
Methods in de.bytefish.pgbulkinsert.pgsql.handlers with parameters of type Point Modifier and Type Method Description intPointValueHandler. getLength(Point value)protected voidPointValueHandler. internalHandle(DataOutputStream buffer, Point value) -
Uses of Point in de.bytefish.pgbulkinsert.pgsql.handlers.utils
Methods in de.bytefish.pgbulkinsert.pgsql.handlers.utils with parameters of type Point Modifier and Type Method Description static voidGeometricUtils. writePoint(DataOutputStream buffer, Point value) -
Uses of Point in de.bytefish.pgbulkinsert.pgsql.model.geometric
Methods in de.bytefish.pgbulkinsert.pgsql.model.geometric that return Point Modifier and Type Method Description PointCircle. getCenter()PointBox. getHigh()PointBox. getLow()PointLineSegment. getP1()PointLineSegment. getP2()Methods in de.bytefish.pgbulkinsert.pgsql.model.geometric that return types with arguments of type Point Modifier and Type Method Description List<Point>Path. getPoints()List<Point>Polygon. getPoints()Constructors in de.bytefish.pgbulkinsert.pgsql.model.geometric with parameters of type Point Constructor Description Box(Point high, Point low)Circle(Point center, double radius)LineSegment(Point p1, Point p2)Constructor parameters in de.bytefish.pgbulkinsert.pgsql.model.geometric with type arguments of type Point Constructor Description Path(boolean closed, List<Point> points)Polygon(List<Point> points) -
Uses of Point in de.bytefish.pgbulkinsert.row
Methods in de.bytefish.pgbulkinsert.row with parameters of type Point Modifier and Type Method Description voidSimpleRow. setPoint(int ordinal, Point value)voidSimpleRow. setPoint(String columnName, Point value)
-