|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FixStatus | |
---|---|
com.esri.core.gps |
Uses of FixStatus in com.esri.core.gps |
---|
Methods in com.esri.core.gps that return FixStatus | |
---|---|
FixStatus |
GpsGeoCoordinate.getFixStatus()
|
static FixStatus |
FixStatus.getFromCode(String code)
|
static FixStatus |
FixStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FixStatus[] |
FixStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.esri.core.gps with parameters of type FixStatus | |
---|---|
void |
GpsGeoCoordinate.setFixStatus(FixStatus fixStatus)
Sets the current fix status of the signal. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |