17 #ifndef NIXMLShapeHandler_h 18 #define NIXMLShapeHandler_h 47 Position getLanePos(
const std::string& poiID,
const std::string& laneID,
double lanePos,
double lanePosLat);
virtual ~NIXMLShapeHandler()
Destructor.
NIXMLShapeHandler(ShapeContainer &sc, const NBEdgeCont &ec)
const NBEdgeCont & myEdgeCont
Storage for geometrical objects.
The XML-Handler for network loading.
Position getLanePos(const std::string &poiID, const std::string &laneID, double lanePos, double lanePosLat)
get position for a given laneID (Has to be implemented in all child)
A point in 2D or 3D with translation and scaling methods.
Storage for edges, including some functionality operating on multiple edges.
virtual bool addLanePosParams()
Whether some input attributes shall be automatically added as params (Can be implemented in all child...