Writer 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...
|
|
Writer class for osm files.
Definition at line 11 of file OsmHandler.h.
◆ extension()
static constexpr const char* lanelet::io_handlers::OsmWriter::extension |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ name()
static constexpr const char* lanelet::io_handlers::OsmWriter::name |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ toOsmFile()
◆ write()
Write the provided map to a file according to the provided parameters:
"josm_upload": the value of the "upload" attribute, "false" by default "josm_format_elevation": whether to format elevation to 2 decimal places as required by JSOM, "false" by default
Implements lanelet::io_handlers::Writer.
Definition at line 299 of file OsmHandlerWrite.cpp.
◆ Writer()
lanelet::io_handlers::Writer::Writer |
|
default |
The documentation for this class was generated from the following files: