Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
525
void FeatureBuilder::SetOsmId(base::GeoObjectId id)
526
{
527
m_osmIds.assign(1, id);
528
}
529
530
base::GeoObjectId FeatureBuilder::GetFirstOsmId() const
531
{
Callers
8
CreateFb
Function · 0.45
AddFakeNodes
Method · 0.45
BuildFromNode
Method · 0.45
BuildFromWay
Method · 0.45
BuildFromRelation
Method · 0.45
MakeFbForTest
Function · 0.45
MakeAreaFeatureBuilder
Function · 0.45
MakeNodeFeatureBuilder
Function · 0.45
Calls
1
assign
Method · 0.45
Tested by
3
MakeFbForTest
Function · 0.36
MakeAreaFeatureBuilder
Function · 0.36
MakeNodeFeatureBuilder
Function · 0.36