Interface Geometric.Point<T>

All Superinterfaces:
Adapter.Contract<T>, Adapter.Contract.Scalar<T>
Enclosing interface:
Geometric
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Geometric.Point<T> extends Adapter.Contract.Scalar<T>
The POINT type's PostgreSQL semantics: a pair of float8 coordinates.
  • Method Details

    • construct

      T construct(double x, double y)
      Constructs a representation T from the components of the PostgreSQL data type.