Class Topology


  • public class Topology
    extends Object
    • 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)
      • subsetToVariable

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

        public ucar.nc2.Variable getFaceNodeConnectivityVariable()
      • isTall

        public boolean isTall()