Package net.iakovlev.timeshape.proto
Interface Geojson.MultiPolygonOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Geojson.MultiPolygon,Geojson.MultiPolygon.Builder
- Enclosing class:
- Geojson
public static interface Geojson.MultiPolygonOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Geojson.PolygongetCoordinates(int index)repeated .net.iakovlev.timeshape.proto.Polygon coordinates = 1;intgetCoordinatesCount()repeated .net.iakovlev.timeshape.proto.Polygon coordinates = 1;java.util.List<Geojson.Polygon>getCoordinatesList()repeated .net.iakovlev.timeshape.proto.Polygon coordinates = 1;Geojson.PolygonOrBuildergetCoordinatesOrBuilder(int index)repeated .net.iakovlev.timeshape.proto.Polygon coordinates = 1;java.util.List<? extends Geojson.PolygonOrBuilder>getCoordinatesOrBuilderList()repeated .net.iakovlev.timeshape.proto.Polygon 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
java.util.List<Geojson.Polygon> getCoordinatesList()
repeated .net.iakovlev.timeshape.proto.Polygon coordinates = 1;
-
getCoordinates
Geojson.Polygon getCoordinates(int index)
repeated .net.iakovlev.timeshape.proto.Polygon coordinates = 1;
-
getCoordinatesCount
int getCoordinatesCount()
repeated .net.iakovlev.timeshape.proto.Polygon coordinates = 1;
-
getCoordinatesOrBuilderList
java.util.List<? extends Geojson.PolygonOrBuilder> getCoordinatesOrBuilderList()
repeated .net.iakovlev.timeshape.proto.Polygon coordinates = 1;
-
getCoordinatesOrBuilder
Geojson.PolygonOrBuilder getCoordinatesOrBuilder(int index)
repeated .net.iakovlev.timeshape.proto.Polygon coordinates = 1;
-
-