Class Mesh


  • public class Mesh
    extends Object
    • Constructor Detail

      • Mesh

        public Mesh​(ucar.nc2.dataset.NetcdfDataset ds,
                    ucar.nc2.dataset.VariableEnhanced v)
    • Method Detail

      • buildRTree

        public void buildRTree()
      • getName

        public String getName()
      • getSize

        public int getSize()
      • getTreeSize

        public int getTreeSize()
      • getNodeSize

        public int getNodeSize()
      • getNodeLatLons

        public double[][] getNodeLatLons()
      • getNodeIndexes

        public int[] getNodeIndexes()
      • getUniqueNodeSize

        public int getUniqueNodeSize()
      • getEdgeSize

        public int getEdgeSize()
      • getFaceSize

        public int getFaceSize()
      • getLatLonBoundingBox

        public ucar.unidata.geoloc.LatLonRect getLatLonBoundingBox()
      • getCellFromLatLon

        public Cell getCellFromLatLon​(double lat,
                                      double lon)
      • getCells

        public List<Cell> getCells()
      • getPolygons

        public List<Cell> getPolygons()
      • getTopology

        public Topology getTopology()
      • subset

        public Mesh subset​(ucar.unidata.geoloc.LatLonRect bounds)