Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Handle
Method
Handle
generator/feature_processing_layers.cpp:37–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
} // namespace
36
37
void LayerBase::Handle(FeatureBuilder & fb)
38
{
39
if (m_next)
40
m_next->Handle(fb);
41
}
42
43
size_t LayerBase::GetChainSize() const
44
{
Callers
5
Process
Method · 0.45
Process
Method · 0.45
Process
Method · 0.45
Process
Method · 0.45
Process
Method · 0.45
Calls
15
MakeLine
Function · 0.85
RemoveUselessTypes
Function · 0.85
FixLandType
Function · 0.85
PreprocessForCountryMap
Function · 0.85
GetMostGenericOsmId
Method · 0.80
GetParams
Method · 0.80
PreSerializeAndRemoveUselessNamesForIntermediate
Method · 0.80
IsArea
Method · 0.80
GetCoastlineType
Method · 0.80
RemoveInvalidTypes
Method · 0.80
Handle
Class · 0.50
GetType
Method · 0.45
Tested by
no test coverage detected