| Package | Description |
|---|---|
| com.appslandia.common.geo |
| Modifier and Type | Method and Description |
|---|---|
Direction |
Direction.left()
The direction 90-degrees to the left.
|
Direction |
Direction.left(int n)
The direction 90*n-degrees to the left.
|
Direction |
Direction.move(int n)
The direction 90*n-degrees to the right or left.
|
static Direction |
Direction.parseValue(String symbol) |
static Direction |
Direction.random() |
Direction |
Direction.reverse() |
Direction |
Direction.right()
The direction 90-degrees to the right.
|
Direction |
Direction.right(int n)
The direction 90*n-degrees to the right.
|
static Direction |
Direction.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
GeoLocation |
GeoLocation.move(Direction direction,
double distance,
DistanceUnit unit) |
String |
GeoDms.toString(Direction direction) |
Copyright © 2019. All rights reserved.