Package ucar.nc2.dt.ugrid
Class UGridDataset.Meshset
java.lang.Object
ucar.nc2.dt.ugrid.UGridDataset.Meshset
- All Implemented Interfaces:
UGridDataset.Meshset
- Enclosing class:
- UGridDataset
This is a set of MeshVariables with the same Mesh and Topology
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionucar.nc2.dataset.VariableDSall the UGridDatatype in this Meshset use this topologygetMesh()getMeshVariableByName(String name) Get list of MeshVariable objects
-
Constructor Details
-
Meshset
-
-
Method Details
-
getMeshVariables
Get list of MeshVariable objects- Specified by:
getMeshVariablesin interfaceUGridDataset.Meshset- Returns:
- list of UGridDatatype
-
getMeshVariableByName
- Specified by:
getMeshVariableByNamein interfaceUGridDataset.Meshset
-
getMesh
- Specified by:
getMeshin interfaceUGridDataset.Meshset
-
getDescriptionVariable
public ucar.nc2.dataset.VariableDS getDescriptionVariable()Description copied from interface:UGridDataset.Meshsetall the UGridDatatype in this Meshset use this topology- Specified by:
getDescriptionVariablein interfaceUGridDataset.Meshset- Returns:
- the common topology
-