Uses of Class
uk.ac.rdg.resc.edal.dataset.AbstractDataset
-
Packages that use AbstractDataset 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 AbstractDataset in uk.ac.rdg.resc.edal.dataset
Subclasses of AbstractDataset in uk.ac.rdg.resc.edal.dataset Modifier and Type Class Description class
AbstractContinuousDomainDataset
Partial implementation of aDataset
with a continuous domain which performs spatial indexing of features.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.static class
FakeTrajectoryDatasetFactory.FakeTrajectoryDataset
class
GriddedDataset
A partial implementation of aDataset
based on a 4D grid, using aGridDataSource
and aDataReadingStrategy
.class
HorizontallyDiscreteDataset<DS extends DataSource>
A partial implementation of a 4-dimensionalDataset
which handles the use of plugins to generate values.class
HorizontalMesh4dDataset
Partial implementation of aDataset
where the horizontal layers are based on an unstructured mesh, and the vertical / time dimensions are discrete.class
PointDataset<F extends DiscreteFeature<?,?>>
AnAbstractContinuousDomainDataset
whose map features arePointFeature
s.class
TrajectoryDataset
ADataset
which contains onlyTrajectoryFeature
s. -
Uses of AbstractDataset in uk.ac.rdg.resc.edal.dataset.vtk
Subclasses of AbstractDataset 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
-