Package hec.map.tms.datasource
Class TmsHeader
java.lang.Object
hec.map.tms.datasource.TmsHeader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatfloatfloatintreturns the number of bits used to encode the value.intintintdoubledoubledoubledoublevoidread(InputStream is)
-
Constructor Details
-
TmsHeader
public TmsHeader()
-
-
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
-
getNumRows
public int getNumRows() -
getNumColumns
public int getNumColumns() -
getTotalRowBytes
public int getTotalRowBytes()
-