Eclipse SUMO - Simulation of Urban MObility
PCLoaderVisum Class Reference

A reader of pois and polygons stored in VISUM-format. More...

#include <PCLoaderVisum.h>

Static Public Member Functions

static void loadIfSet (OptionsCont &oc, PCPolyContainer &toFill, PCTypeMap &tm)
 Loads pois/polygons assumed to be stored using VISUM-format. More...
 

Static Protected Member Functions

static void load (const std::string &file, OptionsCont &oc, PCPolyContainer &toFill, PCTypeMap &tm)
 Parses pois/polys stored within the given file. More...
 

Detailed Description

A reader of pois and polygons stored in VISUM-format.

Definition at line 42 of file PCLoaderVisum.h.

Member Function Documentation

◆ load()

void PCLoaderVisum::load ( const std::string &  file,
OptionsCont oc,
PCPolyContainer toFill,
PCTypeMap tm 
)
staticprotected

Parses pois/polys stored within the given file.

Parameters
[in]ocThe options container to get further options from
[in]toFillThe poly/pois container to add loaded polys/pois to
[in]tmThe type map to use for setting values of loaded polys/pois
Exceptions
ProcessErrorif something fails

Definition at line 73 of file PCLoaderVisum.cpp.

References PCPolyContainer::add(), PCTypeMap::TypeDef::color, PCTypeMap::TypeDef::discard, PCTypeMap::get(), NamedColumnsParser::get(), OptionsCont::getBool(), OptionsCont::getFloat(), GeoConvHelper::getProcessing(), OptionsCont::getString(), PCTypeMap::has(), LineReader::hasMore(), PCTypeMap::TypeDef::id, PCTypeMap::TypeDef::layer, StringTokenizer::next(), RGBColor::parseColor(), NamedColumnsParser::parseLine(), PCTypeMap::TypeDef::prefix, LineReader::readLine(), LineReader::reinit(), NamedColumnsParser::reinit(), StringUtils::toDouble(), StringUtils::toInt(), StringUtils::toLong(), toString(), WRITE_WARNING, and GeoConvHelper::x2cartesian().

Referenced by loadIfSet().

Here is the caller graph for this function:

◆ loadIfSet()

void PCLoaderVisum::loadIfSet ( OptionsCont oc,
PCPolyContainer toFill,
PCTypeMap tm 
)
static

Loads pois/polygons assumed to be stored using VISUM-format.

If the option "visum-files" is set within the given options container, the files stored herein are parsed using "load", assuming this option contains file paths to files containing pois and polygons stored in VISUM ".net"-format.

Parameters
[in]ocThe options container to get further options from
[in]toFillThe poly/pois container to add loaded polys/pois to
[in]tmThe type map to use for setting values of loaded polys/pois
Exceptions
ProcessErrorif something fails

Definition at line 53 of file PCLoaderVisum.cpp.

References OptionsCont::getStringVector(), FileHelpers::isReadable(), OptionsCont::isSet(), load(), PROGRESS_BEGIN_MESSAGE, and PROGRESS_DONE_MESSAGE.

Referenced by main().

Here is the caller graph for this function:

The documentation for this class was generated from the following files: