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 classDomain1DMapperThis is an implementation of aDomainMapperwhich maps 2D indices from a source grid onto a single integer in the target domain.classDomain2DMapperThis is an implementation of aDomainMapperwhich maps 2D indices from a source grid onto a pair of integers (asint[]) in the target domain.
-