Package net.iakovlev.timeshape.proto
Interface Geojson.FeatureCollectionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Geojson.FeatureCollection,Geojson.FeatureCollection.Builder
- Enclosing class:
- Geojson
public static interface Geojson.FeatureCollectionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Geojson.FeaturegetFeatures(int index)repeated .net.iakovlev.timeshape.proto.Feature features = 1;intgetFeaturesCount()repeated .net.iakovlev.timeshape.proto.Feature features = 1;java.util.List<Geojson.Feature>getFeaturesList()repeated .net.iakovlev.timeshape.proto.Feature features = 1;Geojson.FeatureOrBuildergetFeaturesOrBuilder(int index)repeated .net.iakovlev.timeshape.proto.Feature features = 1;java.util.List<? extends Geojson.FeatureOrBuilder>getFeaturesOrBuilderList()repeated .net.iakovlev.timeshape.proto.Feature features = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFeaturesList
java.util.List<Geojson.Feature> getFeaturesList()
repeated .net.iakovlev.timeshape.proto.Feature features = 1;
-
getFeatures
Geojson.Feature getFeatures(int index)
repeated .net.iakovlev.timeshape.proto.Feature features = 1;
-
getFeaturesCount
int getFeaturesCount()
repeated .net.iakovlev.timeshape.proto.Feature features = 1;
-
getFeaturesOrBuilderList
java.util.List<? extends Geojson.FeatureOrBuilder> getFeaturesOrBuilderList()
repeated .net.iakovlev.timeshape.proto.Feature features = 1;
-
getFeaturesOrBuilder
Geojson.FeatureOrBuilder getFeaturesOrBuilder(int index)
repeated .net.iakovlev.timeshape.proto.Feature features = 1;
-
-