public interface LinearRingExpression<T> extends GeometryExpression<T>
Modifier and Type | Method and Description |
---|---|
BooleanExpression |
isClosed()
Returns TRUE if this is closed, i.e., if StartPoint(Curve) = EndPoint(Curve).
|
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
BooleanExpression isClosed()
Copyright © 2020. All rights reserved.