| 98 | } |
| 99 | |
| 100 | boost::optional<int> BuildingUnit_Impl::getFeatureAsInteger(const std::string& name) const { |
| 101 | return this->additionalProperties().getFeatureAsInteger(name); |
| 102 | } |
| 103 | |
| 104 | boost::optional<bool> BuildingUnit_Impl::getFeatureAsBoolean(const std::string& name) const { |
| 105 | return this->additionalProperties().getFeatureAsBoolean(name); |