T
- public abstract class JTSPolygonExpression<T extends com.vividsolutions.jts.geom.Polygon> extends JTSSurfaceExpression<T>
hashCode, mixin
Constructor and Description |
---|
JTSPolygonExpression(Expression<T> mixin) |
Modifier and Type | Method and Description |
---|---|
JTSLineStringExpression<?> |
exteriorRing()
Returns the exterior ring of this Polygon.
|
JTSLineStringExpression<com.vividsolutions.jts.geom.LineString> |
interiorRingN(int idx)
Returns the N th interior ring for this Polygon as a LineString.
|
NumberExpression<Integer> |
numInteriorRing()
Returns the number of interior rings in this Polygon.
|
area, centroid, pointOnSurface
asBinary, asText, boundary, buffer, contains, contains, convexHull, crosses, crosses, difference, difference, dimension, disjoint, disjoint, distance, distance, distanceSphere, distanceSpheroid, envelope, eq, eq, geometryType, intersection, intersection, intersects, intersects, isEmpty, isSimple, overlaps, overlaps, relate, relate, srid, symDifference, symDifference, touches, touches, transform, union, union, within, within
as, as, count, countDistinct, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, when
equals, getType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
accept
public JTSPolygonExpression(Expression<T> mixin)
public JTSLineStringExpression<?> exteriorRing()
public NumberExpression<Integer> numInteriorRing()
public JTSLineStringExpression<com.vividsolutions.jts.geom.LineString> interiorRingN(int idx)
idx
- one based indexCopyright © 2007–2016 Querydsl. All rights reserved.