public class GSVSentence extends NMEASentence
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
HEADER |
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, isNumericpublic static final java.lang.String HEADER
public java.lang.String getHeader()
getHeader in class NMEASentencepublic int getSatellitesInView()
public Satellite getSatellite(int index)
index - public void parse(java.lang.String sentence)
parse in class NMEASentence