| 94 | } |
| 95 | |
| 96 | boost::optional<double> BuildingUnit_Impl::getFeatureAsDouble(const std::string& name) const { |
| 97 | return this->additionalProperties().getFeatureAsDouble(name); |
| 98 | } |
| 99 | |
| 100 | boost::optional<int> BuildingUnit_Impl::getFeatureAsInteger(const std::string& name) const { |
| 101 | return this->additionalProperties().getFeatureAsInteger(name); |