Uses of Class
uk.ac.rdg.resc.edal.metadata.VariableMetadata
-
Packages that use VariableMetadata Package Description uk.ac.rdg.resc.edal.catalogue 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.plugins Package containing classes pertinent to plugins to generate derived variablesuk.ac.rdg.resc.edal.graphics.style Definitions of the style-system, as well as implementations of various style typesuk.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 Classes in this package are used to create a WMS servletuk.ac.rdg.resc.edal.wms.util -
-
Uses of VariableMetadata in uk.ac.rdg.resc.edal.catalogue
Methods in uk.ac.rdg.resc.edal.catalogue with parameters of type VariableMetadata Modifier and Type Method Description EnhancedVariableMetadataDataCatalogue. getLayerMetadata(VariableMetadata variableMetadata) -
Uses of VariableMetadata in uk.ac.rdg.resc.edal.dataset
Fields in uk.ac.rdg.resc.edal.dataset with type parameters of type VariableMetadata Modifier and Type Field Description protected Map<String,VariableMetadata>AbstractDataset. varsMethods in uk.ac.rdg.resc.edal.dataset that return VariableMetadata Modifier and Type Method Description VariableMetadataAbstractDataset. getVariableMetadata(String variableId)VariableMetadataDataset. getVariableMetadata(String variableId)Returns theVariableMetadataassociated with a particular variable IDMethods in uk.ac.rdg.resc.edal.dataset that return types with arguments of type VariableMetadata Modifier and Type Method Description Set<VariableMetadata>AbstractDataset. getTopLevelVariables()Set<VariableMetadata>Dataset. getTopLevelVariables()Constructor parameters in uk.ac.rdg.resc.edal.dataset with type arguments of type VariableMetadata Constructor Description AbstractContinuousDomainDataset(String id, Collection<? extends VariableMetadata> vars, FeatureIndexer featureIndexer)AbstractDataset(String id, Collection<? extends VariableMetadata> vars)HorizontallyDiscreteDataset(String id, Collection<? extends VariableMetadata> vars)PointDataset(String id, Collection<? extends VariableMetadata> vars, FeatureIndexer featureIndexer)PointDataset(String id, Collection<? extends VariableMetadata> vars, FeatureIndexer featureIndexer, BoundingBox bbox, Extent<Double> zExtent, Extent<org.joda.time.DateTime> tExtent)TrajectoryDataset(String id, List<VariableMetadata> vars, DiscreteFeatureReader<TrajectoryFeature> featureReader, FeatureIndexer indexer) -
Uses of VariableMetadata in uk.ac.rdg.resc.edal.dataset.plugins
Methods in uk.ac.rdg.resc.edal.dataset.plugins that return VariableMetadata Modifier and Type Method Description protected VariableMetadata[]ArbitraryGroupPlugin. doProcessVariableMetadata(VariableMetadata... metadata)protected VariableMetadata[]DifferencePlugin. doProcessVariableMetadata(VariableMetadata... metadata)protected VariableMetadata[]NormalisedDifferencePlugin. doProcessVariableMetadata(VariableMetadata... metadata)protected VariableMetadata[]ValueErrorPlugin. doProcessVariableMetadata(VariableMetadata... metadata)protected abstract VariableMetadata[]VariablePlugin. doProcessVariableMetadata(VariableMetadata... metadata)Subclasses should override this method to modify theVariableMetadatatree, and return any new objects added to it.protected VariableMetadata[]VectorPlugin. doProcessVariableMetadata(VariableMetadata... metadata)protected VariableMetadataVariablePlugin. newVariableMetadataFromDomains(Parameter parameter, boolean scalar, HorizontalDomain[] hDomains, VerticalDomain[] zDomains, TemporalDomain[] tDomains)GeneratesVariableMetadatafrom the given arguments and domains.protected VariableMetadataVariablePlugin. newVariableMetadataFromMetadata(Parameter parameter, boolean scalar, VariableMetadata... metadata)GeneratesVariableMetadatafrom the given arguments and metadata.VariableMetadata[]VariablePlugin. processVariableMetadata(VariableMetadata... metadata)Modifies the currentVariableMetadatatree to reflect the changes this plugin implements.Methods in uk.ac.rdg.resc.edal.dataset.plugins with parameters of type VariableMetadata Modifier and Type Method Description protected VariableMetadata[]ArbitraryGroupPlugin. doProcessVariableMetadata(VariableMetadata... metadata)protected VariableMetadata[]DifferencePlugin. doProcessVariableMetadata(VariableMetadata... metadata)protected VariableMetadata[]NormalisedDifferencePlugin. doProcessVariableMetadata(VariableMetadata... metadata)protected VariableMetadata[]ValueErrorPlugin. doProcessVariableMetadata(VariableMetadata... metadata)protected abstract VariableMetadata[]VariablePlugin. doProcessVariableMetadata(VariableMetadata... metadata)Subclasses should override this method to modify theVariableMetadatatree, and return any new objects added to it.protected VariableMetadata[]VectorPlugin. doProcessVariableMetadata(VariableMetadata... metadata)protected VariableMetadataVariablePlugin. newVariableMetadataFromMetadata(Parameter parameter, boolean scalar, VariableMetadata... metadata)GeneratesVariableMetadatafrom the given arguments and metadata.VariableMetadata[]VariablePlugin. processVariableMetadata(VariableMetadata... metadata)Modifies the currentVariableMetadatatree to reflect the changes this plugin implements. -
Uses of VariableMetadata in uk.ac.rdg.resc.edal.graphics.style
Methods in uk.ac.rdg.resc.edal.graphics.style with parameters of type VariableMetadata Modifier and Type Method Description default booleanImageLayer.MetadataFilter. supportsMetadata(VariableMetadata metadata)Determine whether or a particular layer can be plotted, based on itsVariableMetadata -
Uses of VariableMetadata in uk.ac.rdg.resc.edal.graphics.utils
Methods in uk.ac.rdg.resc.edal.graphics.utils with parameters of type VariableMetadata Modifier and Type Method Description EnhancedVariableMetadataDatasetCatalogue. getLayerMetadata(VariableMetadata variableMetadata)ReturnsEnhancedVariableMetadatagiving for a given layer.MapImageSldTemplateStyleCatalogue. getMapImageFromStyle(String styleName, PlottingStyleParameters templateProperties, VariableMetadata metadata, LayerNameMapper layerNameMapper)MapImageStyleCatalogue. getMapImageFromStyle(String styleName, PlottingStyleParameters templateableProperties, VariableMetadata metadata, LayerNameMapper layerNameMapper)Returns a concreteMapImagefor a given styleCollection<String>SldTemplateStyleCatalogue. getSupportedStyles(VariableMetadata variableMetadata, LayerNameMapper layerNameMapper)Collection<String>StyleCatalogue. getSupportedStyles(VariableMetadata variableMetadata, LayerNameMapper layerNameMapper)Gets the supported styles for a given variable -
Uses of VariableMetadata in uk.ac.rdg.resc.edal.metadata
Subclasses of VariableMetadata in uk.ac.rdg.resc.edal.metadata Modifier and Type Class Description classDiscreteLayeredVariableMetadataVariableMetadatawhoseVerticalDomainandTemporalDomainare discrete axes, and whoseHorizontalDomainis aDiscreteHorizontalDomain(but not necessarily a grid)classGridVariableMetadataThis is aVariableMetadataobject specialised for discrete 4D grids.classHorizontalMesh4dVariableMetadataThis is aVariableMetadataobject specialised for discrete 4D grids.Methods in uk.ac.rdg.resc.edal.metadata that return VariableMetadata Modifier and Type Method Description VariableMetadataVariableMetadata. getChildWithRole(String role)Returns all childVariableMetadatawith the designated roleVariableMetadataVariableMetadata. getParent()Methods in uk.ac.rdg.resc.edal.metadata that return types with arguments of type VariableMetadata Modifier and Type Method Description Set<VariableMetadata>VariableMetadata. getChildren()Methods in uk.ac.rdg.resc.edal.metadata with parameters of type VariableMetadata Modifier and Type Method Description voidVariableMetadata. setParent(VariableMetadata parent, String relationshipToParent)Sets the parent-child relationship of thisVariableMetadataand another one. -
Uses of VariableMetadata in uk.ac.rdg.resc.edal.wms
Methods in uk.ac.rdg.resc.edal.wms with parameters of type VariableMetadata Modifier and Type Method Description protected FeatureInfoPointWmsServlet. getFeatureInfoValuesFromFeature(DiscreteFeature<?,?> feature, String variableId, PlottingDomainParams plottingParameters, String layerName, String featureName, VariableMetadata metadata)Extracts the target value from a featureMethod parameters in uk.ac.rdg.resc.edal.wms with type arguments of type VariableMetadata Modifier and Type Method Description protected org.json.JSONArrayWmsServlet. addVariablesToArray(Set<VariableMetadata> variables, String datasetId, WmsCatalogue catalogue) -
Uses of VariableMetadata in uk.ac.rdg.resc.edal.wms.util
Methods in uk.ac.rdg.resc.edal.wms.util that return VariableMetadata Modifier and Type Method Description static VariableMetadataWmsUtils. getVariableMetadataFromLayerName(String layerName, WmsCatalogue catalogue)Given aWmsCatalogue, returns theVariableMetadatawhich corresponds to a given layer name
-