Class Record

  • All Implemented Interfaces:
    IRecord

    public class Record
    extends java.lang.Object
    implements IRecord
    • Constructor Summary

      Constructors 
      Constructor Description
      Record​(java.lang.String time, java.lang.Integer mode, java.lang.Double lat, java.lang.Double lon, java.lang.Double alt)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Double getAlt()  
      java.lang.Double getLat()  
      java.lang.Double getLon()  
      java.lang.Integer getMode()  
      java.lang.String getTime()  
      • Methods inherited from class java.lang.Object

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

      • Record

        public Record​(java.lang.String time,
                      java.lang.Integer mode,
                      java.lang.Double lat,
                      java.lang.Double lon,
                      java.lang.Double alt)
    • Method Detail

      • getTime

        public java.lang.String getTime()
        Specified by:
        getTime in interface IRecord
      • getMode

        public java.lang.Integer getMode()
        Specified by:
        getMode in interface IRecord
      • getLat

        public java.lang.Double getLat()
        Specified by:
        getLat in interface IRecord
      • getLon

        public java.lang.Double getLon()
        Specified by:
        getLon in interface IRecord
      • getAlt

        public java.lang.Double getAlt()
        Specified by:
        getAlt in interface IRecord