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 Type
    Method
    Description
    Center of the circle
    Center of the circle
    float
    In meters
    boolean
    Center of the circle

    Methods 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

    • 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.