Class CprPosition


  • public class CprPosition
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CprPosition()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getLat()  
      double getLon()  
      int getTime()  
      boolean isValid()  
      void setLat​(double lat)  
      void setLon​(double lon)  
      void setTime​(int time)  
      • Methods inherited from class java.lang.Object

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

      • CprPosition

        public CprPosition()
    • Method Detail

      • setLat

        public void setLat​(double lat)
      • getLat

        public double getLat()
      • setLon

        public void setLon​(double lon)
      • getLon

        public double getLon()
      • setTime

        public void setTime​(int time)
      • getTime

        public int getTime()
      • isValid

        public boolean isValid()