edu.unh.sdb.datasource
Class ARRSCell

java.lang.Object
  extended by edu.unh.sdb.datasource.Cell
      extended by edu.unh.sdb.datasource.RectilinearCell
          extended by edu.unh.sdb.datasource.ARRSCell

public class ARRSCell
extends RectilinearCell


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

ARRSCell

public ARRSCell()
construction without arguments


ARRSCell

public ARRSCell(CellID cellid)
Constructor with the specified cell id


ARRSCell

public ARRSCell(CellID cellid,
                int dim)
Constructor with the specified cell id and dimensionality


ARRSCell

public ARRSCell(CellID cellid,
                ISBounds bounds)
Constructor with the specified cell id and base bounds

Method Detail

toString

public java.lang.String toString(java.lang.String indent)
Return a String representing the object indented by the argument string.

Specified by:
toString in class Cell