A class representing a single street sign.
SUMOReal myOffset
The offset of the sign from the start of its edge.
The representation of a single edge during network building.
void writeAsPOI(OutputDevice &into, const NBEdge *edge) const
write into device as POI positioned relative to the given edge
static StringBijection< SignType > SignTypeColors
std::string myLabel
The (optional) label (for SPEED, SLOPE etc)
NBSign(SignType type, SUMOReal offset, const std::string label="")
Constructor with id, and position.
static StringBijection< SignType > SignTypeStrings
SignType myType
the type of the sign
Static storage of an output device and its base (abstract) implementation.