Uses of Class
io.qdrant.client.grpc.Points.GeoLineString
Packages that use Points.GeoLineString
-
Uses of Points.GeoLineString in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Points.GeoLineStringModifier and TypeMethodDescriptionPoints.GeoLineString.Builder.build()
Points.GeoLineString.Builder.buildPartial()
static Points.GeoLineString
Points.GeoLineString.getDefaultInstance()
Points.GeoLineString.Builder.getDefaultInstanceForType()
Points.GeoLineString.getDefaultInstanceForType()
Points.GeoPolygon.Builder.getExterior()
The exterior line bounds the surfacePoints.GeoPolygon.getExterior()
The exterior line bounds the surfacePoints.GeoPolygonOrBuilder.getExterior()
The exterior line bounds the surfacePoints.GeoPolygon.Builder.getInteriors
(int index) Interior lines (if present) bound holes within the surfacePoints.GeoPolygon.getInteriors
(int index) Interior lines (if present) bound holes within the surfacePoints.GeoPolygonOrBuilder.getInteriors
(int index) Interior lines (if present) bound holes within the surfacestatic Points.GeoLineString
Points.GeoLineString.parseDelimitedFrom
(InputStream input) static Points.GeoLineString
Points.GeoLineString.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.GeoLineString
Points.GeoLineString.parseFrom
(byte[] data) static Points.GeoLineString
Points.GeoLineString.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.GeoLineString
Points.GeoLineString.parseFrom
(com.google.protobuf.ByteString data) static Points.GeoLineString
Points.GeoLineString.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.GeoLineString
Points.GeoLineString.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.GeoLineString
Points.GeoLineString.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.GeoLineString
Points.GeoLineString.parseFrom
(InputStream input) static Points.GeoLineString
Points.GeoLineString.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.GeoLineString
Points.GeoLineString.parseFrom
(ByteBuffer data) static Points.GeoLineString
Points.GeoLineString.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.qdrant.client.grpc that return types with arguments of type Points.GeoLineStringModifier and TypeMethodDescriptionPoints.GeoPolygon.Builder.getInteriorsList()
Interior lines (if present) bound holes within the surfacePoints.GeoPolygon.getInteriorsList()
Interior lines (if present) bound holes within the surfacePoints.GeoPolygonOrBuilder.getInteriorsList()
Interior lines (if present) bound holes within the surfacecom.google.protobuf.Parser<Points.GeoLineString>
Points.GeoLineString.getParserForType()
static com.google.protobuf.Parser<Points.GeoLineString>
Points.GeoLineString.parser()
Methods in io.qdrant.client.grpc with parameters of type Points.GeoLineStringModifier and TypeMethodDescriptionPoints.GeoPolygon.Builder.addInteriors
(int index, Points.GeoLineString value) 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.mergeExterior
(Points.GeoLineString value) The exterior line bounds the surfacePoints.GeoLineString.Builder.mergeFrom
(Points.GeoLineString other) static Points.GeoLineString.Builder
Points.GeoLineString.newBuilder
(Points.GeoLineString prototype) Points.GeoPolygon.Builder.setExterior
(Points.GeoLineString value) The exterior line bounds the surfacePoints.GeoPolygon.Builder.setInteriors
(int index, Points.GeoLineString value) Interior lines (if present) bound holes within the surfaceMethod parameters in io.qdrant.client.grpc with type arguments of type Points.GeoLineStringModifier and TypeMethodDescriptionPoints.GeoPolygon.Builder.addAllInteriors
(Iterable<? extends Points.GeoLineString> values) Interior lines (if present) bound holes within the surface -
Uses of Points.GeoLineString in io.qdrant.client.utils
Methods in io.qdrant.client.utils with parameters of type Points.GeoLineStringModifier 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.Method parameters in io.qdrant.client.utils with type arguments of type Points.GeoLineStringModifier 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.