|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.unh.sdb.datasource.Cell
edu.unh.sdb.datasource.RectilinearCell
public abstract class RectilinearCell
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 |
---|
protected ISBounds baseBounds
Constructor Detail |
---|
public RectilinearCell()
public RectilinearCell(CellID cellid)
public RectilinearCell(CellID cellid, int dim)
public RectilinearCell(CellID cellid, ISBounds bounds)
Method Detail |
---|
public void setBaseBounds(ISBounds bounds)
public ISBounds getBaseBounds()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |