edu.unh.sdb.lattice
Class PartitionedFileArrayCellGroup
java.lang.Object
edu.unh.sdb.lattice.CellGroup
edu.unh.sdb.lattice.FileCellGroup
edu.unh.sdb.lattice.FileArrayCellGroup
edu.unh.sdb.lattice.PartitionedFileArrayCellGroup
public class PartitionedFileArrayCellGroup
- extends FileArrayCellGroup
This is an array implementation of the CellGroup Class.
Method Summary |
void |
empty()
Destroy references to cell data. |
Cell |
findEnclosingCell(Point p)
|
int |
readCells()
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ownedCellGrid
protected InCoreArrayCellGroupGrid ownedCellGrid
borrowedCellGrid
protected InCoreArrayCellGroupGrid borrowedCellGrid
baseFileName
protected java.lang.String baseFileName
ownedCellGridFDLD
protected FDLDescriptor ownedCellGridFDLD
borrowedCellGridFDLD
protected FDLDescriptor borrowedCellGridFDLD
PartitionedFileArrayCellGroup
public PartitionedFileArrayCellGroup(GBounds bounds,
java.lang.String vIndicesFDLName,
RecordSpec vIndicesRS,
java.lang.String pointInfoFDLName,
RecordSpec pointRS,
RecordSpec dataRS)
findEnclosingCell
public Cell findEnclosingCell(Point p)
- Overrides:
findEnclosingCell
in class FileArrayCellGroup
readCells
public int readCells()
- Overrides:
readCells
in class FileArrayCellGroup
empty
public void empty()
- Destroy references to cell data.
- Overrides:
empty
in class FileArrayCellGroup
toString
public java.lang.String toString()
- Return a String representing the object.
- Overrides:
toString
in class FileArrayCellGroup
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 FileArrayCellGroup