An enumeration to determine whether a waypoint code is just a code, or encoded
coordinates as either a quadrant (with a single letter at the end) or a full lat/long set
with two letters.
Since:
2.6
Version:
9.1
Author:
Luke
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.