|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides the location information on Fix (Heading, Velocity, Speed Uncertainty, Number of Satellites in Solution, Altitude, Altitude Uncertainty) and Serving Cell Information (Serving Cell Latitude, Serving Cell Longitude).
Fields inherited from interface com.motorola.iden.position.Position2D |
DEG_MIN, DEG_MIN_SEC, DEGREES, UNAVAILABLE |
Method Summary | |
int |
getAltitude()
Returns the altitude of a position in meters. |
int |
getAltitudeUncertainty()
Returns the altitude uncertainty in millimeters as the measurement is taken. |
int |
getNumberOfSatsUsed()
Returns the number of satellites used to get a fix. |
int |
getResponseCode()
Returns the response code. |
int |
getSpeed()
Returns the speed value in kilometers per hour. |
int |
getSpeedUncertainty()
Returns the speed uncertainty in kilometers per hour. |
int |
getTravelDirection()
Returns the heading, or direction of travel. |
boolean |
hasAltitude()
Indicates if the altitude is available. |
boolean |
hasAltitudeUncertainty()
Indicates if the altitude uncertainty is available. |
boolean |
hasNumberOfSatsUsed()
Indicates if the number of satellites used to get a fix is available. |
boolean |
hasResponseCode()
Indicates if the response code is available. |
boolean |
hasSpeed()
Indicates if the speed is available. |
boolean |
hasSpeedUncertainty()
Indicates if the speed uncertainty is available. |
boolean |
hasTravelDirection()
Indicates if the travel direction is available. |
Methods inherited from interface com.motorola.iden.position.Position2D |
getAssistanceUsed, getLatitude, getLatitude, getLatLonAccuracy, getLongitude, getLongitude, getServingCellLatitude, getServingCellLatitude, getServingCellLongitude, getServingCellLongitude, getTimeStamp, hasAssistanceUsed, hasLatLon, hasLatLonAccuracy, hasServingCellLatLon, hasTimeStamp |
Method Detail |
public int getAltitude()
public int getSpeed()
public int getTravelDirection()
public int getSpeedUncertainty()
public int getNumberOfSatsUsed()
public int getAltitudeUncertainty()
public int getResponseCode()
public boolean hasAltitude()
public boolean hasSpeed()
public boolean hasTravelDirection()
public boolean hasNumberOfSatsUsed()
public boolean hasSpeedUncertainty()
public boolean hasAltitudeUncertainty()
public boolean hasResponseCode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |