org.das2.qds.RecordIterator

Make any QDataSet into a table, then iterate over the records. This was introduced to support the first Autoplot HAPI server, but will be useful elsewhere.

RecordIterator( QDataSet src )

set up the iterator. If the src is rank 1 with a DEPEND_0, then the two are bundled together.


TIME_STAMP


constrainDepend0

constrainDepend0( DatumRange dr ) → void

limit the data returned such that only data within the datum range provided are returned.

Parameters

dr - a DatumRange

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]


hasNext

hasNext( ) → boolean

Returns:

boolean

[search for examples] [view on GitHub] [view on old javadoc] [view source]


next

next( ) → QDataSet

Returns:

org.das2.qds.QDataSet

[search for examples] [view on GitHub] [view on old javadoc] [view source]


remove

remove( ) → void

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]