Package ucar.nc2.dt.ugrid
Class Entity
- java.lang.Object
-
- ucar.nc2.dt.ugrid.Entity
-
-
Constructor Summary
Constructors Constructor Description Entity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Cell[]getConnectingCells()intgetDataIndex()LatLonPoint2DgetGeoPoint()inthashCode()booleanisBoundry()voidsetConnectingCells(Cell[] cells)voidsetDataIndex(int i)voidsetGeoPoint(LatLonPoint2D point)
-
-
-
Method Detail
-
setDataIndex
public void setDataIndex(int i)
-
getDataIndex
public int getDataIndex()
-
setGeoPoint
public void setGeoPoint(LatLonPoint2D point)
-
getGeoPoint
public LatLonPoint2D getGeoPoint()
-
setConnectingCells
public void setConnectingCells(Cell[] cells)
-
getConnectingCells
public Cell[] getConnectingCells()
-
isBoundry
public boolean isBoundry()
-
-