Interface Geojson.FeatureCollectionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Geojson.Feature getFeatures​(int index)
      repeated .net.iakovlev.timeshape.proto.Feature features = 1;
      int getFeaturesCount()
      repeated .net.iakovlev.timeshape.proto.Feature features = 1;
      java.util.List<Geojson.Feature> getFeaturesList()
      repeated .net.iakovlev.timeshape.proto.Feature features = 1;
      Geojson.FeatureOrBuilder getFeaturesOrBuilder​(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.MessageLiteOrBuilder

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