Uses of Class
uk.ac.rdg.resc.edal.metadata.GridVariableMetadata
-
Packages that use GridVariableMetadata 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.dataset.vtk -
-
Uses of GridVariableMetadata in uk.ac.rdg.resc.edal.dataset
Methods in uk.ac.rdg.resc.edal.dataset with parameters of type GridVariableMetadata Modifier and Type Method Description protected Array2D<Number>
GriddedDataset. extractHorizontalData(GridVariableMetadata metadata, int tIndex, int zIndex, HorizontalGrid targetGrid, GridDataSource dataSource)
protected Number
GriddedDataset. extractPoint(GridVariableMetadata metadata, int t, int z, HorizontalPosition hPos, GridDataSource dataSource)
protected Array1D<Number>
GriddedDataset. extractProfileData(GridVariableMetadata metadata, List<Integer> zs, int tIndex, HorizontalPosition hPos, GridDataSource dataSource)
protected Array1D<Number>
GriddedDataset. extractTimeseriesData(GridVariableMetadata metadata, List<Integer> ts, int zIndex, HorizontalPosition hPos, GridDataSource dataSource)
Constructor parameters in uk.ac.rdg.resc.edal.dataset with type arguments of type GridVariableMetadata Constructor Description GriddedDataset(String id, Collection<GridVariableMetadata> vars)
-
Uses of GridVariableMetadata in uk.ac.rdg.resc.edal.dataset.vtk
Constructor parameters in uk.ac.rdg.resc.edal.dataset.vtk with type arguments of type GridVariableMetadata Constructor Description HydromodelVtkGridDataset(String id, Collection<GridVariableMetadata> vars, HydromodelVtkDatasetFactory.TimestepInfo[] timestepsInfo)
-