Klasse PGbox2d

java.lang.Object
org.postgresql.util.PGobject
io.github.sebasbaumh.postgis.PGboxbase
io.github.sebasbaumh.postgis.PGbox2d
Alle implementierten Schnittstellen:
Serializable, Cloneable

public class PGbox2d extends PGboxbase
BOX2D representing the maximum extents of the geometry.
Autor:
Sebastian Baumhekel
Siehe auch:
  • Konstruktordetails

    • PGbox2d

      public PGbox2d()
      Constructs an instance.
    • PGbox2d

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

      public PGbox2d(String value) throws SQLException
      Constructs an instance.
      Parameter:
      value - WKT
      Löst aus:
      SQLException
  • Methodendetails

    • clone

      public PGbox2d clone()
      Setzt außer Kraft:
      clone in Klasse org.postgresql.util.PGobject
    • getPrefix

      public String getPrefix()
      Beschreibung aus Klasse kopiert: PGboxbase
      The Prefix we have in WKT rep. I use an abstract method here so we do not need to replicate the String object in every instance.
      Angegeben von:
      getPrefix in Klasse PGboxbase
      Gibt zurück:
      the prefix, as a string
    • is3d

      public boolean is3d()
      Beschreibung aus Klasse kopiert: PGboxbase
      Checks if this box is 3d.
      Angegeben von:
      is3d in Klasse PGboxbase
      Gibt zurück:
      true on success, else false
    • setValue

      public void setValue(String value) throws SQLException
      Setzt außer Kraft:
      setValue in Klasse PGboxbase
      Löst aus:
      SQLException