rasdaman API
|
Go to the source code of this file.
Classes | |
class | r_GeoBBox |
Typedefs | |
typedef vector< int16Row > | int16RowVec |
Functions | |
Format advancing from west to east and from north to south Each pixel consists of a bit integer where the lower byte comes first in | sequence (i.e., pixel value is byte[i]+byte[i+1]*256).There is no file header |
r_Conv_int16 (const char *source, const r_Minterval &lengthordomain, const r_Type *tp) throw (r_Error) | |
r_Conv_int16 (const char *source, const r_Minterval &lengthordomain, int tp) throw (r_Error) | |
r_convDesc & | convertFrom (const char *options=NULL) throw (r_Error) |
r_convDesc & | convertTo (const char *options=NULL) throw (r_Error) |
const char * | get_name () const throw () |
r_Data_Format | get_data_format () const throw () |
r_Convertor * | clone () const throw (r_Error) |
virtual | ~r_Conv_int16 (void) |
destructor More... | |
Variables | |
Format | specification |
r_GeoBBox | collBBox |
parameters More... | |
int16Row | min |
int16Row | max |
int16RowVec | demRows |
typedef vector<int16Row> int16RowVec |
r_Convertor* clone | ( | ) | const | |
throw | ( | r_Error | ||
) |
r_convDesc& convertFrom | ( | const char * | options = NULL | ) | |
throw | ( | r_Error | |||
) |
r_convDesc& convertTo | ( | const char * | options = NULL | ) | |
throw | ( | r_Error | |||
) |
r_Data_Format get_data_format | ( | ) | const | |
throw | ( | |||
) |
const char* get_name | ( | ) | const | |
throw | ( | |||
) |
r_Conv_int16 | ( | const char * | source, |
const r_Minterval & | lengthordomain, | ||
const r_Type * | tp | ||
) | |||
throw | ( | r_Error | |
) |
r_Conv_int16 | ( | const char * | source, |
const r_Minterval & | lengthordomain, | ||
int | tp | ||
) | |||
throw | ( | r_Error | |
) |
Format advancing from west to east and from north to south Each pixel consists of a bit integer where the lower byte comes first in sequence | ( | i. | e., |
pixel value is byte+byte * | 256[i][i+1] | ||
) |
|
virtual |
destructor
r_GeoBBox collBBox |
parameters
int16RowVec demRows |
int16Row max |
int16Row min |
Format specification |