20 #ifndef TraCIServerAPI_Polygon_h 21 #define TraCIServerAPI_Polygon_h
APIs for getting/setting polygon values via TraCI.
TraCIServerAPI_Polygon & operator=(const TraCIServerAPI_Polygon &s)
invalidated assignment operator
TraCI server used to control sumo by a remote TraCI client.
static SUMOPolygon * getPolygon(const std::string &id)
Returns the named polygon.
static bool processGet(TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
Processes a get value command (Command 0xa8: Get Polygon Variable)
static bool getShape(const std::string &id, PositionVector &shape)
Returns the named polygons's shape.
static bool processSet(TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
Processes a set value command (Command 0xc8: Change Polygon State)
TraCIServerAPI_Polygon(const TraCIServerAPI_Polygon &s)
invalidated copy constructor