Class Parser
- Defined in File parser.h 
Class Documentation
- 
class Parser
- Class to parse files of the OGC Standards to our custom format. - Public Static Functions - 
static void importGml(const std::string &file, F2CFields &fields)
- Function to import file with gml extension. - Parameters:
- file – Path to the imported file. 
- fields – Set of fields saved on _file. 
 
 
 
- 
static void importGml(const std::string &file, F2CFields &fields)