|
|||||||||
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.DataSource
edu.unh.sdb.datasource.CellDataSource
edu.unh.sdb.datasource.ARRSCellDataSource
edu.unh.sdb.datasource.ARRSCellCopyDS
public class ARRSCellCopyDS
Field Summary |
---|
Fields inherited from class edu.unh.sdb.datasource.ARRSCellDataSource |
---|
pointDS, subtree, tree |
Fields inherited from class edu.unh.sdb.datasource.DataSource |
---|
fdlDescriptor, isActivated, name, wsName |
Fields inherited from class edu.unh.sdb.datasource.DataCollection |
---|
attributeOrder, axisOrdering, axisWeights, bounds, dataOrder, dimensionality, numAttributes, pointOrder, recordDesc |
Constructor Summary | |
---|---|
ARRSCellCopyDS()
Construct a ARRSCellCopyDS without arguments |
|
ARRSCellCopyDS(ARRSTree tree,
DataSource pointds)
Construct a ARRSCellCopyDS with an ARRSTree |
|
ARRSCellCopyDS(java.lang.String command,
java.lang.String indexFDL,
java.lang.String pdsFDL)
Construct a ARRSCellCopyDS with command file,indexFDL,and ARRSCellCopyDS |
Method Summary | |
---|---|
void |
activate()
Construct a ARRSCellDataSource with the given base bounds and number of attributes ***************** rdb delete **************** public ARRSCellDataSource( ISBounds basebounds, RecordDescriptor recordDesc ) { super( basebounds, recordDesc ); this.pointDS = null; this.tree = null; this.subtree = null; } |
void |
subblock(DataBlock theBlock,
ISBounds bd)
Reads a subblock defined by the specified bounds into the DataBlock argument |
DataBlock |
subblock(ISBounds db)
Return a new DataBlock that is a subset of this datablock. |
void |
urCellBlock(DataBlock urBlock,
ISBounds b,
ISBounds res)
Return a cell block with the specified bounds and the specified resolution |
Methods inherited from class edu.unh.sdb.datasource.ARRSCellDataSource |
---|
data, datum, datum, datum, deactivate, getARRSTree, getBaseBounds, getPointDS, init, setARRSTree, setBaseBounds, setDatum, setPointDS, size, subblock, subblock |
Methods inherited from class edu.unh.sdb.datasource.DataSource |
---|
checkActivated, clearCache, copyBestID, create, create, create, createRemote, createRemote, createRemoteClient, createRemoteClient, createRemoteDataSource, createRemoteDataSource, createRemoteDataSourceUDP, createRemoteUDP, createRemoteUDP, dumpData, equals, getName, getValues, isActivated, main, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface edu.unh.sdb.datasource.Indexable |
---|
copyBounds, datum, datum, datum, datum, datum, dim, getBounds, getNumAttributes, getRecordDescriptor, subblock, subblock, subblock, subblock, subblock |
Constructor Detail |
---|
public ARRSCellCopyDS()
public ARRSCellCopyDS(ARRSTree tree, DataSource pointds)
public ARRSCellCopyDS(java.lang.String command, java.lang.String indexFDL, java.lang.String pdsFDL)
Method Detail |
---|
public void activate()
ARRSCellDataSource
activate
in class ARRSCellDataSource
public DataBlock subblock(ISBounds db)
subblock
in interface Indexable
subblock
in class ARRSCellDataSource
public void subblock(DataBlock theBlock, ISBounds bd)
subblock
in class ARRSCellDataSource
public void urCellBlock(DataBlock urBlock, ISBounds b, ISBounds res)
urCellBlock
in interface CellIndexable
urCellBlock
in class ARRSCellDataSource
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |