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. datasetsMethods in uk.ac.rdg.resc.edal.catalogue that return Dataset Modifier and Type Method Description DatasetDataCatalogue. 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 voidDataCatalogue. 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 voidCatalogueConfig.DatasetStorage. datasetLoaded(Dataset dataset, Collection<VariableConfig> variables)Called once aDatasetis 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 classAbstractContinuousDomainDatasetPartial implementation of aDatasetwith a continuous domain which performs spatial indexing of features.classAbstractDatasetclassDiscreteLayeredDataset<DS extends DataSource,VM extends DiscreteLayeredVariableMetadata>A partial implementation of anHorizontallyDiscreteDatasetbased on a 4D dataset where the z- and t-dimensions are discrete axes.static classFakeTrajectoryDatasetFactory.FakeTrajectoryDatasetclassGriddedDatasetA partial implementation of aDatasetbased on a 4D grid, using aGridDataSourceand aDataReadingStrategy.classHorizontallyDiscreteDataset<DS extends DataSource>A partial implementation of a 4-dimensionalDatasetwhich handles the use of plugins to generate values.classHorizontalMesh4dDatasetPartial implementation of aDatasetwhere the horizontal layers are based on an unstructured mesh, and the vertical / time dimensions are discrete.classPointDataset<F extends DiscreteFeature<?,?>>AnAbstractContinuousDomainDatasetwhose map features arePointFeatures.classTrajectoryDatasetADatasetwhich contains onlyTrajectoryFeatures.Methods in uk.ac.rdg.resc.edal.dataset that return Dataset Modifier and Type Method Description DatasetDatasetFactory. createDataset(String id, String location)Returns a Dataset object representing the data at the given location.abstract DatasetDatasetFactory. createDataset(String id, String location, boolean forceRefresh)Returns a Dataset object representing the data at the given location.DatasetFakeTrajectoryDatasetFactory. 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 DatasetModisLcDatasetFactory. createDataset(String id, String location, boolean forceRefresh)DatasetWaterMLDatasetFactory. 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 classHydromodelVtkGridDatasetIn-memory implementation of aHorizontalMesh4dDatasetto read the hydromodel VTK formatclassHydromodelVtkUnstructuredDatasetIn-memory implementation of aHorizontalMesh4dDatasetto read the hydromodel VTK formatMethods in uk.ac.rdg.resc.edal.dataset.vtk that return Dataset Modifier and Type Method Description DatasetHydromodelVtkDatasetFactory. 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 classSimpleFeatureCatalogue<D extends Dataset>Methods in uk.ac.rdg.resc.edal.graphics.utils that return Dataset Modifier and Type Method Description DatasetDatasetCatalogue. getDatasetFromId(String datasetId)Returns aDatasetfrom 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 BufferedImageGraphicsUtils. 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 DatasetVariableMetadata. 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 voidVariableMetadata. 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 DatasetWmsUtils. getDatasetFromLayerName(String layerName, WmsCatalogue catalogue)Given aWmsCatalogue, returns theDatasetwhich corresponds to a given layer name
-