Uses of Class
io.qdrant.client.grpc.Points.GeoPoint
-
Uses of Points.GeoPoint in io.qdrant.client.grpc
Modifier and TypeMethodDescriptionPoints.GeoPoint.Builder.build()
Points.GeoPoint.Builder.buildPartial()
Points.GeoBoundingBox.Builder.getBottomRight()
south-east cornerPoints.GeoBoundingBox.getBottomRight()
south-east cornerPoints.GeoBoundingBoxOrBuilder.getBottomRight()
south-east cornerPoints.GeoRadius.Builder.getCenter()
Center of the circlePoints.GeoRadius.getCenter()
Center of the circlePoints.GeoRadiusOrBuilder.getCenter()
Center of the circlestatic Points.GeoPoint
Points.GeoPoint.getDefaultInstance()
Points.GeoPoint.Builder.getDefaultInstanceForType()
Points.GeoPoint.getDefaultInstanceForType()
Points.GeoLineString.Builder.getPoints
(int index) Ordered sequence of GeoPoints representing the linePoints.GeoLineString.getPoints
(int index) Ordered sequence of GeoPoints representing the linePoints.GeoLineStringOrBuilder.getPoints
(int index) Ordered sequence of GeoPoints representing the linePoints.GeoBoundingBox.Builder.getTopLeft()
north-west cornerPoints.GeoBoundingBox.getTopLeft()
north-west cornerPoints.GeoBoundingBoxOrBuilder.getTopLeft()
north-west cornerstatic Points.GeoPoint
Points.GeoPoint.parseDelimitedFrom
(InputStream input) static Points.GeoPoint
Points.GeoPoint.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.GeoPoint
Points.GeoPoint.parseFrom
(byte[] data) static Points.GeoPoint
Points.GeoPoint.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.GeoPoint
Points.GeoPoint.parseFrom
(com.google.protobuf.ByteString data) static Points.GeoPoint
Points.GeoPoint.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.GeoPoint
Points.GeoPoint.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.GeoPoint
Points.GeoPoint.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.GeoPoint
Points.GeoPoint.parseFrom
(InputStream input) static Points.GeoPoint
Points.GeoPoint.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.GeoPoint
Points.GeoPoint.parseFrom
(ByteBuffer data) static Points.GeoPoint
Points.GeoPoint.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.GeoPoint>
Points.GeoPoint.getParserForType()
Points.GeoLineString.Builder.getPointsList()
Ordered sequence of GeoPoints representing the linePoints.GeoLineString.getPointsList()
Ordered sequence of GeoPoints representing the linePoints.GeoLineStringOrBuilder.getPointsList()
Ordered sequence of GeoPoints representing the linestatic com.google.protobuf.Parser<Points.GeoPoint>
Points.GeoPoint.parser()
Modifier and TypeMethodDescriptionPoints.GeoLineString.Builder.addPoints
(int index, Points.GeoPoint value) Ordered sequence of GeoPoints representing the linePoints.GeoLineString.Builder.addPoints
(Points.GeoPoint value) Ordered sequence of GeoPoints representing the linePoints.GeoBoundingBox.Builder.mergeBottomRight
(Points.GeoPoint value) south-east cornerPoints.GeoRadius.Builder.mergeCenter
(Points.GeoPoint value) Center of the circlePoints.GeoPoint.Builder.mergeFrom
(Points.GeoPoint other) Points.GeoBoundingBox.Builder.mergeTopLeft
(Points.GeoPoint value) north-west cornerstatic Points.GeoPoint.Builder
Points.GeoPoint.newBuilder
(Points.GeoPoint prototype) Points.GeoBoundingBox.Builder.setBottomRight
(Points.GeoPoint value) south-east cornerPoints.GeoRadius.Builder.setCenter
(Points.GeoPoint value) Center of the circlePoints.GeoLineString.Builder.setPoints
(int index, Points.GeoPoint value) Ordered sequence of GeoPoints representing the linePoints.GeoBoundingBox.Builder.setTopLeft
(Points.GeoPoint value) north-west cornerModifier and TypeMethodDescriptionPoints.GeoLineString.Builder.addAllPoints
(Iterable<? extends Points.GeoPoint> values) Ordered sequence of GeoPoints representing the line -
Uses of Points.GeoPoint in io.qdrant.client.utils
Modifier and TypeMethodDescriptionstatic Points.GeoPoint
FilterUtil.geoPoint
(double latitude, double longitude) Creates aPoints.GeoPoint
based on latitude and longitude values.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.static Points.GeoRadius
FilterUtil.geoRadius
(Points.GeoPoint center, float radius) Creates aPoints.GeoRadius
based on the centerPoints.GeoPoint
and radius.