Package uk.ac.rdg.resc.edal.dataset
Interface DomainMapper.DomainMapperEntry<P>
-
- Enclosing class:
- DomainMapper<T>
public static interface DomainMapper.DomainMapperEntry<P>
Maps a point in the source grid to corresponding points in the target grid.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getSourceGridIIndex()
Gets the i index of this point in the source gridint
getSourceGridJIndex()
Gets the j index of this point in the source gridList<P>
getTargetIndices()
Gets the array of all target indices that correspond with this source grid point.
-