 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
68 Position getLanePos(
const std::string& poiID,
const std::string& laneID,
double lanePos,
double lanePosLat);
PCLoaderXML(PCPolyContainer &toFill, PCTypeMap &tm, OptionsCont &oc)
Constructor.
PCTypeMap & myTypeMap
The type map to use.
OptionsCont & myOptions
Settings to use.
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)
~PCLoaderXML()
Destructor.
A point in 2D or 3D with translation and scaling methods.
A storage for options typed value containers)
A reader for polygons and pois stored in XML-format.
virtual void myStartElement(int element, const SUMOSAXAttributes &attrs)
Called on the opening of a tag;.
A storage for loaded polygons and pois.
The XML-Handler for network loading.
static void loadIfSet(OptionsCont &oc, PCPolyContainer &toFill, PCTypeMap &tm)
Loads pois/polygons assumed to be stored as XML.
A storage for type mappings.
Encapsulated SAX-Attributes.