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 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.classHorizontallyDiscreteDataset<DS extends DataSource>A partial implementation of a 4-dimensionalDatasetwhich handles the use of plugins to generate values.Subinterfaces of DataSource in uk.ac.rdg.resc.edal.dataset Modifier and Type Interface Description interfaceGridDataSourceLow-level interface to multidimensional grids, used byDataReadingStrategy.interfaceHZTDataSourceADataSourcewhich 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 classInMemoryMeshDataSourceA 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 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 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 classHydromodelVtkUnstructuredDataset.OnDemandVtkMeshDataSourceclassOnDemandVtkDataSource
-