Uses of Interface
uk.ac.rdg.resc.edal.dataset.DomainMapper.DomainMapperEntry
-
Packages that use DomainMapper.DomainMapperEntry 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.DomainMapperEntry in uk.ac.rdg.resc.edal.dataset
Methods in uk.ac.rdg.resc.edal.dataset that return types with arguments of type DomainMapper.DomainMapperEntry Modifier and Type Method Description List<DomainMapper.DomainMapperEntry<P>>
DomainMapper.Scanline. getPixelMapEntries()
Gets the list of DomainMapperEntries associated with the j index, in order of increasing i indexIterator<DomainMapper.DomainMapperEntry<T>>
DomainMapper. iterator()
Returns an unmodifiable iterator over all theDomainMapper.DomainMapperEntry
s in this PixelMap.
-