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

Method GetMapExtent

Project.cpp:1225–1232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1223}
1224
1225void Project::GetMapExtent(double& minx, double& miny, double& maxx, double& maxy)
1226{
1227 wxLogMessage("Project::GetMapExtent()");
1228
1229 if (layer_proxy) {
1230 layer_proxy->GetExtent(minx, miny, maxx, maxy);
1231 }
1232}
1233
1234void Project::GetCentroids(std::vector<double>& x, std::vector<double>& y)
1235{

Callers 4

ProjectInfoDlgMethod · 0.80
OnMapLayerChoiceMethod · 0.80
GetThreshMaxMethod · 0.80
GetExtentMethod · 0.80

Calls 1

GetExtentMethod · 0.45

Tested by

no test coverage detected