public class SatelliteInfoEvent extends ProviderEvent
SatelliteInfoProvider
.GSASentence
,
GSVSentence
,
SatelliteInfo
,
Serialized Formsource
Constructor and Description |
---|
SatelliteInfoEvent(Object source,
GSASentence gsa,
List<SatelliteInfo> info) |
Modifier and Type | Method and Description |
---|---|
GpsFixStatus |
getGpsFixStatus()
Returns the GPS fix status as reported by GSA sentence.
|
FaaMode |
getGpsMode()
Returns the GPS mode of operation as reported in GSA sentence.
|
double |
getHorizontalPrecision()
Returns the horizontal precision of GPS fix.
|
double |
getPositionPrecision()
Returns the overall precision of GPS fix.
|
String[] |
getSatelliteIds()
Returns the list of GPS satellites used for GPS fix.
|
List<SatelliteInfo> |
getSatelliteInfo()
Returns the current detailed satellite information.
|
double |
getVerticalPrecision()
Returns the vertical precision of GPS fix.
|
getSource, toString
public SatelliteInfoEvent(Object source, GSASentence gsa, List<SatelliteInfo> info)
source
- public String[] getSatelliteIds()
public List<SatelliteInfo> getSatelliteInfo()
public double getHorizontalPrecision()
public double getVerticalPrecision()
public double getPositionPrecision()
public FaaMode getGpsMode()
public GpsFixStatus getGpsFixStatus()
Copyright (C) 2010-2017 Java Marine API authors. All Rights Reserved.