T - public abstract class PolygonExpression<T extends org.geolatte.geom.Polygon> extends SurfaceExpression<T>
hashCode, mixin| Constructor and Description | 
|---|
| PolygonExpression(Expression<T> mixin) | 
| Modifier and Type | Method and Description | 
|---|---|
| LineStringExpression<?> | exteriorRing()Returns the exterior ring of this Polygon. | 
| LineStringExpression<org.geolatte.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, pointOnSurfaceasBinary, 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, withinas, as, count, countDistinct, eqAll, eqAny, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, nullif, nullif, when, whenequals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitacceptpublic PolygonExpression(Expression<T> mixin)
public LineStringExpression<?> exteriorRing()
public NumberExpression<Integer> numInteriorRing()
public LineStringExpression<org.geolatte.geom.LineString> interiorRingN(int idx)
idx - Copyright © 2007–2015 Querydsl. All rights reserved.