edu.unh.sdb.datasource
Interface CellIndexable

All Superinterfaces:
Indexable
All Known Implementing Classes:
ARRSCellBlock, ARRSCellCopyDS, ARRSCellDataSource, CellDataCollection, CellDataSource, RegCellDataSource, URCellBlock

public interface CellIndexable
extends Indexable

An interface for classes that can be thought of as a cell space. Such classes can return a cell data block corresponding to an ISBounds. Currently, CellDataSource and CellDataBlock are the only indexable classes.


Method Summary
 void urCellBlock(DataBlock ublock, ISBounds b, ISBounds resolution)
           
 
Methods inherited from interface edu.unh.sdb.datasource.Indexable
copyBounds, datum, datum, datum, datum, datum, dim, getBounds, getNumAttributes, getRecordDescriptor, subblock, subblock, subblock, subblock, subblock, subblock
 

Method Detail

urCellBlock

void urCellBlock(DataBlock ublock,
                 ISBounds b,
                 ISBounds resolution)