| Modifier and Type | Method and Description |
|---|---|
SelectQuery |
SelectQuery.eq(String propertyName,
GeoSpatialObject geoSpatialObject,
Double value)
To introduce a ST_DISTANCE restriction in the query with a =
|
GeoSpatialRestriction |
RestrictionBuilder.eq(String propertyName,
GeoSpatialObject geoSpatialObject,
Double value)
To introduce a ST_DISTANCE restriction in the query with a =
|
SelectQuery |
SelectQuery.gt(String propertyName,
GeoSpatialObject geoSpatialObject,
Double value)
To introduce a ST_DISTANCE restriction in the query with a >
|
GeoSpatialRestriction |
RestrictionBuilder.gt(String propertyName,
GeoSpatialObject geoSpatialObject,
Double value)
To introduce a ST_DISTANCE restriction in the query with a >
|
SelectQuery |
SelectQuery.gte(String propertyName,
GeoSpatialObject geoSpatialObject,
Double value)
To introduce a ST_DISTANCE restriction in the query with a >=
|
GeoSpatialRestriction |
RestrictionBuilder.gte(String propertyName,
GeoSpatialObject geoSpatialObject,
Double value)
To introduce a ST_DISTANCE restriction in the query with a >=
|
SelectQuery |
SelectQuery.lt(String propertyName,
GeoSpatialObject geoSpatialObject,
Double value)
To introduce a ST_DISTANCE restriction in the query with a <
|
GeoSpatialRestriction |
RestrictionBuilder.lt(String propertyName,
GeoSpatialObject geoSpatialObject,
Double value)
To introduce a ST_DISTANCE restriction in the query with a <
|
SelectQuery |
SelectQuery.lte(String propertyName,
GeoSpatialObject geoSpatialObject,
Double value)
To introduce a ST_DISTANCE restriction in the query with a <=
|
GeoSpatialRestriction |
RestrictionBuilder.lte(String propertyName,
GeoSpatialObject geoSpatialObject,
Double value)
To introduce a ST_DISTANCE restriction in the query with a <=
|
SelectQuery |
SelectQuery.notEq(String propertyName,
GeoSpatialObject geoSpatialObject,
Double value)
To introduce a ST_DISTANCE restriction in the query with a !=
|
GeoSpatialRestriction |
RestrictionBuilder.notEq(String propertyName,
GeoSpatialObject geoSpatialObject,
Double value)
To introduce a ST_DISTANCE restriction in the query with a !=
|
SelectQuery |
SelectQuery.within(String propertyName,
GeoSpatialObject geoSpatialObject)
To introduce a ST_WITHIN restriction in the query
|
GeoSpatialRestriction |
RestrictionBuilder.within(String propertyName,
GeoSpatialObject geoSpatialObject)
To introduce a WITHIN restriction in the query
|
| Modifier and Type | Method and Description |
|---|---|
GeoSpatialRestriction |
GeoSpatialRestriction.eq(String propertyName,
GeoSpatialObject geoSpatialObject,
Double value)
To introduce a ST_DISTANCE restriction in the query with a =
|
GeoSpatialRestriction |
GeoSpatialRestriction.gt(String propertyName,
GeoSpatialObject geoSpatialObject,
Double value)
To introduce a ST_DISTANCE restriction in the query with a >
|
GeoSpatialRestriction |
GeoSpatialRestriction.gte(String propertyName,
GeoSpatialObject geoSpatialObject,
Double value)
To introduce a ST_DISTANCE restriction in the query with a >=
|
GeoSpatialRestriction |
GeoSpatialRestriction.lt(String propertyName,
GeoSpatialObject geoSpatialObject,
Double value)
To introduce a ST_DISTANCE restriction in the query with a <
|
GeoSpatialRestriction |
GeoSpatialRestriction.lte(String propertyName,
GeoSpatialObject geoSpatialObject,
Double value)
To introduce a ST_DISTANCE restriction in the query with a <=
|
GeoSpatialRestriction |
GeoSpatialRestriction.notEq(String propertyName,
GeoSpatialObject geoSpatialObject,
Double value)
To introduce a ST_DISTANCE restriction in the query with a !=
|
GeoSpatialRestriction |
GeoSpatialRestriction.within(String propertyName,
GeoSpatialObject geoSpatialObject)
To introduce a WITHIN restriction in the query
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
GeoSpatialRestrictionExtractor.eq(String propertyName,
GeoSpatialObject geoSpatialObject,
Double value)
Eq t.
|
<T> T |
GeoSpatialRestrictionExtractor.gt(String propertyName,
GeoSpatialObject geoSpatialObject,
Double value)
Gt t.
|
<T> T |
GeoSpatialRestrictionExtractor.gte(String propertyName,
GeoSpatialObject geoSpatialObject,
Double value)
Gte t.
|
<T> T |
GeoSpatialRestrictionExtractor.lt(String propertyName,
GeoSpatialObject geoSpatialObject,
Double value)
Lt t.
|
<T> T |
GeoSpatialRestrictionExtractor.lte(String propertyName,
GeoSpatialObject geoSpatialObject,
Double value)
Lte t.
|
<T> T |
GeoSpatialRestrictionExtractor.notEq(String propertyName,
GeoSpatialObject geoSpatialObject,
Double value)
Not eq t.
|
<T> T |
GeoSpatialRestrictionExtractor.within(String propertyName,
GeoSpatialObject geoSpatialObject)
Within t.
|
Copyright © 2020. All rights reserved.