 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
18 #ifndef PCNetProjectionLoader_h
19 #define PCNetProjectionLoader_h
53 static void load(
const std::string& file,
double scale);
A reader for a SUMO network's projection description.
SAX-handler base for SUMO-files.
PCNetProjectionLoader(double scale)
Constructor.
bool hasReadAll() const
Returns whether all needed values were read.
~PCNetProjectionLoader()
Destructor.
bool myFoundLocation
Information whether the parameter was read.
double myScale
scaling of input coordinates (not given in the location element)
A storage for options typed value containers)
static void load(const std::string &file, double scale)
Loads network projection if wished.
virtual void myStartElement(int element, const SUMOSAXAttributes &attrs)
Called on the opening of a tag;.
Encapsulated SAX-Attributes.