Class SumoGeometry

  • All Implemented Interfaces:
    SumoObject

    public class SumoGeometry
    extends java.lang.Object
    implements SumoObject
    Author:
    Mario Krumnow
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.LinkedList<SumoPosition2D> coords  
    • Constructor Summary

      Constructors 
      Constructor Description
      SumoGeometry()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(SumoPosition2D pos)  
      void fromString​(java.lang.String shape)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SumoGeometry

        public SumoGeometry()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • fromString

        public void fromString​(java.lang.String shape)