Uses of Class
uk.ac.rdg.resc.edal.util.Array4D
-
Packages that use Array4D Package Description uk.ac.rdg.resc.edal.dataset Code for reading data from underlying storage (e.g. disk, databases or remote locations).uk.ac.rdg.resc.edal.feature uk.ac.rdg.resc.edal.util -
-
Uses of Array4D in uk.ac.rdg.resc.edal.dataset
Methods in uk.ac.rdg.resc.edal.dataset that return Array4D Modifier and Type Method Description Array4D<Number>
GridDataSource. read(String variableId, int tmin, int tmax, int zmin, int zmax, int ymin, int ymax, int xmin, int xmax)
Read anArray4D
of data from the underlying data source -
Uses of Array4D in uk.ac.rdg.resc.edal.feature
Methods in uk.ac.rdg.resc.edal.feature that return Array4D Modifier and Type Method Description Array4D<Number>
GridFeature. getValues(String paramId)
-
Uses of Array4D in uk.ac.rdg.resc.edal.util
Subclasses of Array4D in uk.ac.rdg.resc.edal.util Modifier and Type Class Description class
ValuesArray4D
-