Interface GribCollectionProto.SparseArrayOrBuilder

    • Method Detail

      • getSizeList

        List<Integer> getSizeList()
         multidim sizes = shape[]
         
        repeated uint32 size = 2 [packed = true];
        Returns:
        A list containing the size.
      • getSizeCount

        int getSizeCount()
         multidim sizes = shape[]
         
        repeated uint32 size = 2 [packed = true];
        Returns:
        The count of size.
      • getSize

        int getSize​(int index)
         multidim sizes = shape[]
         
        repeated uint32 size = 2 [packed = true];
        Parameters:
        index - The index of the element to return.
        Returns:
        The size at the given index.
      • getTrackList

        List<Integer> getTrackList()
         1-based index into record list, 0 == missing
         
        repeated uint32 track = 3 [packed = true];
        Returns:
        A list containing the track.
      • getTrackCount

        int getTrackCount()
         1-based index into record list, 0 == missing
         
        repeated uint32 track = 3 [packed = true];
        Returns:
        The count of track.
      • getTrack

        int getTrack​(int index)
         1-based index into record list, 0 == missing
         
        repeated uint32 track = 3 [packed = true];
        Parameters:
        index - The index of the element to return.
        Returns:
        The track at the given index.
      • getRecordsCount

        int getRecordsCount()
         List<Record>
         
        repeated .Record records = 4;
      • getNdups

        int getNdups()
         duplicates found when creating
         
        uint32 ndups = 5;
        Returns:
        The ndups.