| 14 | } |
| 15 | |
| 16 | void MergedFeatureBuilder::SetRound() |
| 17 | { |
| 18 | m_isRound = true; |
| 19 | |
| 20 | m_roundBounds[0] = m_roundBounds[1] = GetOuterGeometry(); |
| 21 | } |
| 22 | |
| 23 | void MergedFeatureBuilder::AppendFeature(MergedFeatureBuilder const & fb, bool fromBegin, bool toBack) |
| 24 | { |