Class Table.TableConstruct

  • Enclosing class:
    Table

    public static class Table.TableConstruct
    extends Table
    When theres no separate station table, but info is duplicated in the obs structure. Must have a ParentId child table No variables are added to cols.

    Used by: BufrCdm StationProfile type

    • Method Detail

      • getStructureDataIterator

        public StructureDataIterator getStructureDataIterator​(Cursor cursor)
        Description copied from class: Table
        Iterate over the rows of this table. Subclasses must implement this.
        Specified by:
        getStructureDataIterator in class Table
        Parameters:
        cursor - state of comlpete iteration. Table implementations may not modify.
        Returns:
        iterater over the rows of this table.