Package com.querydsl.spatial
Class PointOperation<T extends org.geolatte.geom.Point>
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.PointExpression<T>
com.querydsl.spatial.PointOperation<T>
- Type Parameters:
T-
- All Implemented Interfaces:
Expression<T>,Operation<T>,Serializable
public class PointOperation<T extends org.geolatte.geom.Point>
extends PointExpression<T>
implements Operation<T>
- Author:
- tiwe
- See Also:
-
Field Summary
Fields inherited from class com.querydsl.core.types.dsl.DslExpression
hashCode, mixin -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPointOperation(Class<T> type, Operator op, Expression<?>... args) protectedPointOperation(Class<T> type, Operator op, List<Expression<?>> args) -
Method Summary
Modifier and TypeMethodDescriptionfinal <R,C> R Expression<?>getArg(int index) List<Expression<?>>getArgs()Methods inherited from class com.querydsl.spatial.PointExpression
m, x, y, zMethods 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
-
PointOperation
-
PointOperation
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceExpression<T extends org.geolatte.geom.Point>
-
getArg
-
getArgs
-
getOperator
- Specified by:
getOperatorin interfaceOperation<T extends org.geolatte.geom.Point>
-