Uses of Class
com.couchbase.client.java.util.Coordinate
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.
|
com.couchbase.client.java.util |
-
Uses of Coordinate in com.couchbase.client.java.search
Methods in com.couchbase.client.java.search with parameters of type Coordinate Modifier and Type Method Description static GeoBoundingBoxQuery
SearchQuery. geoBoundingBox(Coordinate topLeftCoordinate, Coordinate bottomRightCoordinate)
Prepare aGeoBoundingBoxQuery
body.static GeoDistanceQuery
SearchQuery. geoDistance(Coordinate locationCoordinate, String distance)
Prepare aGeoDistanceQuery
body.Method parameters in com.couchbase.client.java.search with type arguments of type Coordinate Modifier and Type Method Description static GeoPolygonQuery
SearchQuery. geoPolygon(List<Coordinate> coordinates)
Prepare aGeoPolygonQuery
body. -
Uses of Coordinate in com.couchbase.client.java.search.queries
Constructor parameters in com.couchbase.client.java.search.queries with type arguments of type Coordinate Constructor Description GeoPolygonQuery(List<Coordinate> coordinates)
-
Uses of Coordinate in com.couchbase.client.java.util
Methods in com.couchbase.client.java.util that return Coordinate Modifier and Type Method Description static Coordinate
Coordinate. ofLonLat(double lon, double lat)
Creates a newCoordinate
with a longitude and a latitude.