|
|||||||||
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
edu.unh.sdb.datasource.ARRSCell
public class ARRSCell
Field Summary |
---|
Fields inherited from class edu.unh.sdb.datasource.RectilinearCell |
---|
baseBounds |
Fields inherited from class edu.unh.sdb.datasource.Cell |
---|
cellID, data, dimensionality, vertices |
Constructor Summary | |
---|---|
ARRSCell()
construction without arguments |
|
ARRSCell(CellID cellid)
Constructor with the specified cell id |
|
ARRSCell(CellID cellid,
int dim)
Constructor with the specified cell id and dimensionality |
|
ARRSCell(CellID cellid,
ISBounds bounds)
Constructor with the specified cell id and base bounds |
Method Summary | |
---|---|
java.lang.String |
toString(java.lang.String indent)
Return a String representing the object indented by the argument string. |
Methods inherited from class edu.unh.sdb.datasource.RectilinearCell |
---|
getBaseBounds, setBaseBounds |
Methods inherited from class edu.unh.sdb.datasource.Cell |
---|
dim, getCellID, getData, getDimensionality, getVertices, setCellData, setCellDim, setCellID, setCellVertices, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ARRSCell()
public ARRSCell(CellID cellid)
public ARRSCell(CellID cellid, int dim)
public ARRSCell(CellID cellid, ISBounds bounds)
Method Detail |
---|
public java.lang.String toString(java.lang.String indent)
toString
in class Cell
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |