public class SumoGeometry extends Object implements SumoObject
Modifier and Type | Field and Description |
---|---|
java.util.LinkedList<SumoPosition2D> |
coords |
Constructor and Description |
---|
SumoGeometry() |
Modifier and Type | Method and Description |
---|---|
void |
add(SumoPosition2D pos) |
void |
fromString(String shape) |
String |
toString() |
public java.util.LinkedList<SumoPosition2D> coords
public void add(SumoPosition2D pos)
public String toString()
toString
in class Object
public void fromString(String shape)