Uses of Class
io.qdrant.client.grpc.Points.GeoPolygon
Packages that use Points.GeoPolygon
-
Uses of Points.GeoPolygon in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Points.GeoPolygonModifier and TypeMethodDescriptionPoints.GeoPolygon.Builder.build()
Points.GeoPolygon.Builder.buildPartial()
static Points.GeoPolygon
Points.GeoPolygon.getDefaultInstance()
Points.GeoPolygon.Builder.getDefaultInstanceForType()
Points.GeoPolygon.getDefaultInstanceForType()
Points.FieldCondition.Builder.getGeoPolygon()
Check if geo point is within a given polygonPoints.FieldCondition.getGeoPolygon()
Check if geo point is within a given polygonPoints.FieldConditionOrBuilder.getGeoPolygon()
Check if geo point is within a given polygonstatic Points.GeoPolygon
Points.GeoPolygon.parseDelimitedFrom
(InputStream input) static Points.GeoPolygon
Points.GeoPolygon.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.GeoPolygon
Points.GeoPolygon.parseFrom
(byte[] data) static Points.GeoPolygon
Points.GeoPolygon.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.GeoPolygon
Points.GeoPolygon.parseFrom
(com.google.protobuf.ByteString data) static Points.GeoPolygon
Points.GeoPolygon.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.GeoPolygon
Points.GeoPolygon.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.GeoPolygon
Points.GeoPolygon.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.GeoPolygon
Points.GeoPolygon.parseFrom
(InputStream input) static Points.GeoPolygon
Points.GeoPolygon.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.GeoPolygon
Points.GeoPolygon.parseFrom
(ByteBuffer data) static Points.GeoPolygon
Points.GeoPolygon.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.qdrant.client.grpc that return types with arguments of type Points.GeoPolygonModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.GeoPolygon>
Points.GeoPolygon.getParserForType()
static com.google.protobuf.Parser<Points.GeoPolygon>
Points.GeoPolygon.parser()
Methods in io.qdrant.client.grpc with parameters of type Points.GeoPolygonModifier and TypeMethodDescriptionPoints.GeoPolygon.Builder.mergeFrom
(Points.GeoPolygon other) Points.FieldCondition.Builder.mergeGeoPolygon
(Points.GeoPolygon value) Check if geo point is within a given polygonstatic Points.GeoPolygon.Builder
Points.GeoPolygon.newBuilder
(Points.GeoPolygon prototype) Points.FieldCondition.Builder.setGeoPolygon
(Points.GeoPolygon value) Check if geo point is within a given polygon -
Uses of Points.GeoPolygon in io.qdrant.client.utils
Methods in io.qdrant.client.utils that return Points.GeoPolygonModifier and TypeMethodDescriptionstatic Points.GeoPolygon
FilterUtil.geoPolygon
(Points.GeoLineString exterior, List<Points.GeoLineString> interiors) Creates aPoints.GeoPolygon
based on the exteriorPoints.GeoLineString
and a list of interiorPoints.GeoLineString
s.Methods in io.qdrant.client.utils with parameters of type Points.GeoPolygonModifier and TypeMethodDescriptionstatic Points.Condition
FilterUtil.fieldCondition
(String key, Points.GeoPolygon geoPolygon) Creates aPoints.Condition
with aPoints.FieldCondition
for geo polygon matching.