Base object for writers. To create a new writer, you have to do the following steps: More...
#include <Writer.h>

Public Types | |
| using | Ptr = std::shared_ptr< Writer > |
Public Types inherited from lanelet::io_handlers::IOHandler | |
| using | Ptr = std::shared_ptr< IOHandler > |
Public Member Functions | |
| virtual void | write (const std::string &filename, const LaneletMap &laneletMap, ErrorMessages &errors, const io::Configuration ¶ms=io::Configuration()) const =0 |
| Writer ()=default | |
Public Member Functions inherited from lanelet::io_handlers::IOHandler | |
| io::Configuration | config () |
| IOHandler (const Projector &projector, const io::Configuration &config=io::Configuration()) | |
| const Projector & | projector () const |
| virtual | ~IOHandler ()=default |
Private Member Functions | |
| void | handleDefaultProjector () const final |
| using a default projector is not allowed. The implementations define how this issue is handled. More... | |
Additional Inherited Members | |
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... | |
Protected Member Functions inherited from lanelet::io_handlers::IOHandler | |
| IOHandler ()=default | |
Base object for writers. To create a new writer, you have to do the following steps:
| using lanelet::io_handlers::Writer::Ptr = std::shared_ptr<Writer> |
|
default |
|
inlinefinalprivatevirtual |
using a default projector is not allowed. The implementations define how this issue is handled.
Implements lanelet::io_handlers::IOHandler.
|
pure virtual |
Implemented in lanelet::io_handlers::OsmWriter, and lanelet::io_handlers::BinWriter.