Uses of Class
io.qdrant.client.grpc.Points.GeoBoundingBox
-
Uses of Points.GeoBoundingBox in io.qdrant.client.grpc
Modifier and TypeMethodDescriptionPoints.GeoBoundingBox.Builder.build()
Points.GeoBoundingBox.Builder.buildPartial()
static Points.GeoBoundingBox
Points.GeoBoundingBox.getDefaultInstance()
Points.GeoBoundingBox.Builder.getDefaultInstanceForType()
Points.GeoBoundingBox.getDefaultInstanceForType()
Points.FieldCondition.Builder.getGeoBoundingBox()
Check if points geolocation lies in a given areaPoints.FieldCondition.getGeoBoundingBox()
Check if points geolocation lies in a given areaPoints.FieldConditionOrBuilder.getGeoBoundingBox()
Check if points geolocation lies in a given areastatic Points.GeoBoundingBox
Points.GeoBoundingBox.parseDelimitedFrom
(InputStream input) static Points.GeoBoundingBox
Points.GeoBoundingBox.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.GeoBoundingBox
Points.GeoBoundingBox.parseFrom
(byte[] data) static Points.GeoBoundingBox
Points.GeoBoundingBox.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.GeoBoundingBox
Points.GeoBoundingBox.parseFrom
(com.google.protobuf.ByteString data) static Points.GeoBoundingBox
Points.GeoBoundingBox.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.GeoBoundingBox
Points.GeoBoundingBox.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.GeoBoundingBox
Points.GeoBoundingBox.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.GeoBoundingBox
Points.GeoBoundingBox.parseFrom
(InputStream input) static Points.GeoBoundingBox
Points.GeoBoundingBox.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.GeoBoundingBox
Points.GeoBoundingBox.parseFrom
(ByteBuffer data) static Points.GeoBoundingBox
Points.GeoBoundingBox.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.GeoBoundingBox>
Points.GeoBoundingBox.getParserForType()
static com.google.protobuf.Parser<Points.GeoBoundingBox>
Points.GeoBoundingBox.parser()
Modifier and TypeMethodDescriptionPoints.GeoBoundingBox.Builder.mergeFrom
(Points.GeoBoundingBox other) Points.FieldCondition.Builder.mergeGeoBoundingBox
(Points.GeoBoundingBox value) Check if points geolocation lies in a given areaPoints.GeoBoundingBox.newBuilder
(Points.GeoBoundingBox prototype) Points.FieldCondition.Builder.setGeoBoundingBox
(Points.GeoBoundingBox value) Check if points geolocation lies in a given area -
Uses of Points.GeoBoundingBox in io.qdrant.client.utils
Modifier and TypeMethodDescriptionstatic Points.GeoBoundingBox
FilterUtil.geoBoundingBox
(Points.GeoPoint topLeft, Points.GeoPoint bottomRight) Creates aPoints.GeoBoundingBox
based on the top-left and bottom-rightPoints.GeoPoint
s.Modifier and TypeMethodDescriptionstatic Points.Condition
FilterUtil.fieldCondition
(String key, Points.GeoBoundingBox geoBoundingBox) Creates aPoints.Condition
with aPoints.FieldCondition
for geo bounding box matching.