Java SDK for 2D
 All Classes Namespaces Functions Variables Pages
SatelliteInfo Class Reference

Public Member Functions

 SatelliteInfo (int azimuth, int elevation, int quality, int satelliteId, boolean usedForFix)
 
 SatelliteInfo ()
 
String toString ()
 
int getElevation ()
 
int getAzimuth ()
 
int getQuality ()
 
int getSatelliteId ()
 
boolean isUsedForFix ()
 

Static Public Member Functions

static Bundle writeBundle (SatelliteInfo info)
 
static SatelliteInfo readBundle (Bundle b)
 

Constructor & Destructor Documentation

SatelliteInfo ( int  azimuth,
int  elevation,
int  quality,
int  satelliteId,
boolean  usedForFix 
)

Member Function Documentation

int getAzimuth ( )
int getElevation ( )
int getQuality ( )
int getSatelliteId ( )
boolean isUsedForFix ( )
static SatelliteInfo readBundle ( Bundle  b)
static
String toString ( )