Class BilTileHeader

java.lang.Object
hec.map.tms.datasource.tile.bil.BilTileHeader

public class BilTileHeader extends Object
  • Field Details

    • _upperLeftCorner

      protected Point2D _upperLeftCorner
  • Constructor Details

    • BilTileHeader

      public BilTileHeader()
  • Method Details

    • getXDimension

      public double getXDimension()
    • getYDimension

      public double getYDimension()
    • getUpperLeftX

      public double getUpperLeftX()
    • getUpperLeftY

      public double getUpperLeftY()
    • getMinValue

      public float getMinValue()
    • getMaxValue

      public float getMaxValue()
    • getNotDataValue

      public float getNotDataValue()
    • getByteOrder

      public ByteOrder getByteOrder()
    • getNumBits

      public int getNumBits()
      returns the number of bits used to encode the value. Values are interpolated between the min/max values. The interpolated value is between 0 and 2^nbits
      Returns:
    • read

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

      public WorldRect getExtents()
    • getNumRows

      public int getNumRows()
    • getNumColumns

      public int getNumColumns()
    • getTotalRowBytes

      public int getTotalRowBytes()