Package uk.ac.rdg.resc.edal.dataset
Interface DomainMapper.Scanline<P>
-
- Enclosing class:
- DomainMapper<T>
public static interface DomainMapper.Scanline<P>
Holds all the DomainMapperEntries corresponding with a certain j index
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<DomainMapper.DomainMapperEntry<P>>
getPixelMapEntries()
Gets the list of DomainMapperEntries associated with the j index, in order of increasing i indexint
getSourceGridJIndex()
Gets the j index of this scanline in the source grid
-
-
-
Method Detail
-
getSourceGridJIndex
int getSourceGridJIndex()
Gets the j index of this scanline in the source grid
-
getPixelMapEntries
List<DomainMapper.DomainMapperEntry<P>> getPixelMapEntries()
Gets the list of DomainMapperEntries associated with the j index, in order of increasing i index
-
-