public class Point extends ArrayPath<java.lang.Double[],java.lang.Double>
mixin
Constructor and Description |
---|
Point(Path<?> parent,
java.lang.String property) |
Point(PathMetadata<?> metadata) |
Point(java.lang.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 promimity
|
accept, get, get, getAnnotatedElement, getElementType, getMetadata, getRoot, size
as, as, count, countDistinct, eq, eq, eqAll, eqAny, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, nullif, nullif, when, when
equals, getType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getType
public Point(java.lang.String variable)
public Point(Path<?> parent, java.lang.String property)
public Point(PathMetadata<?> metadata)
public BooleanExpression near(double latVal, double longVal)
latVal
- latitudelongVal
- longitudeCopyright © 2007-2013 Mysema Ltd. All Rights Reserved.