| 292 | } |
| 293 | |
| 294 | double Space_Impl::directionofRelativeNorth() const { |
| 295 | boost::optional<double> value = getDouble(OS_SpaceFields::DirectionofRelativeNorth, true); |
| 296 | OS_ASSERT(value); |
| 297 | return value.get(); |
| 298 | } |
| 299 | |
| 300 | bool Space_Impl::isDirectionofRelativeNorthDefaulted() const { |
| 301 | return isEmpty(OS_SpaceFields::DirectionofRelativeNorth); |