public static class Table.TableParentId extends Table.TableStructure
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
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
StructureDataIterator |
getStructureDataIterator(Cursor cursor,
int bufferSize)
Iterate over the rows of this table.
|
protected void |
showTableExtraInfo(java.lang.String indent,
java.util.Formatter f) |
findVariable, showDimension
addNonDataVariable, factory, getFeatureType, replaceDataVars, show, toString
protected void showTableExtraInfo(java.lang.String indent, java.util.Formatter f)
showTableExtraInfo
in class Table.TableStructure
public StructureDataIterator getStructureDataIterator(Cursor cursor, int bufferSize) throws java.io.IOException
Table
getStructureDataIterator
in class Table.TableStructure
cursor
- 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 errorpublic java.lang.String getName()
getName
in class Table.TableStructure