Interface PointExpression<T>

    • Method Detail

      • getX

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

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