public class Gst extends Response
| Constructor and Description |
|---|
Gst() |
| Modifier and Type | Method and Description |
|---|---|
double |
getAlt() |
String |
getCLASS() |
String |
getDevice() |
double |
getLat() |
double |
getLon() |
double |
getMajor() |
double |
getMinor() |
double |
getOrient() |
double |
getRms() |
String |
getTag() |
String |
getTime() |
void |
setAlt(double alt) |
void |
setClass(String _class) |
void |
setDevice(String device) |
void |
setLat(double lat) |
void |
setLon(double lon) |
void |
setMajor(double major) |
void |
setMinor(double minor) |
void |
setOrient(double orient) |
void |
setRms(double rms) |
void |
setTag(String tag) |
void |
setTime(String time) |
public void setTag(String tag)
public String getTag()
public void setDevice(String device)
public String getDevice()
public void setTime(String time)
public String getTime()
public void setRms(double rms)
public double getRms()
public void setMajor(double major)
public double getMajor()
public void setMinor(double minor)
public double getMinor()
public void setOrient(double orient)
public double getOrient()
public void setLat(double lat)
public double getLat()
public void setLon(double lon)
public double getLon()
public void setAlt(double alt)
public double getAlt()
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.