Uses of Class
de.tudresden.ws.container.SumoGeometry
-
Packages that use SumoGeometry Package Description de.tudresden.sumo.cmd de.tudresden.sumo.util de.tudresden.ws -
-
Uses of SumoGeometry in de.tudresden.sumo.cmd
Methods in de.tudresden.sumo.cmd with parameters of type SumoGeometry Modifier and Type Method Description static SumoCommand
Polygon. add(java.lang.String polygonID, SumoGeometry shape, SumoColor color, boolean fill, java.lang.String polygonType, int layer)
Add a new polygon. -
Uses of SumoGeometry in de.tudresden.sumo.util
Methods in de.tudresden.sumo.util that return SumoGeometry Modifier and Type Method Description SumoGeometry
ConvertHelper. getPolygon(java.lang.Object obj)
-
Uses of SumoGeometry in de.tudresden.ws
Methods in de.tudresden.ws that return SumoGeometry Modifier and Type Method Description SumoGeometry
Traci. Junction_getShape(java.lang.String junctionID)
SumoGeometry
Traci. Lane_getShape(java.lang.String laneID)
SumoGeometry
Traci. Polygon_getShape(java.lang.String polygonID)
Methods in de.tudresden.ws with parameters of type SumoGeometry Modifier and Type Method Description void
Traci. Polygon_add(java.lang.String polygonID, SumoGeometry shape, SumoColor color, boolean fill, java.lang.String polygonType, int layer)
-