|
|||||||||
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
public abstract class ARRSLeafNode
Field Summary | |
---|---|
protected DataBlock |
theRegionData
|
Fields inherited from class edu.unh.sdb.datasource.ARRSNode |
---|
baseBounds, cellSource, nodeId, path, siblingId |
Constructor Summary | |
---|---|
ARRSLeafNode()
Constructor without argument |
|
ARRSLeafNode(ISBounds bounds)
Constructor takes a single ISbounds |
|
ARRSLeafNode(ISBounds bounds,
CellIndexable cellSource)
Constructor takes a ISbounds and a cell block |
Method Summary | |
---|---|
DataBlock |
getRegionData()
Get the uniform region cell data |
protected abstract void |
setRegionData()
Set an uniform region cell data |
Methods inherited from class edu.unh.sdb.datasource.ARRSNode |
---|
copy, 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 |
Field Detail |
---|
protected DataBlock theRegionData
Constructor Detail |
---|
public ARRSLeafNode()
public ARRSLeafNode(ISBounds bounds)
public ARRSLeafNode(ISBounds bounds, CellIndexable cellSource)
Method Detail |
---|
public DataBlock getRegionData()
protected abstract void setRegionData()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |