Package | Description |
---|---|
de.tudresden.sumo.cmd | |
de.tudresden.sumo.util | |
de.tudresden.ws |
Modifier and Type | Method and Description |
---|---|
static SumoCommand |
Polygon.add(String polygonID,
SumoGeometry shape,
SumoColor color,
boolean fill,
String polygonType,
int layer)
Add a new polygon.
|
Modifier and Type | Method and Description |
---|---|
SumoGeometry |
ConvertHelper.getPolygon(Object obj) |
Modifier and Type | Method and Description |
---|---|
SumoGeometry |
Traci.Junction_getShape(String junctionID) |
SumoGeometry |
Traci.Lane_getShape(String laneID) |
SumoGeometry |
Traci.Polygon_getShape(String polygonID) |
Modifier and Type | Method and Description |
---|---|
void |
Traci.Polygon_add(String polygonID,
SumoGeometry shape,
SumoColor color,
boolean fill,
String polygonType,
int layer) |