public class Point extends ArrayPath<Double[],Double>
hashCode, 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, 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–2015 Querydsl. All rights reserved.