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