org.das2.qds.JoinDataSet

Create a higher rank dataset with dim 0 being a JOIN dimension. Join implies that the joined datasets occupy the same physical dimension, and this can be thought of as the "array of" index. Note DEPEND_0 is treated as a special case of join. Note this dataset is mutable, and clients should not mutate it once the reference is made public.


deepCopy

Deprecated: see WritableJoinDataSet

joinAll

joinAll( org.das2.qds.JoinDataSet ds1 ) → void

copy all the records into this JoinDataSet. Note this is a shallow copy, and changes to one of the element datasets is visible in both JoinDataSets. TODO: this is probably under implemented, for example element properties.

Parameters

ds1 -

Returns:

void (returns nothing)

search for examples view on GitHub view source