Uses of Class
com.couchbase.client.java.search.queries.GeoBoundingBoxQuery
-
Packages that use GeoBoundingBoxQuery Package Description com.couchbase.client.java.search Namespace for various search-service related classes.com.couchbase.client.java.search.queries Contains the various APIs for search queries. -
-
Uses of GeoBoundingBoxQuery in com.couchbase.client.java.search
Methods in com.couchbase.client.java.search that return GeoBoundingBoxQuery Modifier and Type Method Description static GeoBoundingBoxQuerySearchQuery. geoBoundingBox(double topLeftLon, double topLeftLat, double bottomRightLon, double bottomRightLat)Prepare aGeoBoundingBoxQuerybody.static GeoBoundingBoxQuerySearchQuery. geoBoundingBox(Coordinate topLeftCoordinate, Coordinate bottomRightCoordinate)Prepare aGeoBoundingBoxQuerybody. -
Uses of GeoBoundingBoxQuery in com.couchbase.client.java.search.queries
Methods in com.couchbase.client.java.search.queries that return GeoBoundingBoxQuery Modifier and Type Method Description GeoBoundingBoxQueryGeoBoundingBoxQuery. boost(double boost)GeoBoundingBoxQueryGeoBoundingBoxQuery. field(String field)
-