|
|||||||||
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
public class ARRSCopyLeafNode
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 | |
---|---|
ARRSCopyLeafNode()
Constructor without argument |
|
ARRSCopyLeafNode(ARRSCopyLeafNode src)
Copy constructor |
|
ARRSCopyLeafNode(ISBounds bounds)
Constructor takes a single ISbounds |
|
ARRSCopyLeafNode(ISBounds bounds,
CellIndexable cellSource)
Constructor takes a ISbounds and a cell block |
Method Summary | |
---|---|
ARRSNode |
copy()
copy method creates references to all components, not copies. |
IndexBlock |
getIndexBlock()
Get the IndexBlock |
ISBounds |
getIndexBlockBounds()
Get the index block bounds |
void |
setIndexBlock(IndexBlock indexb)
Set an IndexBlock |
void |
setIndexBlockBounds(ISBounds b)
Set the index block bounds |
protected void |
setRegionData()
Set an uniform region cell data |
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 ARRSCopyLeafNode()
public ARRSCopyLeafNode(ISBounds bounds)
public ARRSCopyLeafNode(ISBounds bounds, CellIndexable cellSource)
public ARRSCopyLeafNode(ARRSCopyLeafNode src)
Method Detail |
---|
public ARRSNode copy()
copy
in class ARRSNode
public final void setIndexBlock(IndexBlock indexb)
public final IndexBlock getIndexBlock()
public final void setIndexBlockBounds(ISBounds b)
public final ISBounds getIndexBlockBounds()
protected void setRegionData()
setRegionData
in class ARRSLeafNode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |