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

Method GetCenter

libs/editor/xml_feature.cpp:192–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192ms::LatLon XMLFeature::GetCenter() const
193{
194 ASSERT_EQUAL(GetType(), Type::Node, ());
195 return GetLatLonFromNode(GetRootNode());
196}
197
198void XMLFeature::SetCenter(ms::LatLon const & ll)
199{

Callers 4

ScoreLatLonFunction · 0.45
MigrateNodeFeatureIndexFunction · 0.45
UploadChangesMethod · 0.45
UNIT_TESTFunction · 0.45

Calls 2

GetLatLonFromNodeFunction · 0.85
GetTypeFunction · 0.50

Tested by 1

UNIT_TESTFunction · 0.36