Parser class for osm files.
More...
#include <OsmHandler.h>
|
| static constexpr const char * | extension () |
| |
| static constexpr const char * | name () |
| |
Static Public Member Functions inherited from lanelet::io_handlers::IOHandler |
| static constexpr const char * | extension () |
| | returns the extension supported by this parser More...
|
| |
| static constexpr const char * | name () |
| | returns the name of this handler. Must not be empty for child classes More...
|
| |
Parser class for osm files.
Definition at line 34 of file OsmHandler.h.
◆ extension()
| static constexpr const char* lanelet::io_handlers::OsmParser::extension |
( |
| ) |
|
|
inlinestatic |
◆ fromOsmFile()
◆ name()
| static constexpr const char* lanelet::io_handlers::OsmParser::name |
( |
| ) |
|
|
inlinestatic |
◆ parse()
| std::unique_ptr< LaneletMap > lanelet::io_handlers::OsmParser::parse |
( |
const std::string & |
filename, |
|
|
ErrorMessages & |
errors |
|
) |
| const |
|
overridevirtual |
The documentation for this class was generated from the following files: