Package hec.map.tms.datasource.tile.bil
Class BilTileHeader
java.lang.Object
hec.map.tms.datasource.tile.bil.BilTileHeader
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
float
float
int
returns the number of bits used to encode the value.int
int
int
double
double
double
double
void
read
(InputStream is)
-
Field Details
-
_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
-
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
- Throws:
IOException
-
getExtents
-
getNumRows
public int getNumRows() -
getNumColumns
public int getNumColumns() -
getTotalRowBytes
public int getTotalRowBytes()
-