|
enum | { DATA_FIELD
, GEO_FIELD
} |
|
enum | { ZA
, SWATH
, GRID
} |
|
|
void | add_projparams (const std::string &) |
|
void | print () const |
| Print the information about the members of the Vector list.
|
|
Definition at line 49 of file HE5Parser.h.
◆ anonymous enum
◆ anonymous enum
◆ add_projparams()
void HE5Parser::add_projparams |
( |
const std::string & | st_str | ) |
|
◆ print()
void HE5Parser::print |
( |
| ) |
const |
Print the information about the members of the Vector list.
Definition at line 38 of file HE5Parser.cc.
◆ data_var_list [1/3]
std::vector<HE5Var> HE5Grid::data_var_list |
|
inherited |
◆ data_var_list [2/3]
std::vector<HE5Var> HE5Swath::data_var_list |
|
inherited |
◆ data_var_list [3/3]
std::vector<HE5Var> HE5Za::data_var_list |
|
inherited |
◆ dim_list [1/3]
std::vector<HE5Dim> HE5Grid::dim_list |
|
inherited |
◆ dim_list [2/3]
std::vector<HE5Dim> HE5Swath::dim_list |
|
inherited |
◆ dim_list [3/3]
std::vector<HE5Dim> HE5Za::dim_list |
|
inherited |
◆ err_msg
std::string HE5Parser::err_msg = "" |
Have any parse error message.
Definition at line 71 of file HE5Parser.h.
◆ geo_var_list
std::vector<HE5Var> HE5Swath::geo_var_list |
|
inherited |
◆ grid_list
std::vector<HE5Grid> HE5Parser::grid_list |
◆ gridorigin
EOS5GridOriginType HE5Grid::gridorigin |
|
inherited |
◆ name [1/3]
std::string HE5Grid::name |
|
inherited |
◆ name [2/3]
std::string HE5Swath::name |
|
inherited |
◆ name [3/3]
◆ param
double HE5Grid::param[13] |
|
inherited |
◆ parser_state
int HE5Parser::parser_state = 0 |
Have the StructMetadata parser's state.
Definition at line 68 of file HE5Parser.h.
◆ pixelregistration
EOS5GridPRType HE5Grid::pixelregistration |
|
inherited |
◆ point_left
double HE5Grid::point_left |
|
inherited |
The leftmost coordinate value of a Grid.
Definition at line 23 of file HE5Grid.h.
◆ point_lower
double HE5Grid::point_lower |
|
inherited |
The bottom coordinate value of a Grid.
Definition at line 19 of file HE5Grid.h.
◆ point_right
double HE5Grid::point_right |
|
inherited |
The rightmost coordinate value of a Grid.
Definition at line 25 of file HE5Grid.h.
◆ point_upper
double HE5Grid::point_upper |
|
inherited |
The top coordinate value of a Grid.
Definition at line 21 of file HE5Grid.h.
◆ projection
EOS5GridPCType HE5Grid::projection |
|
inherited |
◆ sphere
◆ structure_state
int HE5Parser::structure_state = -1 |
Have the parser's state in terms of structure.
Definition at line 61 of file HE5Parser.h.
◆ swath_list
std::vector<HE5Swath> HE5Parser::swath_list |
◆ za_list
std::vector<HE5Za> HE5Parser::za_list |
◆ zone
The documentation for this class was generated from the following files: