Uses of Interface
uk.ac.rdg.resc.edal.dataset.Dataset
-
Packages that use Dataset Package Description uk.ac.rdg.resc.edal.catalogue uk.ac.rdg.resc.edal.catalogue.jaxb 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 uk.ac.rdg.resc.edal.graphics.utils Utilities to serialise/deserialise the styles in the parent package, as well as other shared classesuk.ac.rdg.resc.edal.metadata uk.ac.rdg.resc.edal.wms.util -
-
Uses of Dataset in uk.ac.rdg.resc.edal.catalogue
Fields in uk.ac.rdg.resc.edal.catalogue with type parameters of type Dataset Modifier and Type Field Description protected Map<String,Dataset>
DataCatalogue. datasets
Methods in uk.ac.rdg.resc.edal.catalogue that return Dataset Modifier and Type Method Description Dataset
DataCatalogue. getDatasetFromId(String datasetId)
Methods in uk.ac.rdg.resc.edal.catalogue that return types with arguments of type Dataset Modifier and Type Method Description Collection<Dataset>
DataCatalogue. getAllDatasets()
Methods in uk.ac.rdg.resc.edal.catalogue with parameters of type Dataset Modifier and Type Method Description void
DataCatalogue. datasetLoaded(Dataset dataset, Collection<VariableConfig> variables)
-
Uses of Dataset in uk.ac.rdg.resc.edal.catalogue.jaxb
Methods in uk.ac.rdg.resc.edal.catalogue.jaxb with parameters of type Dataset Modifier and Type Method Description void
CatalogueConfig.DatasetStorage. datasetLoaded(Dataset dataset, Collection<VariableConfig> variables)
Called once aDataset
is ready to be made available -
Uses of Dataset in uk.ac.rdg.resc.edal.dataset
Classes in uk.ac.rdg.resc.edal.dataset that implement Dataset Modifier and Type Class Description class
AbstractContinuousDomainDataset
Partial implementation of aDataset
with a continuous domain which performs spatial indexing of features.class
AbstractDataset
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.static class
FakeTrajectoryDatasetFactory.FakeTrajectoryDataset
class
GriddedDataset
A partial implementation of aDataset
based on a 4D grid, using aGridDataSource
and aDataReadingStrategy
.class
HorizontallyDiscreteDataset<DS extends DataSource>
A partial implementation of a 4-dimensionalDataset
which handles the use of plugins to generate values.class
HorizontalMesh4dDataset
Partial implementation of aDataset
where the horizontal layers are based on an unstructured mesh, and the vertical / time dimensions are discrete.class
PointDataset<F extends DiscreteFeature<?,?>>
AnAbstractContinuousDomainDataset
whose map features arePointFeature
s.class
TrajectoryDataset
ADataset
which contains onlyTrajectoryFeature
s.Methods in uk.ac.rdg.resc.edal.dataset that return Dataset Modifier and Type Method Description Dataset
DatasetFactory. createDataset(String id, String location)
Returns a Dataset object representing the data at the given location.abstract Dataset
DatasetFactory. createDataset(String id, String location, boolean forceRefresh)
Returns a Dataset object representing the data at the given location.Dataset
FakeTrajectoryDatasetFactory. createDataset(String id, String location, boolean forceRefresh)
-
Uses of Dataset in uk.ac.rdg.resc.edal.dataset.cdm
Methods in uk.ac.rdg.resc.edal.dataset.cdm that return Dataset Modifier and Type Method Description Dataset
ModisLcDatasetFactory. createDataset(String id, String location, boolean forceRefresh)
Dataset
WaterMLDatasetFactory. createDataset(String id, String location, boolean forceRefresh)
-
Uses of Dataset in uk.ac.rdg.resc.edal.dataset.vtk
Classes in uk.ac.rdg.resc.edal.dataset.vtk that implement Dataset 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 formatMethods in uk.ac.rdg.resc.edal.dataset.vtk that return Dataset Modifier and Type Method Description Dataset
HydromodelVtkDatasetFactory. createDataset(String id, String location, boolean forceRefresh)
-
Uses of Dataset in uk.ac.rdg.resc.edal.graphics.utils
Classes in uk.ac.rdg.resc.edal.graphics.utils with type parameters of type Dataset Modifier and Type Class Description class
SimpleFeatureCatalogue<D extends Dataset>
Methods in uk.ac.rdg.resc.edal.graphics.utils that return Dataset Modifier and Type Method Description Dataset
DatasetCatalogue. getDatasetFromId(String datasetId)
Returns aDataset
from its IDMethods in uk.ac.rdg.resc.edal.graphics.utils that return types with arguments of type Dataset Modifier and Type Method Description Collection<Dataset>
DatasetCatalogue. getAllDatasets()
Methods in uk.ac.rdg.resc.edal.graphics.utils with parameters of type Dataset Modifier and Type Method Description static Extent<Float>
GraphicsUtils. estimateValueRange(Dataset dataset, String varId)
Estimate the range of values in this layer by reading a sample of data from the default time and elevation.static Collection<? extends DiscreteFeature<?,?>>
GraphicsUtils. extractGeneralMapFeatures(Dataset dataset, String varId, PlottingDomainParams params)
Convenience method to extract map features for a single variable in a generic dataset.static BufferedImage
GraphicsUtils. plotDefaultImage(Dataset dataset, String varId, int width, int height)
Draws a raster image from the supplied dataset and variable -
Uses of Dataset in uk.ac.rdg.resc.edal.metadata
Methods in uk.ac.rdg.resc.edal.metadata that return Dataset Modifier and Type Method Description Dataset
VariableMetadata. getDataset()
The dataset to which this variable belongsMethods in uk.ac.rdg.resc.edal.metadata with parameters of type Dataset Modifier and Type Method Description void
VariableMetadata. setDataset(Dataset dataset)
Recursively set the dataset for thisVariableMetadata
-
Uses of Dataset in uk.ac.rdg.resc.edal.wms.util
Methods in uk.ac.rdg.resc.edal.wms.util that return Dataset Modifier and Type Method Description static Dataset
WmsUtils. getDatasetFromLayerName(String layerName, WmsCatalogue catalogue)
Given aWmsCatalogue
, returns theDataset
which corresponds to a given layer name
-