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 class
DiscreteLayeredDataset<DS extends DataSource,VM extends DiscreteLayeredVariableMetadata>
A partial implementation of anHorizontallyDiscreteDataset
based on a 4D dataset where the z- and t-dimensions are discrete axes.class
GriddedDataset
A partial implementation of aDataset
based on a 4D grid, using aGridDataSource
and aDataReadingStrategy
.class
HorizontalMesh4dDataset
Partial implementation of aDataset
where 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 class
HydromodelVtkGridDataset
In-memory implementation of aHorizontalMesh4dDataset
to read the hydromodel VTK formatclass
HydromodelVtkUnstructuredDataset
In-memory implementation of aHorizontalMesh4dDataset
to read the hydromodel VTK format
-