Package com.querydsl.spatial
Class MultiCurveExpression<T extends org.geolatte.geom.AbstractGeometryCollection>
java.lang.Object
com.querydsl.core.types.dsl.DslExpression<T>
com.querydsl.core.types.dsl.SimpleExpression<T>
com.querydsl.spatial.GeometryExpression<T>
com.querydsl.spatial.AbstractGeometryCollectionExpression<T>
com.querydsl.spatial.MultiCurveExpression<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
Expression<T>
,Serializable
- Direct Known Subclasses:
MultiLineStringExpression
public abstract class MultiCurveExpression<T extends org.geolatte.geom.AbstractGeometryCollection>
extends AbstractGeometryCollectionExpression<T>
A MultiCurve is a 1-dimensional GeometryCollection whose elements are Curves.
- Author:
- tiwe
- See Also:
-
Field Summary
Fields inherited from class com.querydsl.core.types.dsl.DslExpression
hashCode, mixin
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.querydsl.spatial.AbstractGeometryCollectionExpression
geometryN, numGeometries
Methods inherited from class com.querydsl.spatial.GeometryExpression
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
Methods inherited from class com.querydsl.core.types.dsl.SimpleExpression
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
Methods inherited from class com.querydsl.core.types.dsl.DslExpression
equals, getType, hashCode, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.querydsl.core.types.Expression
accept
-
Constructor Details
-
MultiCurveExpression
-
-
Method Details
-
isClosed
Returns 1 (TRUE) if this MultiCurve is closed [StartPoint ( ) = EndPoint ( ) for each Curve in this MultiCurve].- Returns:
- closed
-
length
The Length of this MultiCurve which is equal to the sum of the lengths of the element Curves.- Returns:
- length
-