Uses of Class
io.qdrant.client.grpc.Points.GeoPolygon.Builder
Packages that use Points.GeoPolygon.Builder
-
Uses of Points.GeoPolygon.Builder in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Points.GeoPolygon.BuilderModifier and TypeMethodDescriptionPoints.GeoPolygon.Builder.addAllInteriors
(Iterable<? extends Points.GeoLineString> values) Interior lines (if present) bound holes within the surfacePoints.GeoPolygon.Builder.addInteriors
(int index, Points.GeoLineString value) Interior lines (if present) bound holes within the surfacePoints.GeoPolygon.Builder.addInteriors
(int index, Points.GeoLineString.Builder builderForValue) Interior lines (if present) bound holes within the surfacePoints.GeoPolygon.Builder.addInteriors
(Points.GeoLineString value) Interior lines (if present) bound holes within the surfacePoints.GeoPolygon.Builder.addInteriors
(Points.GeoLineString.Builder builderForValue) Interior lines (if present) bound holes within the surfacePoints.GeoPolygon.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Points.GeoPolygon.Builder.clear()
Points.GeoPolygon.Builder.clearExterior()
The exterior line bounds the surfacePoints.GeoPolygon.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Points.GeoPolygon.Builder.clearInteriors()
Interior lines (if present) bound holes within the surfacePoints.GeoPolygon.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Points.GeoPolygon.Builder.clone()
Points.FieldCondition.Builder.getGeoPolygonBuilder()
Check if geo point is within a given polygonPoints.GeoPolygon.Builder.mergeExterior
(Points.GeoLineString value) The exterior line bounds the surfacePoints.GeoPolygon.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Points.GeoPolygon.Builder.mergeFrom
(com.google.protobuf.Message other) Points.GeoPolygon.Builder.mergeFrom
(Points.GeoPolygon other) Points.GeoPolygon.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static Points.GeoPolygon.Builder
Points.GeoPolygon.newBuilder()
static Points.GeoPolygon.Builder
Points.GeoPolygon.newBuilder
(Points.GeoPolygon prototype) Points.GeoPolygon.newBuilderForType()
protected Points.GeoPolygon.Builder
Points.GeoPolygon.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Points.GeoPolygon.Builder.removeInteriors
(int index) Interior lines (if present) bound holes within the surfacePoints.GeoPolygon.Builder.setExterior
(Points.GeoLineString value) The exterior line bounds the surfacePoints.GeoPolygon.Builder.setExterior
(Points.GeoLineString.Builder builderForValue) The exterior line bounds the surfacePoints.GeoPolygon.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Points.GeoPolygon.Builder.setInteriors
(int index, Points.GeoLineString value) Interior lines (if present) bound holes within the surfacePoints.GeoPolygon.Builder.setInteriors
(int index, Points.GeoLineString.Builder builderForValue) Interior lines (if present) bound holes within the surfacePoints.GeoPolygon.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Points.GeoPolygon.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Points.GeoPolygon.toBuilder()
Methods in io.qdrant.client.grpc with parameters of type Points.GeoPolygon.BuilderModifier and TypeMethodDescriptionPoints.FieldCondition.Builder.setGeoPolygon
(Points.GeoPolygon.Builder builderForValue) Check if geo point is within a given polygon