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
public class UGridDataset.Meshset extends Object implements UGridDataset.Meshset
This is a set of MeshVariables with the same Mesh and Topology
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ucar.nc2.dataset.VariableDSgetDescriptionVariable()all the UGridDatatype in this Meshset use this topologyMeshgetMesh()UGridDatatypegetMeshVariableByName(String name)List<UGridDatatype>getMeshVariables()Get list of MeshVariable objects
-
-
-
Constructor Detail
-
Meshset
public Meshset(Mesh m, ucar.nc2.dataset.VariableDS conn)
-
-
Method Detail
-
getMeshVariables
public List<UGridDatatype> getMeshVariables()
Get list of MeshVariable objects- Specified by:
getMeshVariablesin interfaceUGridDataset.Meshset- Returns:
- list of UGridDatatype
-
getMeshVariableByName
public UGridDatatype getMeshVariableByName(String name)
- Specified by:
getMeshVariableByNamein interfaceUGridDataset.Meshset
-
getMesh
public Mesh 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
-
-