writeBearing abstract method
Writes a degree value deg as a String representation (deg/min/sec) of
the bearing to buf.
Throws FormatException if a string representation cannot be formatted.
See also bearing for documentation.
Implementation
void writeBearing(StringSink buf, double deg);