edu.unh.sdb.datasource
Class RectilinearCell

java.lang.Object
  extended by edu.unh.sdb.datasource.Cell
      extended by edu.unh.sdb.datasource.RectilinearCell
Direct Known Subclasses:
ARRSCell

public abstract class RectilinearCell
extends Cell


Field Summary
protected  ISBounds baseBounds
           
 
Fields inherited from class edu.unh.sdb.datasource.Cell
cellID, data, dimensionality, vertices
 
Constructor Summary
RectilinearCell()
          Constructor without arguments
RectilinearCell(CellID cellid)
          Constructor takes a single CellID
RectilinearCell(CellID cellid, int dim)
          Constructor takes the specified CellID and the dimensionality
RectilinearCell(CellID cellid, ISBounds bounds)
          Constructor takes the specified CellID and the base bounds
 
Method Summary
 ISBounds getBaseBounds()
          Get the base bounds of a cell
 void setBaseBounds(ISBounds bounds)
          Set the base bounds of a cell
 
Methods inherited from class edu.unh.sdb.datasource.Cell
dim, getCellID, getData, getDimensionality, getVertices, setCellData, setCellDim, setCellID, setCellVertices, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

baseBounds

protected ISBounds baseBounds
Constructor Detail

RectilinearCell

public RectilinearCell()
Constructor without arguments


RectilinearCell

public RectilinearCell(CellID cellid)
Constructor takes a single CellID


RectilinearCell

public RectilinearCell(CellID cellid,
                       int dim)
Constructor takes the specified CellID and the dimensionality


RectilinearCell

public RectilinearCell(CellID cellid,
                       ISBounds bounds)
Constructor takes the specified CellID and the base bounds

Method Detail

setBaseBounds

public void setBaseBounds(ISBounds bounds)
Set the base bounds of a cell


getBaseBounds

public ISBounds getBaseBounds()
Get the base bounds of a cell