Uses of Class
uk.ac.rdg.resc.edal.dataset.Domain2DMapper
-
Packages that use Domain2DMapper Package Description uk.ac.rdg.resc.edal.dataset Code for reading data from underlying storage (e.g. disk, databases or remote locations). -
-
Uses of Domain2DMapper in uk.ac.rdg.resc.edal.dataset
Methods in uk.ac.rdg.resc.edal.dataset that return Domain2DMapper Modifier and Type Method Description static Domain2DMapper
Domain2DMapper. forGrid(HorizontalGrid sourceGrid, HorizontalGrid targetGrid)
Initialises aDomain2DMapper
from a source and a target grid.Methods in uk.ac.rdg.resc.edal.dataset with parameters of type Domain2DMapper Modifier and Type Method Description abstract Array2D<Number>
DataReadingStrategy. readMapData(GridDataSource dataSource, String varId, int tIndex, int zIndex, Domain2DMapper domainMapper)
-