Uses of Interface
uk.ac.rdg.resc.edal.dataset.DomainMapper.Scanline
-
Packages that use DomainMapper.Scanline Package Description uk.ac.rdg.resc.edal.dataset Code for reading data from underlying storage (e.g. disk, databases or remote locations). -
-
Uses of DomainMapper.Scanline in uk.ac.rdg.resc.edal.dataset
Methods in uk.ac.rdg.resc.edal.dataset that return types with arguments of type DomainMapper.Scanline Modifier and Type Method Description Iterator<DomainMapper.Scanline<T>>
DomainMapper. scanlineIterator()
Returns an unmodifiable iterator over all the Scanlines in this pixel map
-