|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.unh.sdb.datasource.ARRSNode
edu.unh.sdb.datasource.ARRSLeafNode
edu.unh.sdb.datasource.ARRSCopyLeafNode
edu.unh.sdb.datasource.ARRSClippedCopyLeafNode
public class ARRSClippedCopyLeafNode
Field Summary |
---|
Fields inherited from class edu.unh.sdb.datasource.ARRSLeafNode |
---|
theRegionData |
Fields inherited from class edu.unh.sdb.datasource.ARRSNode |
---|
baseBounds, cellSource, nodeId, path, siblingId |
Constructor Summary | |
---|---|
ARRSClippedCopyLeafNode()
Constructor without argument |
|
ARRSClippedCopyLeafNode(ARRSClippedCopyLeafNode src)
Copy constructor with subbounds |
|
ARRSClippedCopyLeafNode(ARRSCopyLeafNode src)
Copy constructor |
|
ARRSClippedCopyLeafNode(ISBounds bounds)
Constructor takes a single ISbounds |
|
ARRSClippedCopyLeafNode(ISBounds bounds,
CellIndexable cblock)
Constructor takes a ISbounds and a cell block |
Method Summary | |
---|---|
ARRSNode |
copy()
copy method creates references to all components, not copies. |
ISBounds |
getSubBounds()
Get a subbounds |
void |
setSubBounds(ISBounds subbounds)
Set a subbounds |
Methods inherited from class edu.unh.sdb.datasource.ARRSCopyLeafNode |
---|
getIndexBlock, getIndexBlockBounds, setIndexBlock, setIndexBlockBounds, setRegionData |
Methods inherited from class edu.unh.sdb.datasource.ARRSLeafNode |
---|
getRegionData |
Methods inherited from class edu.unh.sdb.datasource.ARRSNode |
---|
getBaseBounds, getCellIndexable, getID, getPath, getSibling, getSiblingID, setBaseBounds, setCellIndexable, setID, setNodePath, setSibling |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ARRSClippedCopyLeafNode()
public ARRSClippedCopyLeafNode(ISBounds bounds)
public ARRSClippedCopyLeafNode(ISBounds bounds, CellIndexable cblock)
public ARRSClippedCopyLeafNode(ARRSCopyLeafNode src)
public ARRSClippedCopyLeafNode(ARRSClippedCopyLeafNode src)
Method Detail |
---|
public ARRSNode copy()
copy
in class ARRSCopyLeafNode
public void setSubBounds(ISBounds subbounds)
public ISBounds getSubBounds()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |