Package com.querydsl.spatial
Class GeometryPath<T extends org.geolatte.geom.Geometry>
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.GeometryPath<T>
- Type Parameters:
T-
- All Implemented Interfaces:
Expression<T>,Path<T>,Serializable
public class GeometryPath<T extends org.geolatte.geom.Geometry>
extends GeometryExpression<T>
implements Path<T>
- Author:
- tiwe
- See Also:
-
Field Summary
Fields inherited from class com.querydsl.core.types.dsl.DslExpression
hashCode, mixin -
Constructor Summary
ConstructorsModifierConstructorDescriptionGeometryPath(Path<?> parent, String property) protectedGeometryPath(PathImpl<T> mixin) GeometryPath(PathMetadata metadata) GeometryPath(Class<? extends T> type, Path<?> parent, String property) GeometryPath(Class<? extends T> type, PathMetadata metadata) GeometryPath(Class<? extends T> type, String var) GeometryPath(String var) -
Method Summary
Modifier and TypeMethodDescriptionfinal <R,C> R GeometryCollectionPath<org.geolatte.geom.GeometryCollection>LinearRingPath<org.geolatte.geom.LinearRing>LineStringPath<org.geolatte.geom.LineString>MultiLineStringPath<org.geolatte.geom.MultiLineString>MultiPointPath<org.geolatte.geom.MultiPoint>MultiPolygonPath<org.geolatte.geom.MultiPolygon>PointPath<org.geolatte.geom.Point>asPoint()PolygonPath<org.geolatte.geom.Polygon>Path<?>getRoot()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, withinMethods 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, whenMethods inherited from class com.querydsl.core.types.dsl.DslExpression
equals, getType, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.querydsl.core.types.Expression
getType
-
Constructor Details
-
GeometryPath
-
GeometryPath
-
GeometryPath
-
GeometryPath
-
GeometryPath
-
GeometryPath
-
GeometryPath
-
-
Method Details
-
asCollection
-
asLinearRing
-
asLineString
-
asMultiLineString
-
asMultiPoint
-
asMultiPolygon
-
asPoint
-
asPolygon
-
accept
- Specified by:
acceptin interfaceExpression<T extends org.geolatte.geom.Geometry>
-
getMetadata
- Specified by:
getMetadatain interfacePath<T extends org.geolatte.geom.Geometry>
-
getRoot
-
getAnnotatedElement
- Specified by:
getAnnotatedElementin interfacePath<T extends org.geolatte.geom.Geometry>
-