Uses of Interface
uk.ac.rdg.resc.edal.dataset.DataSource
-
Packages that use DataSource 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 DataSource in uk.ac.rdg.resc.edal.dataset
Classes in uk.ac.rdg.resc.edal.dataset with type parameters of type DataSource 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
HorizontallyDiscreteDataset<DS extends DataSource>
A partial implementation of a 4-dimensionalDataset
which handles the use of plugins to generate values.Subinterfaces of DataSource in uk.ac.rdg.resc.edal.dataset Modifier and Type Interface Description interface
GridDataSource
Low-level interface to multidimensional grids, used byDataReadingStrategy
.interface
HZTDataSource
ADataSource
which reads data from a domain where the horizontal layers are based on an unstructured mesh, and the vertical / time dimensions are discrete.Classes in uk.ac.rdg.resc.edal.dataset that implement DataSource Modifier and Type Class Description class
InMemoryMeshDataSource
A simple in-memory implementation of anHZTDataSource
. -
Uses of DataSource in uk.ac.rdg.resc.edal.dataset.cdm
Methods in uk.ac.rdg.resc.edal.dataset.cdm that return types with arguments of type DataSource 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 DataSource in uk.ac.rdg.resc.edal.dataset.vtk
Classes in uk.ac.rdg.resc.edal.dataset.vtk that implement DataSource Modifier and Type Class Description static class
HydromodelVtkUnstructuredDataset.OnDemandVtkMeshDataSource
class
OnDemandVtkDataSource
-