Uses of Interface
uk.ac.rdg.resc.edal.dataset.HZTDataSource
-
Packages that use HZTDataSource 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 HZTDataSource in uk.ac.rdg.resc.edal.dataset
Classes in uk.ac.rdg.resc.edal.dataset that implement HZTDataSource Modifier and Type Class Description class
InMemoryMeshDataSource
A simple in-memory implementation of anHZTDataSource
.Methods in uk.ac.rdg.resc.edal.dataset with parameters of type HZTDataSource Modifier and Type Method Description protected Array2D<Number>
HorizontalMesh4dDataset. extractHorizontalData(HorizontalMesh4dVariableMetadata metadata, int tIndex, int zIndex, HorizontalGrid targetGrid, HZTDataSource dataSource)
protected Number
HorizontalMesh4dDataset. extractPoint(HorizontalMesh4dVariableMetadata metadata, int t, int z, HorizontalPosition hPos, HZTDataSource dataSource)
protected Array1D<Number>
HorizontalMesh4dDataset. extractProfileData(HorizontalMesh4dVariableMetadata metadata, List<Integer> zs, int tIndex, HorizontalPosition hPos, HZTDataSource dataSource)
protected Array1D<Number>
HorizontalMesh4dDataset. extractTimeseriesData(HorizontalMesh4dVariableMetadata metadata, List<Integer> ts, int zIndex, HorizontalPosition hPos, HZTDataSource dataSource)
-
Uses of HZTDataSource in uk.ac.rdg.resc.edal.dataset.vtk
Classes in uk.ac.rdg.resc.edal.dataset.vtk that implement HZTDataSource Modifier and Type Class Description static class
HydromodelVtkUnstructuredDataset.OnDemandVtkMeshDataSource
Methods in uk.ac.rdg.resc.edal.dataset.vtk that return HZTDataSource Modifier and Type Method Description protected HZTDataSource
HydromodelVtkUnstructuredDataset. openDataSource()
-