edu.unh.sdb.datasource
Class URCellBlockIterator

java.lang.Object
  extended by edu.unh.sdb.datasource.CellBlockIterator
      extended by edu.unh.sdb.datasource.URCellBlockIterator

public class URCellBlockIterator
extends CellBlockIterator


Field Summary
 
Fields inherited from class edu.unh.sdb.datasource.CellBlockIterator
valid
 
Constructor Summary
URCellBlockIterator(CellIndexable indexable, ISBounds resolution, int[] shapes, int[] gaps)
          construction with a cell block
 
Method Summary
 DataBlock getDataBlock()
          get a cell block
 void init()
          Initialize this URCellBlockIterator
 boolean next()
          Moving the CellBlockIterator to the next position.
 java.lang.String toString(java.lang.String indent)
          Return description of this ARRSCell
 
Methods inherited from class edu.unh.sdb.datasource.CellBlockIterator
toString, valid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

URCellBlockIterator

public URCellBlockIterator(CellIndexable indexable,
                           ISBounds resolution,
                           int[] shapes,
                           int[] gaps)
construction with a cell block

Method Detail

init

public void init()
Initialize this URCellBlockIterator

Specified by:
init in class CellBlockIterator

next

public boolean next()
Moving the CellBlockIterator to the next position.

Specified by:
next in class CellBlockIterator

getDataBlock

public DataBlock getDataBlock()
get a cell block


toString

public java.lang.String toString(java.lang.String indent)
Return description of this ARRSCell

Specified by:
toString in class CellBlockIterator