public interface PointExpression<T> extends GeometryExpression<T>
Modifier and Type | Method and Description |
---|---|
NumericExpression<Double> |
getX()
Returns the x-coordinate of the Point as a Double.
|
NumericExpression<Double> |
getY()
Returns the y-coordinate of the Point as a Double.
|
buffer, contains, convexHull, crosses, difference, disjoint, distance, equals, getArea, getBoundary, getCentroid, getDimension, getEnvelope, getGeometryN, getGeometryType, getLength, getNumGeometries, getNumPoints, getPointOnSurface, getSRID, intersection, intersects, isEmpty, isSimple, overlaps, relate, symDifference, toBinary, toText, touches, union, within
asc, desc, gt, gt, gteq, gteq, lt, lt, lteq, lteq, max, min
as, cast, count, countDistinct, eq, eq, instanceOf, ne, ne
NumericExpression<Double> getX()
NumericExpression<Double> getY()
Copyright © 2020. All rights reserved.