Class ZarrLayoutBB

  • All Implemented Interfaces:
    ucar.nc2.iosp.Layout, ucar.nc2.iosp.LayoutBB

    public class ZarrLayoutBB
    extends Object
    implements ucar.nc2.iosp.LayoutBB
    A tiled layout for Zarr formats that accommodates uncompressing and filtering data before returning
    • Constructor Detail

      • ZarrLayoutBB

        public ZarrLayoutBB​(ucar.nc2.Variable v2,
                            ucar.ma2.Section wantSection,
                            ucar.unidata.io.RandomAccessFile raf)
    • Method Detail

      • getTotalNelems

        public long getTotalNelems()
        Specified by:
        getTotalNelems in interface ucar.nc2.iosp.Layout
        Specified by:
        getTotalNelems in interface ucar.nc2.iosp.LayoutBB
      • getElemSize

        public int getElemSize()
        Specified by:
        getElemSize in interface ucar.nc2.iosp.Layout
        Specified by:
        getElemSize in interface ucar.nc2.iosp.LayoutBB
      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface ucar.nc2.iosp.Layout
        Specified by:
        hasNext in interface ucar.nc2.iosp.LayoutBB
      • next

        public ucar.nc2.iosp.LayoutBB.Chunk next()
        Specified by:
        next in interface ucar.nc2.iosp.Layout
        Specified by:
        next in interface ucar.nc2.iosp.LayoutBB