Package ucar.nc2.dt.ugrid
Class Cell
- java.lang.Object
-
- ucar.nc2.dt.ugrid.Cell
-
public class Cell extends Object
-
-
Constructor Summary
Constructors Constructor Description Cell()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayList<Edge>getEdges()ArrayList<Entity>getEntities()int[]getEntityIndexes()ArrayList<Face>getFaces()int[]getNodeIndexes()ArrayList<Node>getNodes()LatLonPolygon2DgetPolygon()booleanhasEdges()booleanhasFaces()booleanhasNodes()voidsetConnectivityIndex(int connectivity_index)voidsetEdges(ArrayList<Edge> edges)voidsetFaces(ArrayList<Face> faces)voidsetNodes(ArrayList<Node> nodes)voidsetPolygon()voidsetPolygon(LatLonPolygon2D poly)
-
-
-
Method Detail
-
getEntityIndexes
public int[] getEntityIndexes()
-
getPolygon
public LatLonPolygon2D getPolygon()
-
setPolygon
public void setPolygon(LatLonPolygon2D poly)
-
setPolygon
public void setPolygon()
-
hasNodes
public boolean hasNodes()
-
getNodeIndexes
public int[] getNodeIndexes()
-
hasEdges
public boolean hasEdges()
-
hasFaces
public boolean hasFaces()
-
setConnectivityIndex
public void setConnectivityIndex(int connectivity_index)
-
-