Class to parse files of the OGC Standards to our custom format.
More...
#include <parser.h>
Class to parse files of the OGC Standards to our custom format.
Definition at line 20 of file parser.h.
◆ importCellJson()
F2CCell f2c::Parser::importCellJson |
( |
const std::string & |
file | ) |
|
|
static |
◆ importFieldGml()
F2CField f2c::Parser::importFieldGml |
( |
const std::string & |
file, |
|
|
bool |
fail_silently = false |
|
) |
| |
|
static |
◆ importGml()
void f2c::Parser::importGml |
( |
const std::string & |
file, |
|
|
F2CFields & |
fields |
|
) |
| |
|
static |
Function to import file with gml extension.
- Parameters
-
file | Path to the imported file. |
fields | Set of fields saved on _file. |
Definition at line 17 of file parser.cpp.
◆ importJson()
int f2c::Parser::importJson |
( |
const std::string & |
file, |
|
|
F2CFields & |
fields |
|
) |
| |
|
static |
Function to import file with Json extension.
- Parameters
-
file | Path to the imported file. |
fields | Set of fields saved on _file. |
- Returns
- return 0 if the file was parsed correctly. Otherwise, return a negative number.
Definition at line 107 of file parser.cpp.
◆ importStripsJson()
F2CStrips f2c::Parser::importStripsJson |
( |
const std::string & |
file | ) |
|
|
static |
◆ importSwathsJson()
F2CSwaths f2c::Parser::importSwathsJson |
( |
const std::string & |
file | ) |
|
|
static |
The documentation for this class was generated from the following files: