Interface PointResult


  • @Deprecated
    public interface PointResult
    Deprecated.

    Support DBvolution at Patreon

    Author:
    gregorygraham
    • Method Detail

      • getX

        NumberExpression getX()
        Deprecated.
        Retrieves the X value of this point expression.

        Provides access to the X value of this point allowing for transforms and tests.

        Support DBvolution at Patreon

        Returns:
        a NumberExpression of the X coordinate.
      • getY

        NumberExpression getY()
        Deprecated.
        Retrieves the Y value of this point expression.

        Provides access to the Y value of this point allowing for transforms and tests.

        Support DBvolution at Patreon

        Returns:
        a NumberExpression of the Y coordinate.