Uses of Class
uk.ac.rdg.resc.edal.metadata.Parameter
-
Packages that use Parameter Package Description uk.ac.rdg.resc.edal.covjson.writers uk.ac.rdg.resc.edal.dataset.cdm Interface to datasets through the Unidata Common Data Model.uk.ac.rdg.resc.edal.dataset.plugins Package containing classes pertinent to plugins to generate derived variablesuk.ac.rdg.resc.edal.feature uk.ac.rdg.resc.edal.metadata -
-
Uses of Parameter in uk.ac.rdg.resc.edal.covjson.writers
Methods in uk.ac.rdg.resc.edal.covjson.writers that return types with arguments of type Parameter Modifier and Type Method Description static Collection<Parameter>Util. withoutParameterGroups(Collection<Parameter> params, Feature<?> feature)Method parameters in uk.ac.rdg.resc.edal.covjson.writers with type arguments of type Parameter Modifier and Type Method Description static Collection<Parameter>Util. withoutParameterGroups(Collection<Parameter> params, Feature<?> feature)voidParametersWriter. write(Collection<Parameter> parameters) -
Uses of Parameter in uk.ac.rdg.resc.edal.dataset.cdm
Fields in uk.ac.rdg.resc.edal.dataset.cdm declared as Parameter Modifier and Type Field Description protected ParameterArgoDatasetFactory. PSAL_PARAMETERprotected ParameterArgoDatasetFactory. TEMP_PARAMETERMethods in uk.ac.rdg.resc.edal.dataset.cdm that return Parameter Modifier and Type Method Description protected ParameterCdmDatasetFactory. getParameter(ucar.nc2.Variable variable)Generates aParameterobject, correctly parsing categorical flags and creating theParameter.Categorys associated with theParameter. -
Uses of Parameter in uk.ac.rdg.resc.edal.dataset.plugins
Methods in uk.ac.rdg.resc.edal.dataset.plugins with parameters of type Parameter Modifier and Type Method Description 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. -
Uses of Parameter in uk.ac.rdg.resc.edal.feature
Methods in uk.ac.rdg.resc.edal.feature that return Parameter Modifier and Type Method Description ParameterAbstractDiscreteFeature. getParameter(String parameterId)ParameterFeature. getParameter(String variableId)Methods in uk.ac.rdg.resc.edal.feature that return types with arguments of type Parameter Modifier and Type Method Description Map<String,Parameter>AbstractDiscreteFeature. getParameterMap()Map<String,Parameter>Feature. getParameterMap() -
Uses of Parameter in uk.ac.rdg.resc.edal.metadata
Methods in uk.ac.rdg.resc.edal.metadata that return Parameter Modifier and Type Method Description ParameterVariableMetadata. getParameter()Describes what is being measured by the values of this variable.Constructors in uk.ac.rdg.resc.edal.metadata with parameters of type Parameter Constructor Description DiscreteLayeredVariableMetadata(Parameter parameter, DiscreteHorizontalDomain<? extends HorizontalCell> hDomain, VerticalAxis zDomain, TimeAxis tDomain, boolean scalar)GridVariableMetadata(Parameter parameter, HorizontalGrid hDomain, VerticalAxis zDomain, TimeAxis tDomain, boolean scalar)HorizontalMesh4dVariableMetadata(Parameter parameter, HorizontalMesh hDomain, VerticalAxis zDomain, TimeAxis tDomain, boolean scalar)VariableMetadata(Parameter parameter, HorizontalDomain hDomain, VerticalDomain zDomain, TemporalDomain tDomain)Constructs aVariableMetadataobject holding metadata about a plottable variable.VariableMetadata(Parameter parameter, HorizontalDomain hDomain, VerticalDomain zDomain, TemporalDomain tDomain, boolean scalar)Constructs aVariableMetadataobject holding metadata about a variable.
-