The method to parse the value from a string.
static AdifAntAz fromString(String str) { return AdifAntAz(AdifNumber.fromString(str)); }