Package io.qdrant.client.grpc
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 Summary
Modifier and TypeMethodDescriptionThe exterior line bounds the surfaceThe exterior line bounds the surfacegetInteriors
(int index) Interior lines (if present) bound holes within the surfaceint
Interior lines (if present) bound holes within the surfaceInterior lines (if present) bound holes within the surfacegetInteriorsOrBuilder
(int index) Interior lines (if present) bound holes within the surfaceList<? extends Points.GeoLineStringOrBuilder>
Interior lines (if present) bound holes within the surfaceboolean
The exterior line bounds the surfaceMethods 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
-
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
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
Interior lines (if present) bound holes within the surface
repeated .qdrant.GeoLineString interiors = 2;
-