Interface GribCollectionProto.GroupOrBuilder

    • Method Detail

      • hasGds

        boolean hasGds()
         use this to build the HorizCoordSys
         
        .Gds gds = 1;
        Returns:
        Whether the gds field is set.
      • getVariablesCount

        int getVariablesCount()
         list of variables
         
        repeated .Variable variables = 2;
      • getCoordsCount

        int getCoordsCount()
         list of coordinates
         
        repeated .Coord coords = 3;
      • getFilenoList

        List<Integer> getFilenoList()
         the component files that are in this group, key into gc.mfiles
         
        repeated uint32 fileno = 4 [packed = true];
        Returns:
        A list containing the fileno.
      • getFilenoCount

        int getFilenoCount()
         the component files that are in this group, key into gc.mfiles
         
        repeated uint32 fileno = 4 [packed = true];
        Returns:
        The count of fileno.
      • getFileno

        int getFileno​(int index)
         the component files that are in this group, key into gc.mfiles
         
        repeated uint32 fileno = 4 [packed = true];
        Parameters:
        index - The index of the element to return.
        Returns:
        The fileno at the given index.