writeBearing abstract method

void writeBearing(
  1. StringSink buf,
  2. double deg
)

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);