MCPcopy Create free account
hub / github.com/comaps/comaps / SetGeomTypePointEx

Method SetGeomTypePointEx

libs/indexer/feature_data.cpp:375–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375void 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
383feature::GeomType FeatureParams::GetGeomType() const
384{

Callers 3

PreSerializeMethod · 0.80
ProcessRawEntriesMethod · 0.80
TransformToPointFunction · 0.80

Calls 2

ASSERTFunction · 0.85
IsEmptyMethod · 0.45

Tested by

no test coverage detected