public class Point extends ArrayPath<Double[],Double>
Point
is an adapter type for Double[] arrays to use geo spatial querying features of MongodbhashCode, mixin
Constructor and Description |
---|
Point(Path<?> parent,
String property) |
Point(PathMetadata metadata) |
Point(String variable) |
Modifier and Type | Method and Description |
---|---|
BooleanExpression |
near(double latVal,
double longVal)
Finds the closest points relative to the given location and orders the results with decreasing proximity
|
accept, get, get, getAnnotatedElement, getElementType, getMetadata, getRoot, size
as, as, count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, when
equals, getType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getType
public Point(String variable)
public Point(PathMetadata metadata)
public BooleanExpression near(double latVal, double longVal)
latVal
- latitudelongVal
- longitudeCopyright © 2007–2016 Querydsl. All rights reserved.