| Package | Description |
|---|---|
| com.github.mohitgoyal91.cosmosdbqueryutils | |
| com.github.mohitgoyal91.cosmosdbqueryutils.restriction |
| Modifier and Type | Method and Description |
|---|---|
GeoSpatialRestriction |
RestrictionBuilder.eq(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 >
|
GeoSpatialRestriction |
RestrictionBuilder.gte(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 <
|
GeoSpatialRestriction |
RestrictionBuilder.lte(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 !=
|
GeoSpatialRestriction |
RestrictionBuilder.within(String propertyName,
GeoSpatialObject geoSpatialObject)
To introduce a WITHIN restriction in the query
|
| Modifier and Type | Method and Description |
|---|---|
GeoSpatialRestriction |
GeoSpatialRestriction.and()
to separate the previous and next restrictions by an 'AND'
|
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.or()
to separate the previous and next restrictions by an 'OR'
|
GeoSpatialRestriction |
GeoSpatialRestriction.within(String propertyName,
GeoSpatialObject geoSpatialObject)
To introduce a WITHIN restriction in the query
|
Copyright © 2020. All rights reserved.