public interface HashComputer extends HierarchyItem
HashComputer
 are probably NOT THREAD-SAFE. So you MUST have one such implementation object per thread.| Modifier and Type | Method and Description | 
|---|---|
int | 
depth()
Returns the depth of the hash computed by  
hash(double, double) method. | 
long | 
hash(double lonRad,
    double latRad)
Returns the HEALPix hash value of the given coordinate at this object depth. 
 | 
int depth()
hash(double, double) method.depth in interface HierarchyItemhash(double, double) method.long hash(double lonRad,
          double latRad)
lonRad - longitude in radians, must support reasonably large positive and negative values
         producing accurate results with a naive range reduction like modulo 2*pi
         (i.e. without having to resort on Cody-Waite or Payne Hanek range reduction).latRad - latitude in [-pi/2, pi/2] radiansCopyright © 2018 F.-X. Pineau, CDS, Observatoire Astronomique de Strasbourg, Universite de Strasbourg, CNRS. All Rights Reserved.