193194195196197198199200201202
public CraningValue getDegrees() throws ProTransException { if (degrees == null) { assignDegrees(); } if (degrees == null) { throw new ProTransException("Mangler vinkel"); } return degrees; }