T - public abstract class PolyhedralSurfaceExpression<T extends org.geolatte.geom.PolyHedralSurface> extends SurfaceExpression<T>
hashCode, mixin| Constructor and Description |
|---|
PolyhedralSurfaceExpression(Expression<T> mixin) |
| Modifier and Type | Method and Description |
|---|---|
BooleanExpression |
isClosed()
Returns 1 (True) if the polygon closes on itself, and thus has no boundary and
encloses a solid
|
NumberExpression<Integer> |
numPatches()
Returns the number of including polygons
|
PolygonExpression<?> |
patchN(int n)
Returns a polygon in this surface, the order is arbitrary.
|
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 PolyhedralSurfaceExpression(Expression<T> mixin)
public NumberExpression<Integer> numPatches()
public PolygonExpression<?> patchN(int n)
n - public BooleanExpression isClosed()
Copyright © 2007–2015 Querydsl. All rights reserved.