Uses of Class
io.qdrant.client.grpc.Points.GeoPolygon
-
Uses of Points.GeoPolygon in io.qdrant.client.grpc
Modifier 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) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.GeoPolygon>
Points.GeoPolygon.getParserForType()
static com.google.protobuf.Parser<Points.GeoPolygon>
Points.GeoPolygon.parser()
Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionstatic Points.Condition
FilterUtil.fieldCondition
(String key, Points.GeoPolygon geoPolygon) Creates aPoints.Condition
with aPoints.FieldCondition
for geo polygon matching.