org.das2.qds.QubeDataSetIterator.IndexListIteratorFactory

Factory for iterator that goes through a list of indices. The indices can be negative.

IndexListIteratorFactory( QDataSet ds )

initialize with the set of indices.


getList

getList( ) → QDataSet

Returns:

org.das2.qds.QDataSet

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


newIterator

newIterator( int length ) → DimensionIterator

Parameters

length - an int

Returns:

org.das2.qds.QubeDataSetIterator.DimensionIterator

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