|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
net.sf.marineapi.provider.event.ProviderEvent
net.sf.marineapi.provider.event.SatelliteInfoEvent
public class SatelliteInfoEvent
SatelliteInfoEvent contains the satellite information collected by
SatelliteInfoProvider.
GSASentence,
GSVSentence,
SatelliteInfo,
Serialized Form| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
SatelliteInfoEvent(Object source,
GSASentence gsa,
List<SatelliteInfo> info)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SatelliteInfoEvent(Object source,
GSASentence gsa,
List<SatelliteInfo> info)
source - | Method Detail |
|---|
public String[] getSatelliteIds()
public List<SatelliteInfo> getSatelliteInfo()
public double getHorizontalPrecision()
public double getVerticalPrecision()
public double getPositionPrecision()
public FaaMode getGpsMode()
public GpsFixStatus getGpsFixStatus()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||