Package ucar.nc2.ft.point.standard
Class Table.TableTop
- java.lang.Object
-
- ucar.nc2.ft.point.standard.Table
-
- ucar.nc2.ft.point.standard.Table.TableTop
-
- Enclosing class:
- Table
public static class Table.TableTop extends Table
Table is a single StructureData, which is empty. NestedTable looks for instance of this, and 1) increments the nesting level 2) looks for coordinate variables at the top level.Adds a table at top of the tree, consisting only of coordinate variables
Used by: CFpointObs GempakCdm Ndbc
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ucar.nc2.ft.point.standard.Table
Table.CoordName, Table.TableArrayStructure, Table.TableConstruct, Table.TableContiguous, Table.TableLinkedList, Table.TableMultidimInner, Table.TableMultidimInner3D, Table.TableMultidimInnerPsuedo, Table.TableMultidimInnerPsuedo3D, Table.TableMultidimStructure, Table.TableNestedStructure, Table.TableParentId, Table.TableParentIndex, Table.TableSingleton, Table.TableStructure, Table.TableTop, Table.Type
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
StructureDataIterator
getStructureDataIterator(Cursor cursor)
Iterate over the rows of this table.protected void
showTableExtraInfo(String indent, Formatter f)
-
Methods inherited from class ucar.nc2.ft.point.standard.Table
addNonDataVariable, factory, findVariable, getFeatureType, replaceDataVars, show, showDimension, toString
-
-
-
-
Method Detail
-
showTableExtraInfo
protected void showTableExtraInfo(String indent, Formatter f)
- Specified by:
showTableExtraInfo
in classTable
-
getStructureDataIterator
public StructureDataIterator getStructureDataIterator(Cursor cursor) throws IOException
Description copied from class:Table
Iterate over the rows of this table. Subclasses must implement this.- Specified by:
getStructureDataIterator
in classTable
- Parameters:
cursor
- state of comlpete iteration. Table implementations may not modify.- Returns:
- iterater over the rows of this table.
- Throws:
IOException
- on read error
-
-