Class Topology

java.lang.Object
ucar.nc2.dt.ugrid.topology.Topology

public class Topology extends Object
  • Constructor Details

    • Topology

      public Topology()
    • Topology

      public Topology(ucar.nc2.Variable var)
    • Topology

      public Topology(ucar.nc2.dataset.NetcdfDataset ds, String fullnameescaped)
  • Method Details

    • 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)
    • subsetToVariable

      public ucar.nc2.dataset.VariableDS subsetToVariable(List<Cell> containedCells)
    • getFaceNodeConnectivityVariable

      public ucar.nc2.Variable getFaceNodeConnectivityVariable()
    • isTall

      public boolean isTall()