public class Point extends ArrayPath<Double[],Double>
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 promimity
|
accept, get, get, getAnnotatedElement, getElementType, getMetadata, getRoot, sizeas, as, count, countDistinct, eq, eq, eqAll, eqAny, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, nullif, nullif, when, whenequals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypepublic Point(String variable)
public Point(PathMetadata<?> metadata)
public BooleanExpression near(double latVal, double longVal)
latVal - latitudelongVal - longitudeCopyright © 2007–2014 Mysema Ltd. All rights reserved.