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 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 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 aDiscreteLayeredDataset
for 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 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
-