T
- public abstract class JTSMultiSurfaceExpression<T extends org.locationtech.jts.geom.GeometryCollection> extends JTSGeometryCollectionExpression<T>
hashCode, mixin
Constructor and Description |
---|
JTSMultiSurfaceExpression(Expression<T> mixin) |
Modifier and Type | Method and Description |
---|---|
NumberExpression<java.lang.Double> |
area()
The area of this MultiSurface, as measured in the spatial reference system of this MultiSurface.
|
JTSPointExpression<org.locationtech.jts.geom.Point> |
centroid()
The mathematical centroid for this MultiSurface.
|
JTSPointExpression<org.locationtech.jts.geom.Point> |
pointOnSurface()
A Point guaranteed to be on this MultiSurface.
|
geometryN, numGeometries
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 JTSMultiSurfaceExpression(Expression<T> mixin)
public NumberExpression<java.lang.Double> area()
public JTSPointExpression<org.locationtech.jts.geom.Point> centroid()
public JTSPointExpression<org.locationtech.jts.geom.Point> pointOnSurface()
Copyright © 2007–2021 Querydsl. All rights reserved.