Package it.unibo.alchemist.model.maps
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>
-
-
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
-
-
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
-
-
-
-