Package hec.map.flo2d

Class Flo2dCell

java.lang.Object
hec.map.WorldRect
hec.map.flo2d.Flo2dCell
All Implemented Interfaces:
Serializable

public class Flo2dCell extends WorldRect
See Also:
  • Constructor Details

    • Flo2dCell

      public Flo2dCell(int cellNum, WorldPt wpt, double depth)
  • Method Details

    • setDepth

      public void setDepth(double depth)
    • getDepth

      public double getDepth()
    • getCellNumber

      public int getCellNumber()
    • getCenterPoint

      public WorldPt getCenterPoint()
      Overrides:
      getCenterPoint in class WorldRect