Class PGbox3d

java.lang.Object
org.postgresql.util.PGobject
io.github.sebasbaumh.postgis.PGboxbase
io.github.sebasbaumh.postgis.PGbox3d
All Implemented Interfaces:
Serializable, Cloneable

public class PGbox3d extends PGboxbase
BOX3D representing the maximum extents of the geometry.
Author:
Sebastian Baumhekel
See Also:
  • Constructor Details

    • PGbox3d

      public PGbox3d()
      Constructs an instance.
    • PGbox3d

      public PGbox3d(Point llb, Point urt)
      Constructs an instance.
      Parameters:
      llb - lower-left point
      urt - upper-right point
    • PGbox3d

      public PGbox3d(String value) throws SQLException
      Constructs an instance.
      Parameters:
      value - WKT
      Throws:
      SQLException
  • Method Details