Interface GPSPoint

  • All Implemented Interfaces:
    it.unibo.alchemist.model.GeoPosition , it.unibo.alchemist.model.Position , it.unibo.alchemist.model.Position2D , java.io.Serializable , java.lang.Comparable

    
    public interface GPSPoint
     implements GeoPosition, Comparable<T>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Time getTime()
      abstract GPSPoint subtractTime(Time t)
      abstract GPSPoint addTime(Time t)
      • Methods inherited from class it.unibo.alchemist.model.GeoPosition

        getCoordinate, getLatitude, getLongitude, minus, plus
      • Methods inherited from class java.lang.Comparable

        compareTo
      • Methods inherited from class it.unibo.alchemist.model.Position2D

        getX, getY
      • Methods inherited from class it.unibo.alchemist.model.Position

        boundingBox, distanceTo, getCoordinates, getDimensions, minus, plus
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • subtractTime

         abstract GPSPoint subtractTime(Time t)
        Parameters:
        t - time to subtract to the point's time
        Returns:

        new GPSPoint with the new time

      • addTime

         abstract GPSPoint addTime(Time t)
        Parameters:
        t - time to add to the point's time
        Returns:

        new GPSPoint with the new time