Interface Points.GeoPolygonOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Points.GeoPolygon, Points.GeoPolygon.Builder
Enclosing class:
Points

public static interface Points.GeoPolygonOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasExterior

      boolean hasExterior()
       The exterior line bounds the surface
       
      .qdrant.GeoLineString exterior = 1;
      Returns:
      Whether the exterior field is set.
    • getExterior

      Points.GeoLineString getExterior()
       The exterior line bounds the surface
       
      .qdrant.GeoLineString exterior = 1;
      Returns:
      The exterior.
    • getExteriorOrBuilder

      Points.GeoLineStringOrBuilder getExteriorOrBuilder()
       The exterior line bounds the surface
       
      .qdrant.GeoLineString exterior = 1;
    • getInteriorsList

      List<Points.GeoLineString> getInteriorsList()
       Interior lines (if present) bound holes within the surface
       
      repeated .qdrant.GeoLineString interiors = 2;
    • getInteriors

      Points.GeoLineString getInteriors(int index)
       Interior lines (if present) bound holes within the surface
       
      repeated .qdrant.GeoLineString interiors = 2;
    • getInteriorsCount

      int getInteriorsCount()
       Interior lines (if present) bound holes within the surface
       
      repeated .qdrant.GeoLineString interiors = 2;
    • getInteriorsOrBuilderList

      List<? extends Points.GeoLineStringOrBuilder> getInteriorsOrBuilderList()
       Interior lines (if present) bound holes within the surface
       
      repeated .qdrant.GeoLineString interiors = 2;
    • getInteriorsOrBuilder

      Points.GeoLineStringOrBuilder getInteriorsOrBuilder(int index)
       Interior lines (if present) bound holes within the surface
       
      repeated .qdrant.GeoLineString interiors = 2;