Interface Geojson.MultiLineStringOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Geojson.MultiLineString, Geojson.MultiLineString.Builder
    Enclosing class:
    Geojson

    public static interface Geojson.MultiLineStringOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getCoordinatesList

        java.util.List<Geojson.LineString> getCoordinatesList()
        repeated .net.iakovlev.timeshape.proto.LineString coordinates = 1;
      • getCoordinates

        Geojson.LineString getCoordinates​(int index)
        repeated .net.iakovlev.timeshape.proto.LineString coordinates = 1;
      • getCoordinatesCount

        int getCoordinatesCount()
        repeated .net.iakovlev.timeshape.proto.LineString coordinates = 1;
      • getCoordinatesOrBuilderList

        java.util.List<? extends Geojson.LineStringOrBuilder> getCoordinatesOrBuilderList()
        repeated .net.iakovlev.timeshape.proto.LineString coordinates = 1;
      • getCoordinatesOrBuilder

        Geojson.LineStringOrBuilder getCoordinatesOrBuilder​(int index)
        repeated .net.iakovlev.timeshape.proto.LineString coordinates = 1;