Package com.querydsl.spatial.jts
Class JTSMultiLineStringPath<T extends com.vividsolutions.jts.geom.MultiLineString>
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.JTSGeometryCollectionExpression<T>
com.querydsl.spatial.jts.JTSMultiCurveExpression<T>
com.querydsl.spatial.jts.JTSMultiLineStringExpression<T>
com.querydsl.spatial.jts.JTSMultiLineStringPath<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
Expression<T>
,Path<T>
,Serializable
public class JTSMultiLineStringPath<T extends com.vividsolutions.jts.geom.MultiLineString>
extends JTSMultiLineStringExpression<T>
implements Path<T>
- Author:
- tiwe
- See Also:
-
Field Summary
Fields inherited from class com.querydsl.core.types.dsl.DslExpression
hashCode, mixin
-
Constructor Summary
ConstructorsConstructorDescriptionJTSMultiLineStringPath
(Path<?> parent, String property) JTSMultiLineStringPath
(PathMetadata metadata) JTSMultiLineStringPath
(Class<? extends T> type, Path<?> parent, String property) JTSMultiLineStringPath
(Class<? extends T> type, PathMetadata metadata) JTSMultiLineStringPath
(Class<? extends T> type, String var) -
Method Summary
Methods inherited from class com.querydsl.spatial.jts.JTSMultiCurveExpression
isClosed, length
Methods inherited from class com.querydsl.spatial.jts.JTSGeometryCollectionExpression
geometryN, numGeometries
Methods 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, 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
-
JTSMultiLineStringPath
-
JTSMultiLineStringPath
-
JTSMultiLineStringPath
-
JTSMultiLineStringPath
-
JTSMultiLineStringPath
-
JTSMultiLineStringPath
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceExpression<T extends com.vividsolutions.jts.geom.MultiLineString>
-
getMetadata
- Specified by:
getMetadata
in interfacePath<T extends com.vividsolutions.jts.geom.MultiLineString>
-
getRoot
-
getAnnotatedElement
- Specified by:
getAnnotatedElement
in interfacePath<T extends com.vividsolutions.jts.geom.MultiLineString>
-