Package hec.map.tin

Class TinGlyph

java.lang.Object
hec.map.MapGlyph
hec.map.tin.TinGlyph
All Implemented Interfaces:
Comparable<MapGlyph>

public class TinGlyph extends MapGlyph
  • Field Details

  • Constructor Details

  • Method Details

    • getDepthAt

      public double getDepthAt(int x, int y)
    • drawTin

      public void drawTin()
    • drawContour

      public void drawContour(boolean drw)
    • drawTinElevation

      public void drawTinElevation()
    • drawWaterSurface

      public void drawWaterSurface(int icon)
    • draw

      public void draw(Graphics g, MapScale scl)
      Description copied from class: MapGlyph
      draw this MapGlyph to graphics using the MapScale scl

      Specified by:
      draw in class MapGlyph
      Parameters:
      g - the Graphics to draw to
      scl - The current MapScale
    • contourElevation

      public void contourElevation(Graphics g, MapScale scl, Vector elevVec)
    • contourDepth

      public void contourDepth(Graphics g, MapScale scl, Vector elevVec, Vector bedVec)
    • contourInundation

      public void contourInundation(Graphics g, MapScale scl, Vector elevVec, Vector bedVec)
    • contourTriangle

      public void contourTriangle(Graphics g, LocalPt[] lpt, double[] val, double[] conval, int ncon, double cmin, double cmax)