Uses of Class
com.couchbase.client.java.search.queries.GeoBoundingBoxQuery
Packages that use GeoBoundingBoxQuery
Package
Description
Namespace for various search-service related classes.
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 GeoBoundingBoxQueryModifier and TypeMethodDescriptionstatic GeoBoundingBoxQuery
SearchQuery.geoBoundingBox
(double topLeftLon, double topLeftLat, double bottomRightLon, double bottomRightLat) Prepare aGeoBoundingBoxQuery
body.static GeoBoundingBoxQuery
SearchQuery.geoBoundingBox
(Coordinate topLeftCoordinate, Coordinate bottomRightCoordinate) Prepare aGeoBoundingBoxQuery
body. -
Uses of GeoBoundingBoxQuery in com.couchbase.client.java.search.queries
Methods in com.couchbase.client.java.search.queries that return GeoBoundingBoxQuery