Jafar
|
This class allow the parsing of GML file. More...
This class allow the parsing of GML file.
Especially useful for CityGML files that are rejected by the gdal library.
Definition at line 23 of file Parser.hpp.
#include <Parser.hpp>
Public Member Functions | |
Parser (const std::string &fileName) | |
ElementsLists | allElements () const |
ElementsLists | elements (Object::Type) const |
const Object * | object (const std::string &_name) const |
const std::list< const Object * > & | objects (Object::Type) const |
Private Member Functions | |
void | recursiveParseElement (const QDomElement &element) |
void | recursiveParseAllChildrenElements (const QDomElement &element) |
Private Attributes | |
Private *const | d |
ElementsLists jafar::gml::Parser::allElements | ( | ) | const |
ElementsLists jafar::gml::Parser::elements | ( | Object::Type | ) | const |
const Object* jafar::gml::Parser::object | ( | const std::string & | _name | ) | const |
Generated on Wed Oct 15 2014 00:37:39 for Jafar by doxygen 1.7.6.1 |