| 373 | } |
| 374 | |
| 375 | void FeatureParams::SetGeomTypePointEx() |
| 376 | { |
| 377 | ASSERT(m_geomType == HeaderGeomType::Point || m_geomType == HeaderGeomType::PointEx, ()); |
| 378 | ASSERT(!house.IsEmpty(), ()); |
| 379 | |
| 380 | m_geomType = HeaderGeomType::PointEx; |
| 381 | } |
| 382 | |
| 383 | feature::GeomType FeatureParams::GetGeomType() const |
| 384 | { |
no test coverage detected