Package com.cognite.client.dto
Interface PolygonCoordinatesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PolygonCoordinates,PolygonCoordinates.Builder
public interface PolygonCoordinatesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MultiPointCoordinatesgetCoordinates(int index)repeated .com.cognite.beam.proto.MultiPointCoordinates coordinates = 1;intgetCoordinatesCount()repeated .com.cognite.beam.proto.MultiPointCoordinates coordinates = 1;List<MultiPointCoordinates>getCoordinatesList()repeated .com.cognite.beam.proto.MultiPointCoordinates coordinates = 1;MultiPointCoordinatesOrBuildergetCoordinatesOrBuilder(int index)repeated .com.cognite.beam.proto.MultiPointCoordinates coordinates = 1;List<? extends MultiPointCoordinatesOrBuilder>getCoordinatesOrBuilderList()repeated .com.cognite.beam.proto.MultiPointCoordinates coordinates = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCoordinatesList
List<MultiPointCoordinates> getCoordinatesList()
repeated .com.cognite.beam.proto.MultiPointCoordinates coordinates = 1;
-
getCoordinates
MultiPointCoordinates getCoordinates(int index)
repeated .com.cognite.beam.proto.MultiPointCoordinates coordinates = 1;
-
getCoordinatesCount
int getCoordinatesCount()
repeated .com.cognite.beam.proto.MultiPointCoordinates coordinates = 1;
-
getCoordinatesOrBuilderList
List<? extends MultiPointCoordinatesOrBuilder> getCoordinatesOrBuilderList()
repeated .com.cognite.beam.proto.MultiPointCoordinates coordinates = 1;
-
getCoordinatesOrBuilder
MultiPointCoordinatesOrBuilder getCoordinatesOrBuilder(int index)
repeated .com.cognite.beam.proto.MultiPointCoordinates coordinates = 1;
-
-