Interface Points.GeoRadiusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.GeoRadius,Points.GeoRadius.Builder
- Enclosing class:
- Points
public static interface Points.GeoRadiusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionCenter of the circleCenter of the circlefloatIn metersbooleanCenter of the circleMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasCenter
boolean hasCenter()Center of the circle
.qdrant.GeoPoint center = 1;- Returns:
- Whether the center field is set.
-
getCenter
Points.GeoPoint getCenter()Center of the circle
.qdrant.GeoPoint center = 1;- Returns:
- The center.
-
getCenterOrBuilder
Points.GeoPointOrBuilder getCenterOrBuilder()Center of the circle
.qdrant.GeoPoint center = 1; -
getRadius
float getRadius()In meters
float radius = 2;- Returns:
- The radius.
-