Package ucar.nc2.dt

Interface UGridDataset.Meshset

All Known Implementing Classes:
UGridDataset.Meshset
Enclosing interface:
UGridDataset

public static interface UGridDataset.Meshset
  • Method Details

    • getMeshVariables

      List<UGridDatatype> getMeshVariables()
      Get list of UGridDatatype objects with same Meshset
      Returns:
      list of UGridDatatype
    • getMeshVariableByName

      UGridDatatype getMeshVariableByName(String n)
    • getDescriptionVariable

      ucar.nc2.dataset.VariableDS getDescriptionVariable()
      all the UGridDatatype in this Meshset use this topology
      Returns:
      the common topology
    • getMesh

      Mesh getMesh()