|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Direction | |
---|---|
jaron.gps | Provides the classes for the abstraction of GPS data. |
Uses of Direction in jaron.gps |
---|
Methods in jaron.gps that return Direction | |
---|---|
static Direction |
Direction.fromValue(java.lang.String value)
|
Direction |
Longitude.getDirection()
|
Direction |
Latitude.getDirection()
|
static Direction |
Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in jaron.gps with parameters of type Direction | |
---|---|
void |
Longitude.setDirection(Direction direction)
|
void |
Latitude.setDirection(Direction direction)
|
Constructors in jaron.gps with parameters of type Direction | |
---|---|
Latitude(java.lang.String value,
Direction direction)
|
|
Longitude(java.lang.String value,
Direction direction)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |