Interface PointExpression<T>

All Superinterfaces:
ComparableExpression<T>, Expression<T>, GeometryExpression<T>

public interface PointExpression<T> extends GeometryExpression<T>
Representation of a Point expression. Note that this is not part of the JDO spec, but a vendor extension to allow JDOQLTyped handling for geometry types.
  • Method Details

    • getX

      Returns the x-coordinate of the Point as a Double.
      Returns:
      The x coordinate
    • getY

      Returns the y-coordinate of the Point as a Double.
      Returns:
      The y coordinate