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

Method SetOsmId

generator/feature_builder.cpp:525–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523}
524
525void FeatureBuilder::SetOsmId(base::GeoObjectId id)
526{
527 m_osmIds.assign(1, id);
528}
529
530base::GeoObjectId FeatureBuilder::GetFirstOsmId() const
531{

Callers 8

CreateFbFunction · 0.45
AddFakeNodesMethod · 0.45
BuildFromNodeMethod · 0.45
BuildFromWayMethod · 0.45
BuildFromRelationMethod · 0.45
MakeFbForTestFunction · 0.45
MakeAreaFeatureBuilderFunction · 0.45
MakeNodeFeatureBuilderFunction · 0.45

Calls 1

assignMethod · 0.45

Tested by 3

MakeFbForTestFunction · 0.36
MakeAreaFeatureBuilderFunction · 0.36
MakeNodeFeatureBuilderFunction · 0.36