ucar.nc2.ft.point.standard
Class Table.TableMultidimInner3D

java.lang.Object
  extended by ucar.nc2.ft.point.standard.Table
      extended by ucar.nc2.ft.point.standard.Table.TableMultidimInner3D
Enclosing class:
Table

public static class Table.TableMultidimInner3D
extends Table


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
 VariableDS findVariable(String axisName)
           
 String getName()
           
 StructureDataIterator getStructureDataIterator(Cursor cursor, int bufferSize)
          Iterate over the rows of this table.
 String showDimension()
           
protected  void showTableExtraInfo(String indent, Formatter f)
           
 
Methods inherited from class ucar.nc2.ft.point.standard.Table
checkNonDataVariable, factory, getFeatureType, show, showAll, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

showTableExtraInfo

protected void showTableExtraInfo(String indent,
                                  Formatter f)
Specified by:
showTableExtraInfo in class Table

showDimension

public String showDimension()
Overrides:
showDimension in class Table

findVariable

public VariableDS findVariable(String axisName)
Overrides:
findVariable in class Table

getStructureDataIterator

public StructureDataIterator getStructureDataIterator(Cursor cursor,
                                                      int bufferSize)
                                               throws IOException
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.
bufferSize - hit on how much memory (in bytes) can be used to buffer.
Returns:
iterater over the rows of this table.
Throws:
IOException - on read error

getName

public String getName()
Overrides:
getName in class Table


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.