public class CoordinateUnionizer
extends java.lang.Object
Create the overall coordinate across the same variable in different partitions
The CoordinateBuilders create unique sets of Coordinates.
The CoordinateND result is then the cross-product of those Coordinates.
This is a builder helper class, the result is obtained from List finish().
So if theres a lot of missing records in that cross-product, we may have the variable wrong (?),
or our assumption that the data comprises a multidim array may be wrong
- Since:
- 12/10/13