|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.nc2.ft.point.standard.Table
ucar.nc2.ft.point.standard.Table.TableStructure
ucar.nc2.ft.point.standard.Table.TableLinkedList
public static class Table.TableLinkedList
Linked list of children, using start variable in the parent, and next in the child. TableLinkedList is the children, config.struct describes the cols.
Used by: UnidataPointObs
| 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.TableMultiDimStructure, Table.TableMultiDimStructurePsuedo, Table.TableNestedStructure, Table.TableParentIndex, Table.TableSingleton, Table.TableStructure, Table.TableTop, Table.Type |
| Method Summary | |
|---|---|
StructureDataIterator |
getStructureDataIterator(Cursor cursor,
int bufferSize)
Iterate over the rows of this table. |
| Methods inherited from class ucar.nc2.ft.point.standard.Table.TableStructure |
|---|
findVariable, showDimension, showTableExtraInfo |
| Methods inherited from class ucar.nc2.ft.point.standard.Table |
|---|
factory, getDataVariables, getFeatureType, getName, show, showAll, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public StructureDataIterator getStructureDataIterator(Cursor cursor,
int bufferSize)
throws java.io.IOException
Table
getStructureDataIterator in class Table.TableStructurecursor - state of comlpete iteration. Table implementations may not modify.bufferSize - hit on how much memory (in bytes) can be used to buffer.
java.io.IOException - on read error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||