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