Eclipse SUMO - Simulation of Urban MObility
AdditionalHandler Class Referenceabstract

#include <AdditionalHandler.h>

Inheritance diagram for AdditionalHandler:
[legend]
Collaboration diagram for AdditionalHandler:
[legend]

Public Member Functions

 AdditionalHandler ()
 Constructor. More...
 
bool beginParseAttributes (SumoXMLTag tag, const SUMOSAXAttributes &attrs)
 begin parse attributes More...
 
void endParseAttributes ()
 end parse attributes More...
 
bool isErrorCreatingElement () const
 get flag for check if a element wasn't created More...
 
void parseSumoBaseObject (CommonXMLStructure::SumoBaseObject *obj)
 parse SumoBaseObject (it's called recursivelly) More...
 
virtual ~AdditionalHandler ()
 Destructor. More...
 
build functions
virtual void buildBusStop (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &id, const std::string &laneID, const double startPos, const double endPos, const std::string &name, const std::vector< std::string > &lines, const int personCapacity, const double parkingLength, const RGBColor &color, const bool friendlyPosition, const Parameterised::Map &parameters)=0
 Builds a bus stop. More...
 
virtual void buildTrainStop (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &id, const std::string &laneID, const double startPos, const double endPos, const std::string &name, const std::vector< std::string > &lines, const int personCapacity, const double parkingLength, const RGBColor &color, const bool friendlyPosition, const Parameterised::Map &parameters)=0
 Builds a train stop. More...
 
virtual void buildAccess (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &laneID, const std::string &pos, const double length, const bool friendlyPos, const Parameterised::Map &parameters)=0
 Builds an Access. More...
 
virtual void buildContainerStop (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &id, const std::string &laneID, const double startPos, const double endPos, const std::string &name, const std::vector< std::string > &lines, const int containerCapacity, const double parkingLength, const RGBColor &color, const bool friendlyPosition, const Parameterised::Map &parameters)=0
 Builds a container stop. More...
 
virtual void buildChargingStation (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &id, const std::string &laneID, const double startPos, const double endPos, const std::string &name, const double chargingPower, const double efficiency, const bool chargeInTransit, const SUMOTime chargeDelay, const std::string &chargeType, const SUMOTime waitingTime, const bool friendlyPosition, const std::string &parkingAreaID, const Parameterised::Map &parameters)=0
 Builds a charging Station. More...
 
virtual void buildParkingArea (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &id, const std::string &laneID, const double startPos, const double endPos, const std::string &departPos, const std::string &name, const std::vector< std::string > &lines, const bool friendlyPosition, const int roadSideCapacity, const bool onRoad, const double width, const double length, const double angle, const bool lefthand, const Parameterised::Map &parameters)=0
 Builds a Parking Area. More...
 
virtual void buildParkingSpace (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const double x, const double y, const double z, const std::string &name, const std::string &width, const std::string &length, const std::string &angle, const double slope, const Parameterised::Map &parameters)=0
 Builds a Parking Space. More...
 
virtual void buildE1Detector (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &id, const std::string &laneID, const double position, const SUMOTime period, const std::string &file, const std::vector< std::string > &vehicleTypes, const std::vector< std::string > &nextEdges, const std::string &detectPersons, const std::string &name, const bool friendlyPos, const Parameterised::Map &parameters)=0
 Builds a induction loop detector (E1) More...
 
virtual void buildSingleLaneDetectorE2 (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &id, const std::string &laneID, const double pos, const double length, const SUMOTime period, const std::string &trafficLight, const std::string &filename, const std::vector< std::string > &vehicleTypes, const std::vector< std::string > &nextEdges, const std::string &detectPersons, const std::string &name, const SUMOTime timeThreshold, const double speedThreshold, const double jamThreshold, const bool friendlyPos, const bool show, const Parameterised::Map &parameters)=0
 Builds a single-lane Area Detector (E2) More...
 
virtual void buildMultiLaneDetectorE2 (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &id, const std::vector< std::string > &laneIDs, const double pos, const double endPos, const SUMOTime period, const std::string &trafficLight, const std::string &filename, const std::vector< std::string > &vehicleTypes, const std::vector< std::string > &nextEdges, const std::string &detectPersons, const std::string &name, const SUMOTime timeThreshold, const double speedThreshold, const double jamThreshold, const bool friendlyPos, const bool show, const Parameterised::Map &parameters)=0
 Builds a multi-lane Area Detector (E2) More...
 
virtual void buildDetectorE3 (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &id, const Position &pos, const SUMOTime period, const std::string &filename, const std::vector< std::string > &vehicleTypes, const std::vector< std::string > &nextEdges, const std::string &detectPersons, const std::string &name, const SUMOTime timeThreshold, const double speedThreshold, const bool openEntry, const bool expectedArrival, const Parameterised::Map &parameters)=0
 Builds a multi entry exit detector (E3) More...
 
virtual void buildDetectorEntry (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &laneID, const double pos, const bool friendlyPos, const Parameterised::Map &parameters)=0
 Builds a entry detector (E3) More...
 
virtual void buildDetectorExit (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &laneID, const double pos, const bool friendlyPos, const Parameterised::Map &parameters)=0
 Builds a exit detector (E3) More...
 
virtual void buildDetectorE1Instant (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &id, const std::string &laneID, const double pos, const std::string &filename, const std::vector< std::string > &vehicleTypes, const std::vector< std::string > &nextEdges, const std::string &detectPersons, const std::string &name, const bool friendlyPos, const Parameterised::Map &parameters)=0
 Builds a Instant Induction Loop Detector (E1Instant) More...
 
virtual void buildLaneCalibrator (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &id, const std::string &laneID, const double pos, const std::string &name, const std::string &outfile, const SUMOTime period, const std::string &routeprobe, const double jamThreshold, const std::vector< std::string > &vTypes, const Parameterised::Map &parameters)=0
 builds a microscopic calibrator over a lane More...
 
virtual void buildEdgeCalibrator (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &id, const std::string &edgeID, const double pos, const std::string &name, const std::string &outfile, const SUMOTime period, const std::string &routeprobe, const double jamThreshold, const std::vector< std::string > &vTypes, const Parameterised::Map &parameters)=0
 builds a microscopic calibrator over an edge More...
 
virtual void buildCalibratorFlow (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const SUMOVehicleParameter &vehicleParameter)=0
 builds a calibrator flow More...
 
virtual void buildRerouter (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &id, const Position &pos, const std::vector< std::string > &edgeIDs, const double prob, const std::string &name, const bool off, const bool optional, const SUMOTime timeThreshold, const std::vector< std::string > &vTypes, const Parameterised::Map &parameters)=0
 builds a rerouter More...
 
virtual void buildRerouterInterval (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const SUMOTime begin, const SUMOTime end)=0
 builds a rerouter interval More...
 
virtual void buildClosingLaneReroute (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &closedLane, SVCPermissions permissions)=0
 builds a closing lane reroute More...
 
virtual void buildClosingReroute (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &closedEdgeID, SVCPermissions permissions)=0
 builds a closing edge reroute More...
 
virtual void buildDestProbReroute (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &newEdgeDestinationID, const double probability)=0
 builds a dest prob reroute More...
 
virtual void buildParkingAreaReroute (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &newParkignAreaID, const double probability, const bool visible)=0
 builds a parking area reroute More...
 
virtual void buildRouteProbReroute (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &newRouteID, const double probability)=0
 builds a route prob reroute More...
 
virtual void buildRouteProbe (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &id, const std::string &edgeID, const SUMOTime period, const std::string &name, const std::string &file, const SUMOTime begin, const Parameterised::Map &parameters)=0
 builds a Route probe More...
 
virtual void buildVariableSpeedSign (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &id, const Position &pos, const std::vector< std::string > &laneIDs, const std::string &name, const std::vector< std::string > &vTypes, const Parameterised::Map &parameters)=0
 Builds a VariableSpeedSign (lane speed additional) More...
 
virtual void buildVariableSpeedSignStep (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const SUMOTime time, const std::string &speed)=0
 Builds a VariableSpeedSign Step. More...
 
virtual void buildVaporizer (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &edgeID, const SUMOTime from, const SUMOTime endTime, const std::string &name, const Parameterised::Map &parameters)=0
 Builds a vaporizer (lane speed additional) More...
 
virtual void buildTAZ (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &id, const PositionVector &shape, const Position &center, const bool fill, const RGBColor &color, const std::vector< std::string > &edgeIDs, const std::string &name, const Parameterised::Map &parameters)=0
 Builds a TAZ (Traffic Assignment Zone) More...
 
virtual void buildTAZSource (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &edgeID, const double departWeight)=0
 Builds a TAZSource (Traffic Assignment Zone) More...
 
virtual void buildTAZSink (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &edgeID, const double arrivalWeight)=0
 Builds a TAZSink (Traffic Assignment Zone) More...
 
virtual void buildTractionSubstation (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &id, const Position &pos, const double voltage, const double currentLimit, const Parameterised::Map &parameters)=0
 build traction substation More...
 
virtual void buildOverheadWire (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &id, const std::string &substationId, const std::vector< std::string > &laneIDs, const double startPos, const double endPos, const bool friendlyPos, const std::vector< std::string > &forbiddenInnerLanes, const Parameterised::Map &parameters)=0
 build overhead wire More...
 
virtual void buildOverheadWireClamp (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &id, const std::string &overheadWireIDStartClamp, const std::string &laneIDStartClamp, const std::string &overheadWireIDEndClamp, const std::string &laneIDEndClamp, const Parameterised::Map &parameters)=0
 build overhead wire clamp More...
 
virtual void buildPolygon (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &id, const std::string &type, const RGBColor &color, const double layer, const double angle, const std::string &imgFile, const bool relativePath, const PositionVector &shape, const bool geo, const bool fill, const double lineWidth, const std::string &name, const Parameterised::Map &parameters)=0
 Builds a polygon using the given values. More...
 
virtual void buildPOI (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &id, const std::string &type, const RGBColor &color, const double x, const double y, const std::string &icon, const double layer, const double angle, const std::string &imgFile, bool relativePath, const double width, const double height, const std::string &name, const Parameterised::Map &parameters)=0
 Builds a POI using the given values. More...
 
virtual void buildPOILane (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &id, const std::string &type, const RGBColor &color, const std::string &laneID, const double posOverLane, const bool friendlyPosition, const double posLat, const std::string &icon, const double layer, const double angle, const std::string &imgFile, const bool relativePath, const double width, const double height, const std::string &name, const Parameterised::Map &parameters)=0
 Builds a POI over lane using the given values. More...
 
virtual void buildPOIGeo (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &id, const std::string &type, const RGBColor &color, const double lon, const double lat, const std::string &icon, const double layer, const double angle, const std::string &imgFile, bool relativePath, const double width, const double height, const std::string &name, const Parameterised::Map &parameters)=0
 Builds a POI in GEO coordinaten using the given values. More...
 
virtual void buildJpsWalkableArea (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &id, const PositionVector &shape, bool geo, const std::string &name, const Parameterised::Map &parameters)=0
 Builds a JuPedSim walkable area using the given values. More...
 
virtual void buildJpsObstacle (const CommonXMLStructure::SumoBaseObject *sumoBaseObject, const std::string &id, const PositionVector &shape, bool geo, const std::string &name, const Parameterised::Map &parameters)=0
 Builds a JuPedSim obstacle using the given values. More...
 

Protected Member Functions

void writeError (const std::string &error)
 write error and enable error creating element More...
 

Private Member Functions

 AdditionalHandler (const AdditionalHandler &s)=delete
 invalidate copy constructor More...
 
bool checkDetectPersons (const SumoXMLTag currentTag, const std::string &id, const std::string &detectPersons)
 check detect persons More...
 
void checkParent (const SumoXMLTag currentTag, const std::vector< SumoXMLTag > &parentTags, bool &ok)
 check parents More...
 
AdditionalHandleroperator= (const AdditionalHandler &s)=delete
 invalidate assignment operator More...
 
parse additional attributes

parse busStop attributes

void parseBusStopAttributes (const SUMOSAXAttributes &attrs)
 
void parseTrainStopAttributes (const SUMOSAXAttributes &attrs)
 parse trainStop attributes More...
 
void parseAccessAttributes (const SUMOSAXAttributes &attrs)
 parse access attributes More...
 
void parseContainerStopAttributes (const SUMOSAXAttributes &attrs)
 parse containerStop attributes More...
 
void parseChargingStationAttributes (const SUMOSAXAttributes &attrs)
 parse chargingStation attributes More...
 
void parseParkingAreaAttributes (const SUMOSAXAttributes &attrs)
 parse parking area attributes More...
 
void parseParkingSpaceAttributes (const SUMOSAXAttributes &attrs)
 parse parking space attributes More...
 
void parseE1Attributes (const SUMOSAXAttributes &attrs)
 parse E1 attributes More...
 
void parseE2Attributes (const SUMOSAXAttributes &attrs)
 parse E2 attributes More...
 
void parseE3Attributes (const SUMOSAXAttributes &attrs)
 parse E3 attributes More...
 
void parseEntryAttributes (const SUMOSAXAttributes &attrs)
 parse entry attributes More...
 
void parseExitAttributes (const SUMOSAXAttributes &attrs)
 parse exist attributes More...
 
void parseE1InstantAttributes (const SUMOSAXAttributes &attrs)
 parse E1 instant attributes More...
 
void parseTAZAttributes (const SUMOSAXAttributes &attrs)
 parse TAZ attributes More...
 
void parseTAZSourceAttributes (const SUMOSAXAttributes &attrs)
 parse TAZ source attributes More...
 
void parseTAZSinkAttributes (const SUMOSAXAttributes &attrs)
 parse TAZ sink attributes More...
 
void parseVariableSpeedSignAttributes (const SUMOSAXAttributes &attrs)
 parse variable speed sign attributes More...
 
void parseVariableSpeedSignStepAttributes (const SUMOSAXAttributes &attrs)
 parse variable speed sign step attributes More...
 
void parseCalibratorAttributes (const SUMOSAXAttributes &attrs)
 parse calibrator attributes More...
 
void parseCalibratorFlowAttributes (const SUMOSAXAttributes &attrs)
 parse calibrator flow attributes More...
 
void parseRerouterAttributes (const SUMOSAXAttributes &attrs)
 parse rerouter attributes More...
 
void parseRerouterIntervalAttributes (const SUMOSAXAttributes &attrs)
 parse rerouter interval attributes More...
 
void parseClosingLaneRerouteAttributes (const SUMOSAXAttributes &attrs)
 parse closing lane reroute attributes More...
 
void parseClosingRerouteAttributes (const SUMOSAXAttributes &attrs)
 parse closing reroute attributes More...
 
void parseDestProbRerouteAttributes (const SUMOSAXAttributes &attrs)
 parse dest prob reroute attributes More...
 
void parseParkingAreaRerouteAttributes (const SUMOSAXAttributes &attrs)
 parse parking area reroute attributes More...
 
void parseRouteProbRerouteAttributes (const SUMOSAXAttributes &attrs)
 parse route prob reroute attributes More...
 
void parseRouteProbeAttributes (const SUMOSAXAttributes &attrs)
 parse route probe attributes More...
 
void parseVaporizerAttributes (const SUMOSAXAttributes &attrs)
 parse vaporizer attributes More...
 
void parseTractionSubstation (const SUMOSAXAttributes &attrs)
 parse traction substation More...
 
void parseOverheadWire (const SUMOSAXAttributes &attrs)
 parse overhead wire segment More...
 
void parseOverheadWireClamp (const SUMOSAXAttributes &attrs)
 parse overhead wire clamp More...
 
void parsePolyAttributes (const SUMOSAXAttributes &attrs)
 
void parsePOIAttributes (const SUMOSAXAttributes &attrs)
 parse POI attributes More...
 
void parseJpsWalkableAreaAttributes (const SUMOSAXAttributes &attrs)
 parse juPedSim walkable area attributes More...
 
void parseJpsObstacleAttributes (const SUMOSAXAttributes &attrs)
 parse juPedSim obstacle attributes More...
 
void parseParameters (const SUMOSAXAttributes &attrs)
 parse generic parameters More...
 

Private Attributes

CommonXMLStructure myCommonXMLStructure
 common XML Structure More...
 
bool myErrorCreatingElement = false
 flag for check if a element wasn't created More...
 

Detailed Description

Definition at line 30 of file AdditionalHandler.h.

Constructor & Destructor Documentation

◆ AdditionalHandler() [1/2]

AdditionalHandler::AdditionalHandler ( )

Constructor.

Definition at line 37 of file AdditionalHandler.cpp.

◆ ~AdditionalHandler()

AdditionalHandler::~AdditionalHandler ( )
virtual

Destructor.

Definition at line 40 of file AdditionalHandler.cpp.

◆ AdditionalHandler() [2/2]

AdditionalHandler::AdditionalHandler ( const AdditionalHandler s)
privatedelete

invalidate copy constructor

Member Function Documentation

◆ beginParseAttributes()

bool AdditionalHandler::beginParseAttributes ( SumoXMLTag  tag,
const SUMOSAXAttributes attrs 
)

begin parse attributes

Definition at line 44 of file AdditionalHandler.cpp.

References GNE_TAG_CALIBRATOR_LANE, GNE_TAG_JPS_OBSTACLE, GNE_TAG_JPS_WALKABLEAREA, myCommonXMLStructure, CommonXMLStructure::openSUMOBaseOBject(), parseAccessAttributes(), parseBusStopAttributes(), parseCalibratorAttributes(), parseCalibratorFlowAttributes(), parseChargingStationAttributes(), parseClosingLaneRerouteAttributes(), parseClosingRerouteAttributes(), parseContainerStopAttributes(), parseDestProbRerouteAttributes(), parseE1Attributes(), parseE1InstantAttributes(), parseE2Attributes(), parseE3Attributes(), parseEntryAttributes(), parseExitAttributes(), parseJpsObstacleAttributes(), parseJpsWalkableAreaAttributes(), parseOverheadWire(), parseOverheadWireClamp(), parseParameters(), parseParkingAreaAttributes(), parseParkingAreaRerouteAttributes(), parseParkingSpaceAttributes(), parsePOIAttributes(), parsePolyAttributes(), parseRerouterAttributes(), parseRerouterIntervalAttributes(), parseRouteProbeAttributes(), parseRouteProbRerouteAttributes(), parseTAZAttributes(), parseTAZSinkAttributes(), parseTAZSourceAttributes(), parseTractionSubstation(), parseTrainStopAttributes(), parseVaporizerAttributes(), parseVariableSpeedSignAttributes(), parseVariableSpeedSignStepAttributes(), SUMO_TAG_ACCESS, SUMO_TAG_BUS_STOP, SUMO_TAG_CALIBRATOR, SUMO_TAG_CHARGING_STATION, SUMO_TAG_CLOSING_LANE_REROUTE, SUMO_TAG_CLOSING_REROUTE, SUMO_TAG_CONTAINER_STOP, SUMO_TAG_DEST_PROB_REROUTE, SUMO_TAG_DET_ENTRY, SUMO_TAG_DET_EXIT, SUMO_TAG_E1DETECTOR, SUMO_TAG_E2DETECTOR, SUMO_TAG_E3DETECTOR, SUMO_TAG_ENTRY_EXIT_DETECTOR, SUMO_TAG_FLOW, SUMO_TAG_INDUCTION_LOOP, SUMO_TAG_INSTANT_INDUCTION_LOOP, SUMO_TAG_INTERVAL, SUMO_TAG_LANE_AREA_DETECTOR, SUMO_TAG_OVERHEAD_WIRE_CLAMP, SUMO_TAG_OVERHEAD_WIRE_SECTION, SUMO_TAG_PARAM, SUMO_TAG_PARKING_AREA, SUMO_TAG_PARKING_AREA_REROUTE, SUMO_TAG_PARKING_SPACE, SUMO_TAG_POI, SUMO_TAG_POLY, SUMO_TAG_REROUTER, SUMO_TAG_ROUTE_PROB_REROUTE, SUMO_TAG_ROUTEPROBE, SUMO_TAG_STEP, SUMO_TAG_TAZ, SUMO_TAG_TAZSINK, SUMO_TAG_TAZSOURCE, SUMO_TAG_TRACTION_SUBSTATION, SUMO_TAG_TRAIN_STOP, SUMO_TAG_VAPORIZER, SUMO_TAG_VSS, and writeError().

Referenced by GNEGeneralHandler::beginTag().

Here is the caller graph for this function:

◆ buildAccess()

virtual void AdditionalHandler::buildAccess ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  laneID,
const std::string &  pos,
const double  length,
const bool  friendlyPos,
const Parameterised::Map parameters 
)
pure virtual

Builds an Access.

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]busStopGNEAdditional of this Access belongs
[in]laneIDThe lane the Access is placed on
[in]posposition of the Access on the lane
[in[length length of the Access
[in]friendlyPosenable or disable friendly position
[in]parametersgeneric parameters

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildBusStop()

virtual void AdditionalHandler::buildBusStop ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  id,
const std::string &  laneID,
const double  startPos,
const double  endPos,
const std::string &  name,
const std::vector< std::string > &  lines,
const int  personCapacity,
const double  parkingLength,
const RGBColor color,
const bool  friendlyPosition,
const Parameterised::Map parameters 
)
pure virtual

Builds a bus stop.

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]idThe id of the bus stop
[in]laneIDThe lane the bus stop is placed on
[in]startPosBegin position of the bus stop on the lane
[in]endPosEnd position of the bus stop on the lane
[in]nameName of busStop
[in]linesNames of the bus lines that halt on this bus stop
[in]personCapacitylarger numbers of persons trying to enter will create an upstream jam on the sidewalk.
[in]parkingLengthparking length
[in[color busStop color
[in]friendlyPosenable or disable friendly position
[in]parametersgeneric parameters

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildCalibratorFlow()

virtual void AdditionalHandler::buildCalibratorFlow ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const SUMOVehicleParameter vehicleParameter 
)
pure virtual

builds a calibrator flow

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]vehicleParametercalibratorFlow parameter

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildChargingStation()

virtual void AdditionalHandler::buildChargingStation ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  id,
const std::string &  laneID,
const double  startPos,
const double  endPos,
const std::string &  name,
const double  chargingPower,
const double  efficiency,
const bool  chargeInTransit,
const SUMOTime  chargeDelay,
const std::string &  chargeType,
const SUMOTime  waitingTime,
const bool  friendlyPosition,
const std::string &  parkingAreaID,
const Parameterised::Map parameters 
)
pure virtual

Builds a charging Station.

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]idThe id of the charging Station
[in]laneIDThe lane the charging Station is placed on
[in]startPosBegin position of the charging Station on the lane
[in]endPosEnd position of the charging Station on the lane
[in]nameName of charging station
[in]chargingPowerpower charged in every timeStep
[in]efficiencyefficiency of the charge
[in]chargeInTransitenable or disable charge in transit
[in]chargeDelaydelay in the charge
[in]chargeTypecharge type (normal, electric or fuel)
[in]waitingTimewaiting time until start charging
[in]friendlyPosenable or disable friendly position
[in]parametersgeneric parameters

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildClosingLaneReroute()

virtual void AdditionalHandler::buildClosingLaneReroute ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  closedLane,
SVCPermissions  permissions 
)
pure virtual

builds a closing lane reroute

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]closedLaneclosed lane
[in]permissionsvClasses disallowed for the lane

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildClosingReroute()

virtual void AdditionalHandler::buildClosingReroute ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  closedEdgeID,
SVCPermissions  permissions 
)
pure virtual

builds a closing edge reroute

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]closedEdgeIDclosed edge
[in]permissionsvClasses disallowed for the lane

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildContainerStop()

virtual void AdditionalHandler::buildContainerStop ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  id,
const std::string &  laneID,
const double  startPos,
const double  endPos,
const std::string &  name,
const std::vector< std::string > &  lines,
const int  containerCapacity,
const double  parkingLength,
const RGBColor color,
const bool  friendlyPosition,
const Parameterised::Map parameters 
)
pure virtual

Builds a container stop.

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]idThe id of the container stop
[in]laneIDThe lane the container stop is placed on
[in]startPosBegin position of the container stop on the lane
[in]endPosEnd position of the container stop on the lane
[in]nameName of container stop
[in]linesNames of the bus lines that halt on this container stop
[in]containerCapacitylarger numbers of containers
[in]parkingLengthparking length
[in[color containerStop color
[in]friendlyPosenable or disable friendly position
[in]parametersgeneric parameters

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildDestProbReroute()

virtual void AdditionalHandler::buildDestProbReroute ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  newEdgeDestinationID,
const double  probability 
)
pure virtual

builds a dest prob reroute

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]newEdgeDestinationIDnew edge destination ID
[in]probabilityrerouting probability

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildDetectorE1Instant()

virtual void AdditionalHandler::buildDetectorE1Instant ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  id,
const std::string &  laneID,
const double  pos,
const std::string &  filename,
const std::vector< std::string > &  vehicleTypes,
const std::vector< std::string > &  nextEdges,
const std::string &  detectPersons,
const std::string &  name,
const bool  friendlyPos,
const Parameterised::Map parameters 
)
pure virtual

Builds a Instant Induction Loop Detector (E1Instant)

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]idThe id of the detector
[in]laneIDThe lane the detector is placed on
[in]posposition of the detector on the lane
[in]filenameThe path to the output file.
[in]nameE2 detector name
[in]vtypeslist of vehicle types to be reported
[in]nextEdgeslist of edge ids that must all be part of the future route of the vehicle to qualify for detection
[in]detectPersonsdetect persons instead of vehicles (pedestrians or passengers)
[in]friendlyPosenable or disable friendly position
[in]parametersgeneric parameters

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildDetectorE3()

virtual void AdditionalHandler::buildDetectorE3 ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  id,
const Position pos,
const SUMOTime  period,
const std::string &  filename,
const std::vector< std::string > &  vehicleTypes,
const std::vector< std::string > &  nextEdges,
const std::string &  detectPersons,
const std::string &  name,
const SUMOTime  timeThreshold,
const double  speedThreshold,
const bool  openEntry,
const bool  expectedArrival,
const Parameterised::Map parameters 
)
pure virtual

Builds a multi entry exit detector (E3)

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]idThe id of the detector
[in]posposition of the detector in the map
[in]periodthe aggregation period the values the detector collects shall be summed up.
[in]filenameThe path to the output file.
[in]vtypeslist of vehicle types to be reported
[in]nextEdgeslist of edge ids that must all be part of the future route of the vehicle to qualify for detection
[in]detectPersonsdetect persons instead of vehicles (pedestrians or passengers)
[in]nameE2 detector name
[in]timeThresholdThe time-based threshold that describes how much time has to pass until a vehicle is recognized as halting
[in]speedThresholdThe speed-based threshold that describes how slow a vehicle has to be to be recognized as halting
[in]openEntryenable or disable open Entry
[in]expectedArrivalWhether no warning should be issued when a vehicle arrives within the detector area
[in]parametersgeneric parameters

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildDetectorEntry()

virtual void AdditionalHandler::buildDetectorEntry ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  laneID,
const double  pos,
const bool  friendlyPos,
const Parameterised::Map parameters 
)
pure virtual

Builds a entry detector (E3)

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]laneIDThe lane in which the entry detector is placed on
[in]posposition of the entry detector on the lane
[in]friendlyPosenable or disable friendly position
[in]parametersgeneric parameters

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildDetectorExit()

virtual void AdditionalHandler::buildDetectorExit ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  laneID,
const double  pos,
const bool  friendlyPos,
const Parameterised::Map parameters 
)
pure virtual

Builds a exit detector (E3)

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]laneIDThe lane in which the exit detector is placed on
[in]posposition of the exit detector on the lane
[in]friendlyPosenable or disable friendly position
[in]parametersgeneric parameters

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildE1Detector()

virtual void AdditionalHandler::buildE1Detector ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  id,
const std::string &  laneID,
const double  position,
const SUMOTime  period,
const std::string &  file,
const std::vector< std::string > &  vehicleTypes,
const std::vector< std::string > &  nextEdges,
const std::string &  detectPersons,
const std::string &  name,
const bool  friendlyPos,
const Parameterised::Map parameters 
)
pure virtual

Builds a induction loop detector (E1)

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]idThe id of the detector
[in]laneIDThe lane the detector is placed on
[in]posposition of the detector on the lane
[in]periodthe aggregation period the values the detector collects shall be summed up.
[in]filenameThe path to the output file.
[in]vtypeslist of vehicle types to be reported
[in]nextEdgeslist of edge ids that must all be part of the future route of the vehicle to qualify for detection
[in]detectPersonsdetect persons instead of vehicles (pedestrians or passengers)
[in]nameE1 detector name
[in]friendlyPosenable or disable friendly position
[in]parametersgeneric parameters

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildEdgeCalibrator()

virtual void AdditionalHandler::buildEdgeCalibrator ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  id,
const std::string &  edgeID,
const double  pos,
const std::string &  name,
const std::string &  outfile,
const SUMOTime  period,
const std::string &  routeprobe,
const double  jamThreshold,
const std::vector< std::string > &  vTypes,
const Parameterised::Map parameters 
)
pure virtual

builds a microscopic calibrator over an edge

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]idThe id of the calibrator
[in]edgeIDThe edge the calibrator is placed at
[in]posThe position on the edge the calibrator lies at
[in]nameCalibrator name
[in]outfilete file in which write results
[in]centerAfterCreationcenter camera after creation
[in]routeProberoute probe vinculated with this calibrator
[in]jamThresholdA threshold value to detect and clear unexpected jamming
[in]vTypesspace separated list of vehicle type ids to consider
[in]parametersgeneric parameters

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildJpsObstacle()

virtual void AdditionalHandler::buildJpsObstacle ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  id,
const PositionVector shape,
bool  geo,
const std::string &  name,
const Parameterised::Map parameters 
)
pure virtual

Builds a JuPedSim obstacle using the given values.

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]idThe name of the obstacle
[in]shapeThe shape of the obstacle
[in]geospecify if shape was loaded as GEO
[in]nameobstacle name
[in]parametersgeneric parameters

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildJpsWalkableArea()

virtual void AdditionalHandler::buildJpsWalkableArea ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  id,
const PositionVector shape,
bool  geo,
const std::string &  name,
const Parameterised::Map parameters 
)
pure virtual

Builds a JuPedSim walkable area using the given values.

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]idThe name of the walkable area
[in]shapeThe shape of the walkable area
[in]geospecify if shape was loaded as GEO
[in]namewalkable area name
[in]parametersgeneric parameters

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildLaneCalibrator()

virtual void AdditionalHandler::buildLaneCalibrator ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  id,
const std::string &  laneID,
const double  pos,
const std::string &  name,
const std::string &  outfile,
const SUMOTime  period,
const std::string &  routeprobe,
const double  jamThreshold,
const std::vector< std::string > &  vTypes,
const Parameterised::Map parameters 
)
pure virtual

builds a microscopic calibrator over a lane

Parameters
[in]idThe id of the calibrator
[in]laneIDThe lane the calibrator is placed at
[in]posThe position on the edge the calibrator lies at
[in]nameCalibrator name
[in]outfilete file in which write results
[in]jamThresholdA threshold value to detect and clear unexpected jamming
[in]vTypesspace separated list of vehicle type ids to consider
[in]parametersgeneric parameters

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildMultiLaneDetectorE2()

virtual void AdditionalHandler::buildMultiLaneDetectorE2 ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  id,
const std::vector< std::string > &  laneIDs,
const double  pos,
const double  endPos,
const SUMOTime  period,
const std::string &  trafficLight,
const std::string &  filename,
const std::vector< std::string > &  vehicleTypes,
const std::vector< std::string > &  nextEdges,
const std::string &  detectPersons,
const std::string &  name,
const SUMOTime  timeThreshold,
const double  speedThreshold,
const double  jamThreshold,
const bool  friendlyPos,
const bool  show,
const Parameterised::Map parameters 
)
pure virtual

Builds a multi-lane Area Detector (E2)

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]idThe id of the detector
[in]laneIDsThe lanes the detector is placed on
[in]posposition of the detector on the first lane
[in]endPosposition of the detector on the last lane
[in]periodthe aggregation period the values the detector collects shall be summed up.
[in]trafficLightThe traffic light that triggers aggregation when switching.
[in]filenameThe path to the output file.
[in]vtypeslist of vehicle types to be reported
[in]nextEdgeslist of edge ids that must all be part of the future route of the vehicle to qualify for detection
[in]detectPersonsdetect persons instead of vehicles (pedestrians or passengers)
[in]nameE2 detector name
[in]timeThresholdThe time-based threshold that describes how much time has to pass until a vehicle is recognized as halting
[in]speedThresholdThe speed-based threshold that describes how slow a vehicle has to be to be recognized as halting
[in]jamThresholdThe minimum distance to the next standing vehicle in order to make this vehicle count as a participant to the jam
[in]friendlyPosenable or disable friendly position
[in]showdetector in sumo-gui
[in]parametersgeneric parameters

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildOverheadWire()

virtual void AdditionalHandler::buildOverheadWire ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  id,
const std::string &  substationId,
const std::vector< std::string > &  laneIDs,
const double  startPos,
const double  endPos,
const bool  friendlyPos,
const std::vector< std::string > &  forbiddenInnerLanes,
const Parameterised::Map parameters 
)
pure virtual

build overhead wire

Parameters
[in]idOverhead wire ID
[in]laneLane over which the segment is placed
[in]substationIdSubstation to which the circuit is connected
[in]laneIDslist of consecutive lanes of the circuit
[in]startPosStarting position in the specified lane
[in]endPosEnding position in the specified lane
[in]friendlyPosenable or disable friendly position
[in]forbiddenInnerLanesInner lanes, where placing of overhead wire is restricted
[in]parametersgeneric parameters

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildOverheadWireClamp()

virtual void AdditionalHandler::buildOverheadWireClamp ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  id,
const std::string &  overheadWireIDStartClamp,
const std::string &  laneIDStartClamp,
const std::string &  overheadWireIDEndClamp,
const std::string &  laneIDEndClamp,
const Parameterised::Map parameters 
)
pure virtual

build overhead wire clamp

Parameters
[in]idOverhead wire clamp ID
[in]overheadWireIDStartClampID of the overhead wire segment, to the start of which the overhead wire clamp is connected
[in]laneIDStartClampID of the overhead wire segment lane of overheadWireIDStartClamp
[in]overheadWireIDEndClampID of the overhead wire segment, to the end of which the overhead wire clamp is connected
[in]laneIDEndClampID of the overhead wire segment lane of overheadWireIDEndClamp
[in]parametersgeneric parameters

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildParkingArea()

virtual void AdditionalHandler::buildParkingArea ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  id,
const std::string &  laneID,
const double  startPos,
const double  endPos,
const std::string &  departPos,
const std::string &  name,
const std::vector< std::string > &  lines,
const bool  friendlyPosition,
const int  roadSideCapacity,
const bool  onRoad,
const double  width,
const double  length,
const double  angle,
const bool  lefthand,
const Parameterised::Map parameters 
)
pure virtual

Builds a Parking Area.

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]idThe id of the Parking >Area
[in]laneIDThe lane the Parking Area is placed on
[in]startPosBegin position of the Parking Area on the lane
[in]endPosEnd position of the Parking Area on the lane
[in]departPoslane position in that vehicle must depart when leaves parkingArea
[in]nameName of Parking Area
[in]friendlyPosenable or disable friendly position
[in]roadSideCapacityroad side capacity of ParkingArea
[in]widthParkingArea's width
[in]lengthParkingArea's length
[in]angleParkingArea's angle
[in]lefthandenable or disable lefthand
[in]parametersgeneric parameters

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildParkingAreaReroute()

virtual void AdditionalHandler::buildParkingAreaReroute ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  newParkignAreaID,
const double  probability,
const bool  visible 
)
pure virtual

builds a parking area reroute

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]newParkignAreaIDnew parkingArea ID
[in]probabilityrerouting probability

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildParkingSpace()

virtual void AdditionalHandler::buildParkingSpace ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const double  x,
const double  y,
const double  z,
const std::string &  name,
const std::string &  width,
const std::string &  length,
const std::string &  angle,
const double  slope,
const Parameterised::Map parameters 
)
pure virtual

Builds a Parking Space.

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]xPosition X
[in]yPosition Y
[in]zPosition Z
[in]nameName of Parking Area
[in]widthParkingArea's width
[in]lengthParkingArea's length
[in]angleParkingArea's angle
[in]slopeParkingArea's slope (of this space)
[in]parametersgeneric parameters

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildPOI()

virtual void AdditionalHandler::buildPOI ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  id,
const std::string &  type,
const RGBColor color,
const double  x,
const double  y,
const std::string &  icon,
const double  layer,
const double  angle,
const std::string &  imgFile,
bool  relativePath,
const double  width,
const double  height,
const std::string &  name,
const Parameterised::Map parameters 
)
pure virtual

Builds a POI using the given values.

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]idThe name of the POI
[in]typeThe (abstract) type of the POI
[in]colorThe color of the POI
[in]xPOI's x position
[in]yPOI's y position
[in]iconThe icon of the POI
[in]layerThe layer of the POI
[in]angleThe rotation of the POI
[in]imgFileThe raster image of the POI
[in]relativePathset image file as relative path
[in]widthThe width of the POI image
[in]heightThe height of the POI image
[in]namePOI name
[in]parametersgeneric parameters

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildPOIGeo()

virtual void AdditionalHandler::buildPOIGeo ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  id,
const std::string &  type,
const RGBColor color,
const double  lon,
const double  lat,
const std::string &  icon,
const double  layer,
const double  angle,
const std::string &  imgFile,
bool  relativePath,
const double  width,
const double  height,
const std::string &  name,
const Parameterised::Map parameters 
)
pure virtual

Builds a POI in GEO coordinaten using the given values.

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]idThe name of the POI
[in]typeThe (abstract) type of the POI
[in]colorThe color of the POI
[in]lonPOI's longitud
[in]latPOI's latitud
[in]iconThe icon of the POI
[in]layerThe layer of the POI
[in]angleThe rotation of the POI
[in]imgFileThe raster image of the POI
[in]relativePathset image file as relative path
[in]widthThe width of the POI image
[in]heightThe height of the POI image
[in]namePOI name
[in]parametersgeneric parameters

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildPOILane()

virtual void AdditionalHandler::buildPOILane ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  id,
const std::string &  type,
const RGBColor color,
const std::string &  laneID,
const double  posOverLane,
const bool  friendlyPosition,
const double  posLat,
const std::string &  icon,
const double  layer,
const double  angle,
const std::string &  imgFile,
const bool  relativePath,
const double  width,
const double  height,
const std::string &  name,
const Parameterised::Map parameters 
)
pure virtual

Builds a POI over lane using the given values.

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]idThe name of the POI
[in]typeThe (abstract) type of the POI
[in]colorThe color of the POI
[in]laneIDThe Lane in which this POI is placed
[in]posOverLaneThe position over Lane
[in]friendlyPosenable or disable friendly position
[in]posLatThe position lateral over Lane
[in]iconThe icon of the POI
[in]layerThe layer of the POI
[in]angleThe rotation of the POI
[in]imgFileThe raster image of the POI
[in]relativePathset image file as relative path
[in]widthThe width of the POI image
[in]heightThe height of the POI image
[in]namePOI name
[in]parametersgeneric parameters

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildPolygon()

virtual void AdditionalHandler::buildPolygon ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  id,
const std::string &  type,
const RGBColor color,
const double  layer,
const double  angle,
const std::string &  imgFile,
const bool  relativePath,
const PositionVector shape,
const bool  geo,
const bool  fill,
const double  lineWidth,
const std::string &  name,
const Parameterised::Map parameters 
)
pure virtual

Builds a polygon using the given values.

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]idThe name of the polygon
[in]typeThe (abstract) type of the polygon
[in]colorThe color of the polygon
[in]layerThe layer of the polygon
[in]angleThe rotation of the polygon
[in]imgFileThe raster image of the polygon
[in]relativePathset image file as relative path
[in]shapeThe shape of the polygon
[in]geospecify if shape was loaded as GEO coordinate
[in]fillWhether the polygon shall be filled
[in]lineWidthLine width when drawing unfilled polygon
[in]namepolygon name
[in]parametersgeneric parameters

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildRerouter()

virtual void AdditionalHandler::buildRerouter ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  id,
const Position pos,
const std::vector< std::string > &  edgeIDs,
const double  prob,
const std::string &  name,
const bool  off,
const bool  optional,
const SUMOTime  timeThreshold,
const std::vector< std::string > &  vTypes,
const Parameterised::Map parameters 
)
pure virtual

builds a rerouter

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]idThe id of the rerouter
[in]posposition of the rerouter in the map
[in]edgeIDsThe edges the rerouter is placed at
[in]probThe probability the rerouter reoutes vehicles with
[in]nameCalibrator name
[in]parametersgeneric parameters

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildRerouterInterval()

virtual void AdditionalHandler::buildRerouterInterval ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const SUMOTime  begin,
const SUMOTime  end 
)
pure virtual

builds a rerouter interval

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]beginbegin of interval
[in]endend of interval

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildRouteProbe()

virtual void AdditionalHandler::buildRouteProbe ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  id,
const std::string &  edgeID,
const SUMOTime  period,
const std::string &  name,
const std::string &  file,
const SUMOTime  begin,
const Parameterised::Map parameters 
)
pure virtual

builds a Route probe

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]idThe id of the routeprobe
[in]edgeIDThe edges the routeprobe is placed at
[in]periodthe aggregation period the values the routeprobe collects shall be summed up.
[in]nameCalibrator name
[in]fileThe file to read the routeprobe definitions from
[in]beginThe time at which to start generating output
[in]parametersgeneric parameters

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildRouteProbReroute()

virtual void AdditionalHandler::buildRouteProbReroute ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  newRouteID,
const double  probability 
)
pure virtual

builds a route prob reroute

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]newRouteIDnew route ID
[in]probabilityrerouting probability

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildSingleLaneDetectorE2()

virtual void AdditionalHandler::buildSingleLaneDetectorE2 ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  id,
const std::string &  laneID,
const double  pos,
const double  length,
const SUMOTime  period,
const std::string &  trafficLight,
const std::string &  filename,
const std::vector< std::string > &  vehicleTypes,
const std::vector< std::string > &  nextEdges,
const std::string &  detectPersons,
const std::string &  name,
const SUMOTime  timeThreshold,
const double  speedThreshold,
const double  jamThreshold,
const bool  friendlyPos,
const bool  show,
const Parameterised::Map parameters 
)
pure virtual

Builds a single-lane Area Detector (E2)

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]idThe id of the detector
[in]laneIDThe lane the detector is placed on
[in]posposition of the detector on the lane
[in[length length of the detector
[in]periodthe aggregation period the values the detector collects shall be summed up.
[in]trafficLightThe traffic light that triggers aggregation when switching.
[in]filenameThe path to the output file.
[in]vtypeslist of vehicle types to be reported
[in]nextEdgeslist of edge ids that must all be part of the future route of the vehicle to qualify for detection
[in]detectPersonsdetect persons instead of vehicles (pedestrians or passengers)
[in]nameE2 detector name
[in]timeThresholdThe time-based threshold that describes how much time has to pass until a vehicle is recognized as halting
[in]speedThresholdThe speed-based threshold that describes how slow a vehicle has to be to be recognized as halting
[in]jamThresholdThe minimum distance to the next standing vehicle in order to make this vehicle count as a participant to the jam
[in]friendlyPosenable or disable friendly position
[in]showdetector in sumo-gui
[in]parametersgeneric parameters

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildTAZ()

virtual void AdditionalHandler::buildTAZ ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  id,
const PositionVector shape,
const Position center,
const bool  fill,
const RGBColor color,
const std::vector< std::string > &  edgeIDs,
const std::string &  name,
const Parameterised::Map parameters 
)
pure virtual

Builds a TAZ (Traffic Assignment Zone)

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]idTAZ ID
[in]shapeTAZ shape
[in]centershape center
[in]fillWhether the TAZ shall be filled
[in]edgeIDslist of edges (note: This will create GNETAZSourceSinks/Sinks with default values)
[in]nameVaporizer name
[in]parametersgeneric parameters

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildTAZSink()

virtual void AdditionalHandler::buildTAZSink ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  edgeID,
const double  arrivalWeight 
)
pure virtual

Builds a TAZSink (Traffic Assignment Zone)

Parameters
[in]netnet in which element will be inserted
[in]allowUndoRedoenable or disable remove created additional with ctrl + Z / ctrl + Y
[in]TAZTraffic Assignment Zone in which this TAZSink is palced
[in]edgeIDedge in which TAZSink is placed
[in]arrivalWeightarrival weight of TAZSink

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildTAZSource()

virtual void AdditionalHandler::buildTAZSource ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  edgeID,
const double  departWeight 
)
pure virtual

Builds a TAZSource (Traffic Assignment Zone)

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]TAZTraffic Assignment Zone in which this TAZSource is palced
[in]edgeIDedge in which TAZSource is placed
[in]departWeightdepart weight of TAZSource

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildTractionSubstation()

virtual void AdditionalHandler::buildTractionSubstation ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  id,
const Position pos,
const double  voltage,
const double  currentLimit,
const Parameterised::Map parameters 
)
pure virtual

build traction substation

Parameters
[in]idTraction substation ID
[in]posPosition of traction substation in view (optional)
[in]voltageVoltage of at connection point for the overhead wire
[in]currentLimitCurrent limit of the feeder line
[in]parametersgeneric parameters

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildTrainStop()

virtual void AdditionalHandler::buildTrainStop ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  id,
const std::string &  laneID,
const double  startPos,
const double  endPos,
const std::string &  name,
const std::vector< std::string > &  lines,
const int  personCapacity,
const double  parkingLength,
const RGBColor color,
const bool  friendlyPosition,
const Parameterised::Map parameters 
)
pure virtual

Builds a train stop.

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]idThe id of the train stop
[in]laneIDThe lane the train stop is placed on
[in]startPosBegin position of the train stop on the lane
[in]endPosEnd position of the train stop on the lane
[in]nameName of trainStop
[in]linesNames of the train lines that halt on this train stop
[in]personCapacitylarger numbers of persons trying to enter will create an upstream jam on the sidewalk.
[in]parkingLengthparking length
[in[color trainStop color
[in]friendlyPosenable or disable friendly position
[in]parametersgeneric parameters

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildVaporizer()

virtual void AdditionalHandler::buildVaporizer ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  edgeID,
const SUMOTime  from,
const SUMOTime  endTime,
const std::string &  name,
const Parameterised::Map parameters 
)
pure virtual

Builds a vaporizer (lane speed additional)

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]edgeIDedge in which this vaporizer is placed
[in]fromtime in which this vaporizer start
[in]endTimetime in which this vaporizer ends
[in]nameVaporizer name
[in]parametersgeneric parameters

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildVariableSpeedSign()

virtual void AdditionalHandler::buildVariableSpeedSign ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const std::string &  id,
const Position pos,
const std::vector< std::string > &  laneIDs,
const std::string &  name,
const std::vector< std::string > &  vTypes,
const Parameterised::Map parameters 
)
pure virtual

Builds a VariableSpeedSign (lane speed additional)

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]idThe id of the lane speed additional
[in]destLanesList of lanes affected by this speed additional
[in]nameVSS name
[in]vtypeslist of vehicle types to be affected
[in]parametersgeneric parameters

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ buildVariableSpeedSignStep()

virtual void AdditionalHandler::buildVariableSpeedSignStep ( const CommonXMLStructure::SumoBaseObject sumoBaseObject,
const SUMOTime  time,
const std::string &  speed 
)
pure virtual

Builds a VariableSpeedSign Step.

Parameters
[in]sumoBaseObjectsumo base object used for build
[in]timestep's time
[in]speednew step's speed

Implemented in GNEAdditionalHandler.

Referenced by parseSumoBaseObject().

Here is the caller graph for this function:

◆ checkDetectPersons()

bool AdditionalHandler::checkDetectPersons ( const SumoXMLTag  currentTag,
const std::string &  id,
const std::string &  detectPersons 
)
private

check detect persons

Definition at line 1934 of file AdditionalHandler.cpp.

References StringBijection< T >::hasString(), SUMOXMLDefinitions::PersonModeValues, SUMO_ATTR_DETECT_PERSONS, TLF, toString(), and writeError().

Referenced by parseE1Attributes(), parseE1InstantAttributes(), parseE2Attributes(), and parseE3Attributes().

Here is the caller graph for this function:

◆ checkParent()

◆ endParseAttributes()

◆ isErrorCreatingElement()

bool AdditionalHandler::isErrorCreatingElement ( ) const

get flag for check if a element wasn't created

Definition at line 725 of file AdditionalHandler.cpp.

References myErrorCreatingElement.

Referenced by GNEGeneralHandler::isErrorCreatingElement().

Here is the caller graph for this function:

◆ operator=()

AdditionalHandler& AdditionalHandler::operator= ( const AdditionalHandler s)
privatedelete

invalidate assignment operator

◆ parseAccessAttributes()

◆ parseBusStopAttributes()

◆ parseCalibratorAttributes()

◆ parseCalibratorFlowAttributes()

◆ parseChargingStationAttributes()

◆ parseClosingLaneRerouteAttributes()

void AdditionalHandler::parseClosingLaneRerouteAttributes ( const SUMOSAXAttributes attrs)
private

parse closing lane reroute attributes

Definition at line 1474 of file AdditionalHandler.cpp.

References CommonXMLStructure::SumoBaseObject::addStringAttribute(), checkParent(), SUMOSAXAttributes::get(), CommonXMLStructure::getCurrentSumoBaseObject(), SUMOSAXAttributes::getOpt(), myCommonXMLStructure, CommonXMLStructure::SumoBaseObject::setTag(), SUMO_ATTR_ALLOW, SUMO_ATTR_DISALLOW, SUMO_ATTR_ID, SUMO_TAG_CLOSING_LANE_REROUTE, and SUMO_TAG_INTERVAL.

Referenced by beginParseAttributes().

Here is the caller graph for this function:

◆ parseClosingRerouteAttributes()

void AdditionalHandler::parseClosingRerouteAttributes ( const SUMOSAXAttributes attrs)
private

parse closing reroute attributes

Definition at line 1497 of file AdditionalHandler.cpp.

References CommonXMLStructure::SumoBaseObject::addStringAttribute(), checkParent(), SUMOSAXAttributes::get(), CommonXMLStructure::getCurrentSumoBaseObject(), SUMOSAXAttributes::getOpt(), myCommonXMLStructure, CommonXMLStructure::SumoBaseObject::setTag(), SUMO_ATTR_ALLOW, SUMO_ATTR_DISALLOW, SUMO_ATTR_ID, SUMO_TAG_CLOSING_REROUTE, and SUMO_TAG_INTERVAL.

Referenced by beginParseAttributes().

Here is the caller graph for this function:

◆ parseContainerStopAttributes()

◆ parseDestProbRerouteAttributes()

void AdditionalHandler::parseDestProbRerouteAttributes ( const SUMOSAXAttributes attrs)
private

◆ parseE1Attributes()

◆ parseE1InstantAttributes()

◆ parseE2Attributes()

◆ parseE3Attributes()

◆ parseEntryAttributes()

◆ parseExitAttributes()

◆ parseJpsObstacleAttributes()

void AdditionalHandler::parseJpsObstacleAttributes ( const SUMOSAXAttributes attrs)
private

parse juPedSim obstacle attributes

Definition at line 1865 of file AdditionalHandler.cpp.

References CommonXMLStructure::SumoBaseObject::addPositionVectorAttribute(), CommonXMLStructure::SumoBaseObject::addStringAttribute(), SUMOSAXAttributes::get(), CommonXMLStructure::getCurrentSumoBaseObject(), SUMOSAXAttributes::getOpt(), GNE_TAG_JPS_OBSTACLE, myCommonXMLStructure, CommonXMLStructure::SumoBaseObject::setTag(), SUMO_ATTR_ID, SUMO_ATTR_NAME, and SUMO_ATTR_SHAPE.

Referenced by beginParseAttributes().

Here is the caller graph for this function:

◆ parseJpsWalkableAreaAttributes()

void AdditionalHandler::parseJpsWalkableAreaAttributes ( const SUMOSAXAttributes attrs)
private

parse juPedSim walkable area attributes

Definition at line 1844 of file AdditionalHandler.cpp.

References CommonXMLStructure::SumoBaseObject::addPositionVectorAttribute(), CommonXMLStructure::SumoBaseObject::addStringAttribute(), SUMOSAXAttributes::get(), CommonXMLStructure::getCurrentSumoBaseObject(), SUMOSAXAttributes::getOpt(), GNE_TAG_JPS_WALKABLEAREA, myCommonXMLStructure, CommonXMLStructure::SumoBaseObject::setTag(), SUMO_ATTR_ID, SUMO_ATTR_NAME, and SUMO_ATTR_SHAPE.

Referenced by beginParseAttributes().

Here is the caller graph for this function:

◆ parseOverheadWire()

◆ parseOverheadWireClamp()

void AdditionalHandler::parseOverheadWireClamp ( const SUMOSAXAttributes attrs)
private

◆ parseParameters()

void AdditionalHandler::parseParameters ( const SUMOSAXAttributes attrs)
private

◆ parseParkingAreaAttributes()

◆ parseParkingAreaRerouteAttributes()

void AdditionalHandler::parseParkingAreaRerouteAttributes ( const SUMOSAXAttributes attrs)
private

◆ parseParkingSpaceAttributes()

void AdditionalHandler::parseParkingSpaceAttributes ( const SUMOSAXAttributes attrs)
private

◆ parsePOIAttributes()

◆ parsePolyAttributes()

◆ parseRerouterAttributes()

◆ parseRerouterIntervalAttributes()

void AdditionalHandler::parseRerouterIntervalAttributes ( const SUMOSAXAttributes attrs)
private

parse rerouter interval attributes

Definition at line 1454 of file AdditionalHandler.cpp.

References CommonXMLStructure::SumoBaseObject::addTimeAttribute(), checkParent(), CommonXMLStructure::getCurrentSumoBaseObject(), SUMOSAXAttributes::getSUMOTimeReporting(), myCommonXMLStructure, CommonXMLStructure::SumoBaseObject::setTag(), SUMO_ATTR_BEGIN, SUMO_ATTR_END, SUMO_TAG_INTERVAL, and SUMO_TAG_REROUTER.

Referenced by beginParseAttributes().

Here is the caller graph for this function:

◆ parseRouteProbeAttributes()

◆ parseRouteProbRerouteAttributes()

void AdditionalHandler::parseRouteProbRerouteAttributes ( const SUMOSAXAttributes attrs)
private

◆ parseSumoBaseObject()

void AdditionalHandler::parseSumoBaseObject ( CommonXMLStructure::SumoBaseObject obj)

parse SumoBaseObject (it's called recursivelly)

Definition at line 247 of file AdditionalHandler.cpp.

References buildAccess(), buildBusStop(), buildCalibratorFlow(), buildChargingStation(), buildClosingLaneReroute(), buildClosingReroute(), buildContainerStop(), buildDestProbReroute(), buildDetectorE1Instant(), buildDetectorE3(), buildDetectorEntry(), buildDetectorExit(), buildE1Detector(), buildEdgeCalibrator(), buildJpsObstacle(), buildJpsWalkableArea(), buildLaneCalibrator(), buildMultiLaneDetectorE2(), buildOverheadWire(), buildOverheadWireClamp(), buildParkingArea(), buildParkingAreaReroute(), buildParkingSpace(), buildPOI(), buildPOIGeo(), buildPOILane(), buildPolygon(), buildRerouter(), buildRerouterInterval(), buildRouteProbe(), buildRouteProbReroute(), buildSingleLaneDetectorE2(), buildTAZ(), buildTAZSink(), buildTAZSource(), buildTractionSubstation(), buildTrainStop(), buildVaporizer(), buildVariableSpeedSign(), buildVariableSpeedSignStep(), CommonXMLStructure::SumoBaseObject::getBoolAttribute(), CommonXMLStructure::SumoBaseObject::getColorAttribute(), CommonXMLStructure::SumoBaseObject::getDoubleAttribute(), CommonXMLStructure::SumoBaseObject::getIntAttribute(), CommonXMLStructure::SumoBaseObject::getParameters(), CommonXMLStructure::SumoBaseObject::getParentSumoBaseObject(), CommonXMLStructure::SumoBaseObject::getPeriodAttribute(), CommonXMLStructure::SumoBaseObject::getPositionAttribute(), CommonXMLStructure::SumoBaseObject::getPositionVectorAttribute(), CommonXMLStructure::SumoBaseObject::getStringAttribute(), CommonXMLStructure::SumoBaseObject::getStringListAttribute(), CommonXMLStructure::SumoBaseObject::getSumoBaseObjectChildren(), CommonXMLStructure::SumoBaseObject::getTag(), CommonXMLStructure::SumoBaseObject::getTimeAttribute(), CommonXMLStructure::SumoBaseObject::getVehicleParameter(), GNE_TAG_CALIBRATOR_LANE, GNE_TAG_JPS_OBSTACLE, GNE_TAG_JPS_WALKABLEAREA, CommonXMLStructure::SumoBaseObject::hasDoubleAttribute(), CommonXMLStructure::SumoBaseObject::hasStringAttribute(), parseVehicleClasses(), SUMO_ATTR_ACCEPTED_BADGES, SUMO_ATTR_ALLOW, SUMO_ATTR_ANGLE, SUMO_ATTR_BEGIN, SUMO_ATTR_CENTER, SUMO_ATTR_CHARGEDELAY, SUMO_ATTR_CHARGEINTRANSIT, SUMO_ATTR_CHARGETYPE, SUMO_ATTR_CHARGINGPOWER, SUMO_ATTR_COLOR, SUMO_ATTR_CONTAINER_CAPACITY, SUMO_ATTR_CURRENTLIMIT, SUMO_ATTR_DEPARTPOS, SUMO_ATTR_DETECT_PERSONS, SUMO_ATTR_DISALLOW, SUMO_ATTR_EDGE, SUMO_ATTR_EDGES, SUMO_ATTR_EFFICIENCY, SUMO_ATTR_END, SUMO_ATTR_ENDPOS, SUMO_ATTR_EXPECT_ARRIVAL, SUMO_ATTR_FILE, SUMO_ATTR_FILL, SUMO_ATTR_FRIENDLY_POS, SUMO_ATTR_GEO, SUMO_ATTR_HALTING_SPEED_THRESHOLD, SUMO_ATTR_HALTING_TIME_THRESHOLD, SUMO_ATTR_HEIGHT, SUMO_ATTR_ICON, SUMO_ATTR_ID, SUMO_ATTR_IMGFILE, SUMO_ATTR_JAM_DIST_THRESHOLD, SUMO_ATTR_LANE, SUMO_ATTR_LANES, SUMO_ATTR_LAT, SUMO_ATTR_LAYER, SUMO_ATTR_LEFTHAND, SUMO_ATTR_LENGTH, SUMO_ATTR_LINES, SUMO_ATTR_LINEWIDTH, SUMO_ATTR_LON, SUMO_ATTR_NAME, SUMO_ATTR_NEXT_EDGES, SUMO_ATTR_OFF, SUMO_ATTR_ONROAD, SUMO_ATTR_OPEN_ENTRY, SUMO_ATTR_OPTIONAL, SUMO_ATTR_OUTPUT, SUMO_ATTR_OVERHEAD_WIRE_FORBIDDEN, SUMO_ATTR_OVERHEAD_WIRECLAMP_END, SUMO_ATTR_OVERHEAD_WIRECLAMP_LANEEND, SUMO_ATTR_OVERHEAD_WIRECLAMP_LANESTART, SUMO_ATTR_OVERHEAD_WIRECLAMP_START, SUMO_ATTR_PARKING_AREA, SUMO_ATTR_PARKING_LENGTH, SUMO_ATTR_PERSON_CAPACITY, SUMO_ATTR_POSITION, SUMO_ATTR_POSITION_LAT, SUMO_ATTR_PROB, SUMO_ATTR_RELATIVEPATH, SUMO_ATTR_ROADSIDE_CAPACITY, SUMO_ATTR_ROUTEPROBE, SUMO_ATTR_SHAPE, SUMO_ATTR_SHOW_DETECTOR, SUMO_ATTR_SLOPE, SUMO_ATTR_SPEED, SUMO_ATTR_STARTPOS, SUMO_ATTR_SUBSTATIONID, SUMO_ATTR_TIME, SUMO_ATTR_TLID, SUMO_ATTR_TYPE, SUMO_ATTR_VISIBLE, SUMO_ATTR_VOLTAGE, SUMO_ATTR_VTYPES, SUMO_ATTR_WAITINGTIME, SUMO_ATTR_WEIGHT, SUMO_ATTR_WIDTH, SUMO_ATTR_X, SUMO_ATTR_Y, SUMO_ATTR_Z, SUMO_TAG_ACCESS, SUMO_TAG_BUS_STOP, SUMO_TAG_CALIBRATOR, SUMO_TAG_CHARGING_STATION, SUMO_TAG_CLOSING_LANE_REROUTE, SUMO_TAG_CLOSING_REROUTE, SUMO_TAG_CONTAINER_STOP, SUMO_TAG_DEST_PROB_REROUTE, SUMO_TAG_DET_ENTRY, SUMO_TAG_DET_EXIT, SUMO_TAG_E1DETECTOR, SUMO_TAG_E2DETECTOR, SUMO_TAG_E3DETECTOR, SUMO_TAG_ENTRY_EXIT_DETECTOR, SUMO_TAG_FLOW, SUMO_TAG_INDUCTION_LOOP, SUMO_TAG_INSTANT_INDUCTION_LOOP, SUMO_TAG_INTERVAL, SUMO_TAG_LANE_AREA_DETECTOR, SUMO_TAG_OVERHEAD_WIRE_CLAMP, SUMO_TAG_OVERHEAD_WIRE_SECTION, SUMO_TAG_PARKING_AREA, SUMO_TAG_PARKING_AREA_REROUTE, SUMO_TAG_PARKING_SPACE, SUMO_TAG_POI, SUMO_TAG_POLY, SUMO_TAG_REROUTER, SUMO_TAG_ROUTE_PROB_REROUTE, SUMO_TAG_ROUTEPROBE, SUMO_TAG_STEP, SUMO_TAG_TAZ, SUMO_TAG_TAZSINK, SUMO_TAG_TAZSOURCE, SUMO_TAG_TRACTION_SUBSTATION, SUMO_TAG_TRAIN_STOP, SUMO_TAG_VAPORIZER, and SUMO_TAG_VSS.

Referenced by GNEShapeFrame::addShape(), GNEAdditionalFrame::buildAdditionalOverEdge(), GNEAdditionalFrame::buildAdditionalOverLane(), GNEAdditionalFrame::buildAdditionalOverView(), GNEWireFrame::buildWireOverView(), GNEAdditionalFrame::createPath(), GNEWireFrame::createPath(), endParseAttributes(), GNEViewNet::onCmdTransformPOI(), and GNETAZFrame::shapeDrawed().

Here is the caller graph for this function:

◆ parseTAZAttributes()

◆ parseTAZSinkAttributes()

void AdditionalHandler::parseTAZSinkAttributes ( const SUMOSAXAttributes attrs)
private

parse TAZ sink attributes

Definition at line 1271 of file AdditionalHandler.cpp.

References CommonXMLStructure::SumoBaseObject::addDoubleAttribute(), CommonXMLStructure::SumoBaseObject::addStringAttribute(), checkParent(), SUMOSAXAttributes::get(), CommonXMLStructure::getCurrentSumoBaseObject(), myCommonXMLStructure, CommonXMLStructure::SumoBaseObject::setTag(), SUMO_ATTR_ID, SUMO_ATTR_WEIGHT, SUMO_TAG_TAZ, and SUMO_TAG_TAZSINK.

Referenced by beginParseAttributes().

Here is the caller graph for this function:

◆ parseTAZSourceAttributes()

void AdditionalHandler::parseTAZSourceAttributes ( const SUMOSAXAttributes attrs)
private

parse TAZ source attributes

Definition at line 1251 of file AdditionalHandler.cpp.

References CommonXMLStructure::SumoBaseObject::addDoubleAttribute(), CommonXMLStructure::SumoBaseObject::addStringAttribute(), checkParent(), SUMOSAXAttributes::get(), CommonXMLStructure::getCurrentSumoBaseObject(), myCommonXMLStructure, CommonXMLStructure::SumoBaseObject::setTag(), SUMO_ATTR_ID, SUMO_ATTR_WEIGHT, SUMO_TAG_TAZ, and SUMO_TAG_TAZSOURCE.

Referenced by beginParseAttributes().

Here is the caller graph for this function:

◆ parseTractionSubstation()

◆ parseTrainStopAttributes()

◆ parseVaporizerAttributes()

void AdditionalHandler::parseVaporizerAttributes ( const SUMOSAXAttributes attrs)
private

◆ parseVariableSpeedSignAttributes()

void AdditionalHandler::parseVariableSpeedSignAttributes ( const SUMOSAXAttributes attrs)
private

◆ parseVariableSpeedSignStepAttributes()

void AdditionalHandler::parseVariableSpeedSignStepAttributes ( const SUMOSAXAttributes attrs)
private

parse variable speed sign step attributes

Definition at line 1316 of file AdditionalHandler.cpp.

References CommonXMLStructure::SumoBaseObject::addStringAttribute(), CommonXMLStructure::SumoBaseObject::addTimeAttribute(), checkParent(), CommonXMLStructure::getCurrentSumoBaseObject(), SUMOSAXAttributes::getOpt(), SUMOSAXAttributes::getSUMOTimeReporting(), myCommonXMLStructure, CommonXMLStructure::SumoBaseObject::setTag(), SUMO_ATTR_SPEED, SUMO_ATTR_TIME, SUMO_TAG_STEP, and SUMO_TAG_VSS.

Referenced by beginParseAttributes().

Here is the caller graph for this function:

◆ writeError()

void AdditionalHandler::writeError ( const std::string &  error)
protected

Field Documentation

◆ myCommonXMLStructure

◆ myErrorCreatingElement

bool AdditionalHandler::myErrorCreatingElement = false
private

flag for check if a element wasn't created

Definition at line 636 of file AdditionalHandler.h.

Referenced by isErrorCreatingElement(), and writeError().


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