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)
void
ParametersWriter. 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 Parameter
ArgoDatasetFactory. PSAL_PARAMETER
protected Parameter
ArgoDatasetFactory. TEMP_PARAMETER
Methods in uk.ac.rdg.resc.edal.dataset.cdm that return Parameter Modifier and Type Method Description protected Parameter
CdmDatasetFactory. getParameter(ucar.nc2.Variable variable)
Generates aParameter
object, correctly parsing categorical flags and creating theParameter.Category
s 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 VariableMetadata
VariablePlugin. newVariableMetadataFromDomains(Parameter parameter, boolean scalar, HorizontalDomain[] hDomains, VerticalDomain[] zDomains, TemporalDomain[] tDomains)
GeneratesVariableMetadata
from the given arguments and domains.protected VariableMetadata
VariablePlugin. newVariableMetadataFromMetadata(Parameter parameter, boolean scalar, VariableMetadata... metadata)
GeneratesVariableMetadata
from 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 Parameter
AbstractDiscreteFeature. getParameter(String parameterId)
Parameter
Feature. 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 Parameter
VariableMetadata. 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 aVariableMetadata
object holding metadata about a plottable variable.VariableMetadata(Parameter parameter, HorizontalDomain hDomain, VerticalDomain zDomain, TemporalDomain tDomain, boolean scalar)
Constructs aVariableMetadata
object holding metadata about a variable.
-