Uses of Class
io.r2dbc.postgresql.codec.Point
Packages that use Point
Package
Description
Encoders and Decoders for the type that the service provider understands.
-
Uses of Point in io.r2dbc.postgresql.codec
Methods in io.r2dbc.postgresql.codec that return PointModifier and TypeMethodDescriptionBox.getA()Box.getB()Circle.getCenter()Lseg.getP1()Lseg.getP2()static PointPoint.of(double x, double y) Point.translate(double x, double y) Translate the point by the supplied amount by addingxandyoffsets.Point.translate(int x, int y) Translate the point by the supplied amount by addingxandyoffsets.Methods in io.r2dbc.postgresql.codec that return types with arguments of type PointMethods in io.r2dbc.postgresql.codec with parameters of type PointModifier and TypeMethodDescriptionstatic PathCreate a new closedPolygongivenpoints.static Boxstatic Circlestatic LineCreate a newLinedefined by two points.static Lsegstatic PathCreate a newPolygongivenpoints.static PolygonCreate a newPolygongivenpoints.static PathCreate a new openPathgivenpoints.Method parameters in io.r2dbc.postgresql.codec with type arguments of type PointModifier and TypeMethodDescriptionstatic PathCreate a new closedPolygongivenlist of points.static PathCreate a newPolygongivenlist of points.static PolygonCreate a newPolygongivenlist of points.static PathCreate a new openPathgivenlist of points.