| 82 | } |
| 83 | |
| 84 | std::vector<std::string> BuildingUnit_Impl::featureNames() const { |
| 85 | return this->additionalProperties().featureNames(); |
| 86 | } |
| 87 | |
| 88 | boost::optional<std::string> BuildingUnit_Impl::getFeatureDataType(const std::string& name) const { |
| 89 | return this->additionalProperties().getFeatureDataType(name); |