Class FltTileHeader

java.lang.Object
hec.map.tms.datasource.tile.flt.FltTileHeader

public class FltTileHeader extends Object
  • Field Details

    • _cellsize

      protected double _cellsize
    • _data

      protected float[] _data
    • _maxElev

      protected float _maxElev
    • _minElev

      protected float _minElev
    • _nodata

      protected float _nodata
    • _numcol

      protected int _numcol
    • _numrow

      protected int _numrow
    • _lowerLeftCorner

      protected Point2D _lowerLeftCorner
  • Constructor Details

    • FltTileHeader

      public FltTileHeader()
  • Method Details

    • getLowerLeftX

      public double getLowerLeftX()
    • getLowerLeftY

      public double getLowerLeftY()
    • getMaxValue

      public float getMaxValue()
      Returns the maximum value in the data file or Float.MIN_VALUE if undefined
    • getMinValue

      public float getMinValue()
      Returns the minimum value in the data file or the Float.MAX_VALUE if undefined.
    • read

      public void read(InputStream is) throws IOException
      Throws:
      IOException
    • getExtents

      public WorldRect getExtents()
    • getNoDataValue

      public float getNoDataValue()
      Returns the value defined in the Header that marks a NO Data Value in the data file.
      Returns:
    • getNumberColumns

      public int getNumberColumns()
    • getNumberRows

      public int getNumberRows()
    • getCellSize

      public double getCellSize()
    • getByteOrder

      public ByteOrder getByteOrder()