public abstract class FileCellGroup extends CellGroup
Modifier and Type | Field and Description |
---|---|
protected boolean |
backedByFile |
protected RecordSpec |
coordsRS |
protected RecordSpec |
dataRS |
protected boolean |
inMemory |
protected java.lang.String |
vIndexFdlName |
protected RecordSpec |
vIndicesRS |
protected java.lang.String |
vInfoFdlName |
bounds, dimensionality, numCells
Modifier and Type | Method and Description |
---|---|
boolean |
inMemory() |
abstract int |
writeCells(java.lang.String dataFileName) |
dim, findEnclosingCell, getNumCells, setNumCells, toString, toString
protected boolean inMemory
protected boolean backedByFile
protected java.lang.String vInfoFdlName
protected java.lang.String vIndexFdlName
protected RecordSpec dataRS
protected RecordSpec coordsRS
protected RecordSpec vIndicesRS