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

Function GetLinearLocationReference

tools/openlr/openlr_model_xml.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52pugi::xml_node GetLinearLocationReference(pugi::xml_node const & node)
53{
54 // There should be only one linear location reference child of a location reference.
55 return node.select_node(".//olr:locationReference/olr:optionLinearLocationReference").node();
56}
57
58pugi::xml_node GetCoordinates(pugi::xml_node const & node)
59{

Callers 1

SegmentFromXMLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected