public class Record extends Object implements IRecord
Record(String time, Integer mode, Double lat, Double lon, Double alt)
Double
getAlt()
getLat()
getLon()
Integer
getMode()
String
getTime()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Record(String time, Integer mode, Double lat, Double lon, Double alt)
public String getTime()
getTime
IRecord
public Integer getMode()
getMode
public Double getLat()
getLat
public Double getLon()
getLon
public Double getAlt()
getAlt
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.