dk.itu.haas.GPS
Interface IPosition

All Known Subinterfaces:
IWaypoint
All Known Implementing Classes:
Position, PositionDataPacket, PVTDataPacket, WaypointDataPacket

public interface IPosition

This interface is implemented by all packets capable of returning a position.


Method Summary
 PositionRadians getLatitude()
          This method returns the latitude of the position.
 PositionRadians getLongitude()
          This method returns the longitude of the position.
 

Method Detail

getLatitude

public PositionRadians getLatitude()
This method returns the latitude of the position.


getLongitude

public PositionRadians getLongitude()
This method returns the longitude of the position.