Package io.qdrant.client.grpc
Interface Points.GeoBoundingBoxOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.GeoBoundingBox
,Points.GeoBoundingBox.Builder
- Enclosing class:
- Points
public static interface Points.GeoBoundingBoxOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionsouth-east cornersouth-east cornernorth-west cornernorth-west cornerboolean
south-east cornerboolean
north-west cornerMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTopLeft
boolean hasTopLeft()north-west corner
.qdrant.GeoPoint top_left = 1;
- Returns:
- Whether the topLeft field is set.
-
getTopLeft
Points.GeoPoint getTopLeft()north-west corner
.qdrant.GeoPoint top_left = 1;
- Returns:
- The topLeft.
-
getTopLeftOrBuilder
Points.GeoPointOrBuilder getTopLeftOrBuilder()north-west corner
.qdrant.GeoPoint top_left = 1;
-
hasBottomRight
boolean hasBottomRight()south-east corner
.qdrant.GeoPoint bottom_right = 2;
- Returns:
- Whether the bottomRight field is set.
-
getBottomRight
Points.GeoPoint getBottomRight()south-east corner
.qdrant.GeoPoint bottom_right = 2;
- Returns:
- The bottomRight.
-
getBottomRightOrBuilder
Points.GeoPointOrBuilder getBottomRightOrBuilder()south-east corner
.qdrant.GeoPoint bottom_right = 2;
-