Uses of Class
uk.ac.rdg.resc.edal.dataset.HorizontallyDiscreteDataset
-
Packages that use HorizontallyDiscreteDataset 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 HorizontallyDiscreteDataset in uk.ac.rdg.resc.edal.dataset
Subclasses of HorizontallyDiscreteDataset in uk.ac.rdg.resc.edal.dataset Modifier and Type Class Description classDiscreteLayeredDataset<DS extends DataSource,VM extends DiscreteLayeredVariableMetadata>A partial implementation of anHorizontallyDiscreteDatasetbased on a 4D dataset where the z- and t-dimensions are discrete axes.classGriddedDatasetA partial implementation of aDatasetbased on a 4D grid, using aGridDataSourceand aDataReadingStrategy.classHorizontalMesh4dDatasetPartial implementation of aDatasetwhere the horizontal layers are based on an unstructured mesh, and the vertical / time dimensions are discrete. -
Uses of HorizontallyDiscreteDataset in uk.ac.rdg.resc.edal.dataset.vtk
Subclasses of HorizontallyDiscreteDataset in uk.ac.rdg.resc.edal.dataset.vtk Modifier and Type Class Description classHydromodelVtkGridDatasetIn-memory implementation of aHorizontalMesh4dDatasetto read the hydromodel VTK formatclassHydromodelVtkUnstructuredDatasetIn-memory implementation of aHorizontalMesh4dDatasetto read the hydromodel VTK format
-