Package com.querydsl.spatial
Class LinearRingPath<T extends org.geolatte.geom.LinearRing>
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.CurveExpression<T>
com.querydsl.spatial.LineStringExpression<T>
com.querydsl.spatial.LinearRingExpression<T>
com.querydsl.spatial.LinearRingPath<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
Expression<T>
,Path<T>
,Serializable
public class LinearRingPath<T extends org.geolatte.geom.LinearRing>
extends LinearRingExpression<T>
implements Path<T>
- Author:
- tiwe
- See Also:
-
Field Summary
Fields inherited from class com.querydsl.core.types.dsl.DslExpression
hashCode, mixin
-
Constructor Summary
ConstructorsConstructorDescriptionLinearRingPath
(Path<?> parent, String property) LinearRingPath
(PathMetadata metadata) LinearRingPath
(Class<? extends T> type, Path<?> parent, String property) LinearRingPath
(Class<? extends T> type, PathMetadata metadata) LinearRingPath
(Class<? extends T> type, String var) LinearRingPath
(String var) -
Method Summary
Methods inherited from class com.querydsl.spatial.LineStringExpression
numPoints, pointN
Methods inherited from class com.querydsl.spatial.CurveExpression
endPoint, isClosed, isRing, length, startPoint
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
getType
-
Constructor Details
-
LinearRingPath
-
LinearRingPath
-
LinearRingPath
-
LinearRingPath
-
LinearRingPath
-
LinearRingPath
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceExpression<T extends org.geolatte.geom.LinearRing>
-
getMetadata
- Specified by:
getMetadata
in interfacePath<T extends org.geolatte.geom.LinearRing>
-
getRoot
-
getAnnotatedElement
- Specified by:
getAnnotatedElement
in interfacePath<T extends org.geolatte.geom.LinearRing>
-