Uses of Class
com.couchbase.client.java.search.queries.Coordinate
-
Packages that use Coordinate Package Description com.couchbase.client.java.search com.couchbase.client.java.search.queries -
-
Uses of Coordinate in com.couchbase.client.java.search
Method parameters in com.couchbase.client.java.search with type arguments of type Coordinate Modifier and Type Method Description static GeoPolygonQuerySearchQuery. geoPolygon(List<Coordinate> points)Prepare aGeoPolygonQuerybody. -
Uses of Coordinate in com.couchbase.client.java.search.queries
Methods in com.couchbase.client.java.search.queries that return Coordinate Modifier and Type Method Description static CoordinateCoordinate. ofLonLat(double lon, double lat)Constructor parameters in com.couchbase.client.java.search.queries with type arguments of type Coordinate Constructor Description GeoPolygonQuery(List<Coordinate> coordinates)
-