edu.unh.sdb.lattice
Class FileSplitterCellGroupGrid

java.lang.Object
  extended by edu.unh.sdb.lattice.CellGroupGrid
      extended by edu.unh.sdb.lattice.FileCellGroupGrid
          extended by edu.unh.sdb.lattice.FileSplitterCellGroupGrid

public class FileSplitterCellGroupGrid
extends FileCellGroupGrid


Field Summary
 
Fields inherited from class edu.unh.sdb.lattice.CellGroupGrid
axisWeights, dimensionality, groups, ordering, partitioning
 
Constructor Summary
FileSplitterCellGroupGrid(Partitioning partitioning, AxisOrdering ordering, java.lang.String vIndicesFDLName, RecordSpec vIndicesRS, java.lang.String pointInfoFDLName, RecordSpec pointRS, RecordSpec dataRS)
           
 
Method Summary
protected static java.lang.String dataFileName(java.lang.String baseFileName, IndexSpaceID id)
           
 void doneRegistering()
           
protected  void makeCellGroups()
           
 java.lang.String toString()
          Return a String representing the object.
 java.lang.String toString(java.lang.String indent)
          Return a String representing the object indented by the argument string.
 void writeCells()
           
 
Methods inherited from class edu.unh.sdb.lattice.CellGroupGrid
computeOffset2, dim, findEnclosingCell, getGridISBounds, mapToCellGroup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileSplitterCellGroupGrid

public FileSplitterCellGroupGrid(Partitioning partitioning,
                                 AxisOrdering ordering,
                                 java.lang.String vIndicesFDLName,
                                 RecordSpec vIndicesRS,
                                 java.lang.String pointInfoFDLName,
                                 RecordSpec pointRS,
                                 RecordSpec dataRS)
Method Detail

makeCellGroups

protected void makeCellGroups()
Specified by:
makeCellGroups in class CellGroupGrid

doneRegistering

public void doneRegistering()

writeCells

public void writeCells()
Overrides:
writeCells in class FileCellGroupGrid

dataFileName

protected static java.lang.String dataFileName(java.lang.String baseFileName,
                                               IndexSpaceID id)

toString

public java.lang.String toString()
Return a String representing the object.

Overrides:
toString in class CellGroupGrid

toString

public java.lang.String toString(java.lang.String indent)
Return a String representing the object indented by the argument string.

Overrides:
toString in class CellGroupGrid