Class Path
java.lang.Object
io.vertx.pgclient.data.Path
Path data type in Postgres represented by lists of connected points.
Paths can be open, where the first and last points in the list are considered not connected,
or closed, where the first and last points are considered connected.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Path
public Path() -
Path
-
-
Method Details
-
isOpen
public boolean isOpen() -
setOpen
public void setOpen(boolean open) -
getPoints
-
setPoints
-
addPoint
-
equals
-
hashCode
-
toString
-