public class PartitionedFileArrayCellGroup extends FileArrayCellGroup
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
baseFileName |
protected InCoreArrayCellGroupGrid |
borrowedCellGrid |
protected FDLDescriptor |
borrowedCellGridFDLD |
protected InCoreArrayCellGroupGrid |
ownedCellGrid |
protected FDLDescriptor |
ownedCellGridFDLD |
borrowedVIndices, borrowedVIndicesFDLD, data, numBorrowedCells, numOwnedCells, ownedVIndices, ownedVIndicesFDLD, points, vAttrFDLD, vInfoFDLD
backedByFile, coordsRS, dataRS, inMemory, vIndexFdlName, vIndicesRS, vInfoFdlName
bounds, dimensionality, numCells
Constructor and Description |
---|
PartitionedFileArrayCellGroup(GBounds bounds,
java.lang.String vIndicesFDLName,
RecordSpec vIndicesRS,
java.lang.String pointInfoFDLName,
RecordSpec pointRS,
RecordSpec dataRS) |
Modifier and Type | Method and Description |
---|---|
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.
|
getNumCells, register, writeCells
inMemory
dim, setNumCells
protected InCoreArrayCellGroupGrid ownedCellGrid
protected InCoreArrayCellGroupGrid borrowedCellGrid
protected java.lang.String baseFileName
protected FDLDescriptor ownedCellGridFDLD
protected FDLDescriptor borrowedCellGridFDLD
public PartitionedFileArrayCellGroup(GBounds bounds, java.lang.String vIndicesFDLName, RecordSpec vIndicesRS, java.lang.String pointInfoFDLName, RecordSpec pointRS, RecordSpec dataRS)
public Cell findEnclosingCell(Point p)
findEnclosingCell
in class FileArrayCellGroup
public int readCells()
readCells
in class FileArrayCellGroup
public void empty()
empty
in class FileArrayCellGroup
public java.lang.String toString()
toString
in class FileArrayCellGroup
public java.lang.String toString(java.lang.String indent)
toString
in class FileArrayCellGroup