Package cds.healpix
Class ToCellItDecorator
java.lang.Object
cds.healpix.ToCellItDecorator
Range iterator to cell iterator decorator.
We could have made this decorator more generic by replacing both the
Range and the Cell classes by an interface, adding a object building a Cell from a Range
plus the cell depth and hash.
- Author:
- F.-X Pineau
-
Constructor Details
-
ToCellItDecorator
- Parameters:
dim
- dimension of the z-order curve. For HEALPix, dim = 2, for Time, dim = 1absoluteDephtMax
- for HEALPix, absoluteDephtMax = 29decorated
-
-
-
Method Details