Class Entity

java.lang.Object
ucar.nc2.dt.ugrid.Entity
Direct Known Subclasses:
Edge, Face, Node

public abstract class Entity extends Object
  • Constructor Details

    • Entity

      public Entity()
  • Method Details

    • 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()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object