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 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;