MCPcopy Create free account
hub / github.com/GeoDaCenter/geoda / GetMaxDistArc

Method GetMaxDistArc

Project.cpp:1323–1328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1321}
1322
1323double Project::GetMaxDistArc()
1324{
1325 if (max_dist_arc >= 0) return max_dist_arc;
1326 CalcUnitSphereRtreeStats();
1327 return max_dist_arc;
1328}
1329
1330rtree_pt_2d_t& Project::GetEucPlaneRtree()
1331{

Callers 2

GetThreshMaxMethod · 0.80
GetThreshMaxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected