Package ucar.nc2.dt
Interface UGridDataset.Meshset
-
- All Known Implementing Classes:
UGridDataset.Meshset
- Enclosing interface:
- UGridDataset
public static interface UGridDataset.Meshset
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ucar.nc2.dataset.VariableDSgetDescriptionVariable()all the UGridDatatype in this Meshset use this topologyMeshgetMesh()UGridDatatypegetMeshVariableByName(String n)List<UGridDatatype>getMeshVariables()Get list of UGridDatatype objects with same Meshset
-
-
-
Method Detail
-
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()
-
-