Interface PointExpression<T>

    • Method Detail

      • getX

        NumericExpression<Double> getX()
        Returns the x-coordinate of the Point as a Double.
        Returns:
        The x coordinate
      • getY

        NumericExpression<Double> getY()
        Returns the y-coordinate of the Point as a Double.
        Returns:
        The y coordinate