Interface Geometric.Line<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.Line<T> extends Adapter.Contract.Scalar<T>
The LINE type's PostgreSQL semantics: coefficients of its general equation Ax+By+C=0.
  • Method Details

    • construct

      T construct(double A, double B, double C)
      Constructs a representation T from the components of the PostgreSQL data type.