Package hec.map

Interface ElevationGlyph

All Known Implementing Classes:
AiDemGlyph, DemGlyph, Flo2dDepthGlyph, Flo2dGlyph, NetTinGlyph, RasterGlyph, TmsMapGlyph, VrtMapGlyph

public interface ElevationGlyph
  • Method Details

    • getMap

    • getName

      String getName()
    • getDataRecord

      GlyphDataRecord getDataRecord()
    • setDataRecord

      void setDataRecord(GlyphDataRecord rec)
    • getMaximumElevation

      double getMaximumElevation()
    • getMinimumElevation

      double getMinimumElevation()
    • getElevationAt

      float getElevationAt(int ix, int iy)
      get depth at a point. assume nodes have already been scaled for this viewport
    • getNoDataValue

      double getNoDataValue()
    • drawElevationStats

      void drawElevationStats(Graphics g, LocalRegion region)
      Compute and draw max min and average elevation for the given region
    • setMinimumScale

      void setMinimumScale(int minScale)
    • setMaximumScale

      void setMaximumScale(int maxScale)
    • getMinimumScale

      int getMinimumScale()
    • getMaximumScale

      int getMaximumScale()