| 86 | } |
| 87 | |
| 88 | boost::optional<std::string> BuildingUnit_Impl::getFeatureDataType(const std::string& name) const { |
| 89 | return this->additionalProperties().getFeatureDataType(name); |
| 90 | } |
| 91 | |
| 92 | boost::optional<std::string> BuildingUnit_Impl::getFeatureAsString(const std::string& name) const { |
| 93 | return this->additionalProperties().getFeatureAsString(name); |