Package ucar.nc2.dt.ugrid.topology
Class Topology
- java.lang.Object
-
- ucar.nc2.dt.ugrid.topology.Topology
-
public class Topology extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Cell>createCells(List<String> locations, List<ucar.nc2.dataset.CoordinateSystem> coords)ucar.nc2.VariablegetFaceNodeConnectivityVariable()booleanisTall()voidsetFaceNodeConnectivityVariable(ucar.nc2.Variable v)voidsubsetToDataset(UGridDataset ugd, ucar.nc2.dataset.NetcdfDataset ncd, List<Cell> containedCells)ucar.nc2.dataset.VariableDSsubsetToVariable(List<Cell> containedCells)
-
-
-
Constructor Detail
-
Topology
public Topology()
-
Topology
public Topology(ucar.nc2.Variable var)
-
Topology
public Topology(ucar.nc2.dataset.NetcdfDataset ds, String fullnameescaped)
-
-
Method Detail
-
setFaceNodeConnectivityVariable
public void setFaceNodeConnectivityVariable(ucar.nc2.Variable v)
-
createCells
public List<Cell> createCells(List<String> locations, List<ucar.nc2.dataset.CoordinateSystem> coords)
-
subsetToDataset
public void subsetToDataset(UGridDataset ugd, ucar.nc2.dataset.NetcdfDataset ncd, List<Cell> containedCells)
-
getFaceNodeConnectivityVariable
public ucar.nc2.Variable getFaceNodeConnectivityVariable()
-
isTall
public boolean isTall()
-
-