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 classAbstractContinuousDomainDatasetPartial implementation of aDatasetwith a continuous domain which performs spatial indexing of features.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.static classFakeTrajectoryDatasetFactory.FakeTrajectoryDatasetclassGriddedDatasetA partial implementation of aDatasetbased on a 4D grid, using aGridDataSourceand aDataReadingStrategy.classHorizontallyDiscreteDataset<DS extends DataSource>A partial implementation of a 4-dimensionalDatasetwhich handles the use of plugins to generate values.classHorizontalMesh4dDatasetPartial implementation of aDatasetwhere the horizontal layers are based on an unstructured mesh, and the vertical / time dimensions are discrete.classPointDataset<F extends DiscreteFeature<?,?>>AnAbstractContinuousDomainDatasetwhose map features arePointFeatures.classTrajectoryDatasetADatasetwhich contains onlyTrajectoryFeatures. -
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 classHydromodelVtkGridDatasetIn-memory implementation of aHorizontalMesh4dDatasetto read the hydromodel VTK formatclassHydromodelVtkUnstructuredDatasetIn-memory implementation of aHorizontalMesh4dDatasetto read the hydromodel VTK format
-