Uses of Class
uk.ac.rdg.resc.edal.dataset.DiscreteLayeredDataset
-
Packages that use DiscreteLayeredDataset 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.cdm Interface to datasets through the Unidata Common Data Model.uk.ac.rdg.resc.edal.dataset.vtk -
-
Uses of DiscreteLayeredDataset in uk.ac.rdg.resc.edal.dataset
Subclasses of DiscreteLayeredDataset in uk.ac.rdg.resc.edal.dataset Modifier and Type Class Description 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 DiscreteLayeredDataset in uk.ac.rdg.resc.edal.dataset.cdm
Methods in uk.ac.rdg.resc.edal.dataset.cdm that return DiscreteLayeredDataset Modifier and Type Method Description DiscreteLayeredDataset<? extends DataSource,? extends DiscreteLayeredVariableMetadata>CdmDatasetFactory. createDataset(String id, String location)DiscreteLayeredDataset<? extends DataSource,? extends DiscreteLayeredVariableMetadata>CdmDatasetFactory. createDataset(String id, String location, boolean forceRefresh)protected abstract DiscreteLayeredDataset<? extends DataSource,? extends DiscreteLayeredVariableMetadata>CdmDatasetFactory. generateDataset(String id, String location, ucar.nc2.dataset.NetcdfDataset nc)Generate aDiscreteLayeredDatasetfor the given ID, location, andNetcdfDataset.protected DiscreteLayeredDataset<? extends DataSource,? extends DiscreteLayeredVariableMetadata>CdmGridDatasetFactory. generateDataset(String id, String location, ucar.nc2.dataset.NetcdfDataset nc) -
Uses of DiscreteLayeredDataset in uk.ac.rdg.resc.edal.dataset.vtk
Subclasses of DiscreteLayeredDataset 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
-