Package cds.healpix

Interface HealpixNestedBMOC.CurrentValueAccessor

  • Enclosing class:
    HealpixNestedBMOC

    public static interface HealpixNestedBMOC.CurrentValueAccessor
    Provides informations on the current element of the BMOC while iterating over it.
    Author:
    F.-X. Pineau
    • Method Detail

      • getRawValue

        long getRawValue()
        Returns:
        the current BMOC value, encoded in a specific way
      • getDepth

        int getDepth()
        Returns the depth of the BMOC element this cursor is pointing at.
        Returns:
        the depth of the BMOC element this cursor is pointing at.
      • getHash

        long getHash()
        Returns then hash value of the BMOC element this cursor is pointing at.
        Returns:
        then hash value of the BMOC element this cursor is pointing at.