public interface GeoSpatialRestrictionExtractor
| Modifier and Type | Method and Description |
|---|---|
<T> T |
eq(String propertyName,
GeoSpatialObject geoSpatialObject,
Double value)
Eq t.
|
<T> T |
gt(String propertyName,
GeoSpatialObject geoSpatialObject,
Double value)
Gt t.
|
<T> T |
gte(String propertyName,
GeoSpatialObject geoSpatialObject,
Double value)
Gte t.
|
<T> T |
lt(String propertyName,
GeoSpatialObject geoSpatialObject,
Double value)
Lt t.
|
<T> T |
lte(String propertyName,
GeoSpatialObject geoSpatialObject,
Double value)
Lte t.
|
<T> T |
notEq(String propertyName,
GeoSpatialObject geoSpatialObject,
Double value)
Not eq t.
|
<T> T |
within(String propertyName,
GeoSpatialObject geoSpatialObject)
Within t.
|
<T> T eq(String propertyName, GeoSpatialObject geoSpatialObject, Double value)
T - the type parameterpropertyName - the property namegeoSpatialObject - the geo spatial objectvalue - the value<T> T notEq(String propertyName, GeoSpatialObject geoSpatialObject, Double value)
T - the type parameterpropertyName - the property namegeoSpatialObject - the geo spatial objectvalue - the value<T> T lt(String propertyName, GeoSpatialObject geoSpatialObject, Double value)
T - the type parameterpropertyName - the property namegeoSpatialObject - the geo spatial objectvalue - the value<T> T lte(String propertyName, GeoSpatialObject geoSpatialObject, Double value)
T - the type parameterpropertyName - the property namegeoSpatialObject - the geo spatial objectvalue - the value<T> T gt(String propertyName, GeoSpatialObject geoSpatialObject, Double value)
T - the type parameterpropertyName - the property namegeoSpatialObject - the geo spatial objectvalue - the value<T> T gte(String propertyName, GeoSpatialObject geoSpatialObject, Double value)
T - the type parameterpropertyName - the property namegeoSpatialObject - the geo spatial objectvalue - the value<T> T within(String propertyName, GeoSpatialObject geoSpatialObject)
T - the type parameterpropertyName - the property namegeoSpatialObject - the geo spatial objectCopyright © 2020. All rights reserved.