public class GSVSentence extends NMEASentence
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
HEADER |
private int |
MAXIMUMSATELLITES |
private java.lang.String |
nmeaHeader |
private Satellite |
ns1 |
private Satellite |
ns2 |
private Satellite |
ns3 |
private Satellite |
ns4 |
private int |
satellitesInView |
LATITUDE, LONGITUDE
Constructor and Description |
---|
GSVSentence() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHeader()
Returns the NMEA header for this sentence.
|
Satellite |
getSatellite(int index)
Return a NMEA Satellite object
|
int |
getSatellitesInView()
Returns the number of satellites being tracked to
determine the coordinates.
|
void |
parse(java.lang.String sentence)
Method used to parse a GSV Sentence
|
degreesMinToDegrees, isNumeric
private java.lang.String nmeaHeader
private int satellitesInView
private final int MAXIMUMSATELLITES
private Satellite ns1
private Satellite ns2
private Satellite ns3
private Satellite ns4
public static final java.lang.String HEADER
public java.lang.String getHeader()
getHeader
in class NMEASentence
public int getSatellitesInView()
public Satellite getSatellite(int index)
index
- public void parse(java.lang.String sentence)
parse
in class NMEASentence