edu.unh.sdb.datasource
Class DimResolution

java.lang.Object
  extended by edu.unh.sdb.datasource.DimResolution

public class DimResolution
extends java.lang.Object


Constructor Summary
DimResolution()
          Constructs a DimResolution without argument
DimResolution(IntegerIndexSpaceID csize, IntegerIndexSpaceID bpos, IntegerIndexSpaceID bsize)
          Constructs a DimResolution with specified arguments
 
Method Summary
 ISBounds getBaseBounds()
          Get the base bounds
 IntegerIndexSpaceID getBasePosition()
          Get the position in the base space
 IntegerIndexSpaceID getBaseShape()
          Get the size in the base space
 ISBounds getCellBlockBounds()
          Get the cell bounds
 IntegerIndexSpaceID getCellBlockShape()
          Get the size in the cell space
 void setBasePosition(IntegerIndexSpaceID bpos)
          Set the position in the base space
 void setBaseShape(IntegerIndexSpaceID bsize)
          Set the size in the base space
 void setCellBlockShape(IntegerIndexSpaceID csize)
          Set the size in the cell space
 java.lang.String toString()
          Return a String representing the object.
 java.lang.String toString(java.lang.String indent)
          Return a String representing the object indented by the argument string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DimResolution

public DimResolution()
Constructs a DimResolution without argument


DimResolution

public DimResolution(IntegerIndexSpaceID csize,
                     IntegerIndexSpaceID bpos,
                     IntegerIndexSpaceID bsize)
Constructs a DimResolution with specified arguments

Method Detail

setCellBlockShape

public void setCellBlockShape(IntegerIndexSpaceID csize)
Set the size in the cell space


setBasePosition

public void setBasePosition(IntegerIndexSpaceID bpos)
Set the position in the base space


setBaseShape

public void setBaseShape(IntegerIndexSpaceID bsize)
Set the size in the base space


getCellBlockShape

public IntegerIndexSpaceID getCellBlockShape()
Get the size in the cell space


getBasePosition

public IntegerIndexSpaceID getBasePosition()
Get the position in the base space


getBaseShape

public IntegerIndexSpaceID getBaseShape()
Get the size in the base space


getBaseBounds

public ISBounds getBaseBounds()
Get the base bounds


getCellBlockBounds

public ISBounds getCellBlockBounds()
Get the cell bounds


toString

public java.lang.String toString()
Return a String representing the object.

Overrides:
toString in class java.lang.Object

toString

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