Package hec.map.tms.datasource.tile.flt
Class FltTileHeader
java.lang.Object
hec.map.tms.datasource.tile.flt.FltTileHeader
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
double
double
float
Returns the maximum value in the data file or Float.MIN_VALUE if undefinedfloat
Returns the minimum value in the data file or the Float.MAX_VALUE if undefined.float
Returns the value defined in the Header that marks a NO Data Value in the data file.int
int
void
read
(InputStream is)
-
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
-
-
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
- Throws:
IOException
-
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
-