public interface PolygonExpression<T> extends GeometryExpression<T>
Modifier and Type | Method and Description |
---|---|
GeometryExpression |
getExteriorRing()
Returns the exterior ring of this Polygon.
|
GeometryExpression |
getInteriorRingN(NumericExpression position)
Returns the nth interior ring in the Polygon.
|
NumericExpression |
getNumInteriorRings()
Returns the number of interior rings in the Polygon.
|
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
GeometryExpression getExteriorRing()
NumericExpression getNumInteriorRings()
GeometryExpression getInteriorRingN(NumericExpression position)
position
- The "n"Copyright © 2020. All rights reserved.