Uses of Class
uk.ac.rdg.resc.edal.dataset.DomainMapper
-
Packages that use DomainMapper 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 in uk.ac.rdg.resc.edal.dataset
Subclasses of DomainMapper in uk.ac.rdg.resc.edal.dataset Modifier and Type Class Description class
Domain1DMapper
This is an implementation of aDomainMapper
which maps 2D indices from a source grid onto a single integer in the target domain.class
Domain2DMapper
This is an implementation of aDomainMapper
which maps 2D indices from a source grid onto a pair of integers (asint[]
) in the target domain.
-