Interface Geometric


public interface Geometric
Container for abstract-type functional interfaces in PostgreSQL's GEOMETRIC type category.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    The BOX type's PostgreSQL semantics: two corner points.
    static interface 
    The CIRCLE type's PostgreSQL semantics: center point and radius.
    static interface 
    The LINE type's PostgreSQL semantics: coefficients of its general equation Ax+By+C=0.
    static interface 
    The LSEG type's PostgreSQL semantics: two endpoints.
    static interface 
    The PATH type's PostgreSQL semantics: vertex points and whether closed.
    static interface 
    The POINT type's PostgreSQL semantics: a pair of float8 coordinates.
    static interface 
    The POLYGON type's PostgreSQL semantics: vertex points and a bounding box.