Uses of Interface
uk.ac.rdg.resc.edal.dataset.GridDataSource
-
Packages that use GridDataSource 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 GridDataSource in uk.ac.rdg.resc.edal.dataset
Methods in uk.ac.rdg.resc.edal.dataset with parameters of type GridDataSource 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)
abstract Array2D<Number>
DataReadingStrategy. readMapData(GridDataSource dataSource, String varId, int tIndex, int zIndex, Domain2DMapper domainMapper)
-
Uses of GridDataSource in uk.ac.rdg.resc.edal.dataset.vtk
Methods in uk.ac.rdg.resc.edal.dataset.vtk that return GridDataSource Modifier and Type Method Description protected GridDataSource
HydromodelVtkGridDataset. openDataSource()
-