ucar.nc2.iosp
Interface LayoutBBTiled.DataChunkIterator

Enclosing class:
LayoutBBTiled

public static interface LayoutBBTiled.DataChunkIterator

An iterator over the data chunks.


Method Summary
 boolean hasNext()
           
 LayoutBBTiled.DataChunk next()
           
 

Method Detail

hasNext

boolean hasNext()

next

LayoutBBTiled.DataChunk next()
                             throws java.io.IOException
Throws:
java.io.IOException