Package ucar.nc2.dt.ugrid
Class Cell
java.lang.Object
ucar.nc2.dt.ugrid.Cell
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEdges()int[]getFaces()int[]getNodes()booleanhasEdges()booleanhasFaces()booleanhasNodes()voidsetConnectivityIndex(int connectivity_index) voidvoidvoidvoidvoidsetPolygon(LatLonPolygon2D poly)
-
Constructor Details
-
Cell
public Cell()
-
-
Method Details
-
getEntities
-
getEntityIndexes
public int[] getEntityIndexes() -
getPolygon
-
setPolygon
-
setPolygon
public void setPolygon() -
hasNodes
public boolean hasNodes() -
getNodes
-
getNodeIndexes
public int[] getNodeIndexes() -
setNodes
-
hasEdges
public boolean hasEdges() -
getEdges
-
setEdges
-
hasFaces
public boolean hasFaces() -
getFaces
-
setFaces
-
setConnectivityIndex
public void setConnectivityIndex(int connectivity_index)
-