Package ucar.nc2.dt
Interface UGridDataset.Meshset
- All Known Implementing Classes:
UGridDataset.Meshset
- Enclosing interface:
- UGridDataset
public static interface UGridDataset.Meshset
-
Method Summary
Modifier and TypeMethodDescriptionucar.nc2.dataset.VariableDSall the UGridDatatype in this Meshset use this topologygetMesh()Get list of UGridDatatype objects with same Meshset
-
Method Details
-
getMeshVariables
List<UGridDatatype> getMeshVariables()Get list of UGridDatatype objects with same Meshset- Returns:
- list of UGridDatatype
-
getMeshVariableByName
-
getDescriptionVariable
ucar.nc2.dataset.VariableDS getDescriptionVariable()all the UGridDatatype in this Meshset use this topology- Returns:
- the common topology
-
getMesh
Mesh getMesh()
-