Package ucar.nc2.dt.ugrid
Class Mesh
java.lang.Object
ucar.nc2.dt.ugrid.Mesh
-
Constructor Summary
ConstructorsConstructorDescriptionMesh(ucar.nc2.dataset.NetcdfDataset ds, ucar.nc2.dataset.VariableEnhanced v) -
Method Summary
-
Constructor Details
-
Mesh
public Mesh(ucar.nc2.dataset.NetcdfDataset ds, ucar.nc2.dataset.VariableEnhanced v)
-
-
Method Details
-
buildRTree
public void buildRTree() -
getName
-
getSize
public int getSize() -
getTreeSize
public int getTreeSize() -
getNodeSize
public int getNodeSize() -
getNodeLatLons
public double[][] getNodeLatLons() -
getNodeIndexes
public int[] getNodeIndexes() -
getUniqueNodes
-
getUniqueNodeSize
public int getUniqueNodeSize() -
getUniqueEdges
-
getEdgeSize
public int getEdgeSize() -
getUniqueFaces
-
getFaceSize
public int getFaceSize() -
getLatLonBoundingBox
public ucar.unidata.geoloc.LatLonRect getLatLonBoundingBox() -
getCellFromLatLon
-
getCellFromLatLon
-
getCellsInPolygon
-
getCells
-
getPolygons
-
getTopology
-
subset
-
toString
-