Class CoordinatePartitionUnionizer


  • public class CoordinatePartitionUnionizer
    extends 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. Used by GribPartitionBuilder 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