edu.unh.sdb.datasource
Class RectilinearCellID

java.lang.Object
  extended by edu.unh.sdb.datasource.CellID
      extended by edu.unh.sdb.datasource.RectilinearCellID
Direct Known Subclasses:
ARRSCellID

public abstract class RectilinearCellID
extends CellID


Field Summary
 
Fields inherited from class edu.unh.sdb.datasource.CellID
position
 
Constructor Summary
RectilinearCellID()
          Constructor without argument
RectilinearCellID(IndexSpaceID p)
          Constructor takes a single IndexSpaceID that represents the position of a cell in a rectilinear cell space.
 
Method Summary
 
Methods inherited from class edu.unh.sdb.datasource.CellID
getPosition, getPosition, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RectilinearCellID

public RectilinearCellID()
Constructor without argument


RectilinearCellID

public RectilinearCellID(IndexSpaceID p)
Constructor takes a single IndexSpaceID that represents the position of a cell in a rectilinear cell space.