Package com.querydsl.spatial.jts
Class JTSLineStringPath<T extends com.vividsolutions.jts.geom.LineString>
java.lang.Object
com.querydsl.core.types.dsl.DslExpression<T>
com.querydsl.core.types.dsl.SimpleExpression<T>
com.querydsl.spatial.jts.JTSGeometryExpression<T>
com.querydsl.spatial.jts.JTSCurveExpression<T>
com.querydsl.spatial.jts.JTSLineStringExpression<T>
com.querydsl.spatial.jts.JTSLineStringPath<T>
- Type Parameters:
T-
- All Implemented Interfaces:
Expression<T>,Path<T>,Serializable
public class JTSLineStringPath<T extends com.vividsolutions.jts.geom.LineString>
extends JTSLineStringExpression<T>
implements Path<T>
- Author:
- tiwe
- See Also:
-
Field Summary
Fields inherited from class com.querydsl.core.types.dsl.DslExpression
hashCode, mixin -
Constructor Summary
ConstructorsConstructorDescriptionJTSLineStringPath(Path<?> parent, String property) JTSLineStringPath(PathMetadata metadata) JTSLineStringPath(Class<? extends T> type, Path<?> parent, String property) JTSLineStringPath(Class<? extends T> type, PathMetadata metadata) JTSLineStringPath(Class<? extends T> type, String var) JTSLineStringPath(String var) -
Method Summary
Methods inherited from class com.querydsl.spatial.jts.JTSLineStringExpression
numPoints, pointNMethods inherited from class com.querydsl.spatial.jts.JTSCurveExpression
endPoint, isClosed, isRing, length, startPointMethods inherited from class com.querydsl.spatial.jts.JTSGeometryExpression
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
-
JTSLineStringPath
-
JTSLineStringPath
-
JTSLineStringPath
-
JTSLineStringPath
-
JTSLineStringPath
-
JTSLineStringPath
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceExpression<T extends com.vividsolutions.jts.geom.LineString>
-
getMetadata
- Specified by:
getMetadatain interfacePath<T extends com.vividsolutions.jts.geom.LineString>
-
getRoot
-
getAnnotatedElement
- Specified by:
getAnnotatedElementin interfacePath<T extends com.vividsolutions.jts.geom.LineString>
-