Class VariableMetadata

    • Method Detail

      • setDataset

        public void setDataset​(Dataset dataset)
        Recursively set the dataset for this VariableMetadata
        Parameters:
        dataset -
      • getId

        public String getId()
        Returns:
        The identifier of the variable.
      • getDataset

        public Dataset getDataset()
        The dataset to which this variable belongs
      • getParameter

        public Parameter getParameter()
        Describes what is being measured by the values of this variable.
      • getHorizontalDomain

        public HorizontalDomain getHorizontalDomain()
        Returns the horizontal domain of the variable.
      • getVerticalDomain

        public VerticalDomain getVerticalDomain()
        Returns the vertical domain of the variable
      • getTemporalDomain

        public TemporalDomain getTemporalDomain()
        Returns the temporal domain of the variable
      • getVariableProperties

        public Map<String,​Object> getVariableProperties()
        Returns:
        A Map of arbitrary properties which this variable has associated with it. This can be used to record any additional required information about the variable.