- All Implemented Interfaces:
- java.lang.Iterable<SubsetParams>
@Immutable
public class CoordsSet
extends java.lang.Object
implements java.lang.Iterable<SubsetParams>
An iterator over the coordinates in a set of CoverageCoordAxis.
The independent axes are used to iterate.
Attached dependent axes are used to generate values also. Two cases handled so far:
1) ConstantForecast: runtime (ind), timeOffset (dep), time (scalar)
1) Best: time (ind), runtime (dep)
Grib: If theres a time offset, then there must be a runtime coordinate, and the time offset is relative to that.
LOOK only used by Grib