|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.unh.sdb.datasource.DataCollection
edu.unh.sdb.datasource.DataBlock
edu.unh.sdb.datasource.DataBlockProxy
edu.unh.sdb.datasource.ARRSCopyDataBlock
public class ARRSCopyDataBlock
Field Summary |
---|
Fields inherited from class edu.unh.sdb.datasource.DataCollection |
---|
attributeOrder, axisOrdering, axisWeights, bounds, dataOrder, dimensionality, numAttributes, pointOrder, recordDesc |
Constructor Summary | |
---|---|
ARRSCopyDataBlock(ISBounds isb,
RecordDescriptor recordDesc)
|
|
ARRSCopyDataBlock(ISBounds isb,
RecordDescriptor recordDesc,
AxisOrdering ordering)
|
Method Summary | |
---|---|
DataCollection |
getIndexDC()
getIndexDC |
int |
getIndexHigh()
getIndexHigh |
int |
getIndexLow()
getIndexLow |
protected DataBlock |
loadData()
loadData() - responsibility of the child class to implement code to load the true DataBlock object. |
void |
setIndexData(DataCollection indexDC,
int low,
int high)
setIndexPDS |
void |
setPointData(DataCollection pointDC)
setPointPDS |
Methods inherited from class edu.unh.sdb.datasource.DataBlockProxy |
---|
datum, datum, getDataBlock, setDataBlock, setDatum, subblock, subblock, subblock |
Methods inherited from class edu.unh.sdb.datasource.DataBlock |
---|
getValues, setByAttribute, setByte, setBytes, setBytes, setBytesByAttribute, setBytesByPoint, setDouble, setDoubles, setDoubles, setDoublesByAttribute, setDoublesByPoint, setFloat, setFloats, setFloats, setFloatsByAttribute, setFloatsByPoint, setInt, setInts, setInts, setIntsByAttribute, setIntsByPoint, setShort, setShorts, setShorts, setShortsByAttribute, setShortsByPoint, setValues, setValues, setValuesByAttribute, setValuesByPoint, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ARRSCopyDataBlock(ISBounds isb, RecordDescriptor recordDesc, AxisOrdering ordering)
isb
- recordDesc
- axisOrdering
- public ARRSCopyDataBlock(ISBounds isb, RecordDescriptor recordDesc)
isb
- recordDesc
- Method Detail |
---|
public void setIndexData(DataCollection indexDC, int low, int high)
public void setPointData(DataCollection pointDC)
public DataCollection getIndexDC()
public int getIndexHigh()
public int getIndexLow()
protected DataBlock loadData()
loadData
in class DataBlockProxy
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |