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

Method GetSpatialReference

Explore/MapLayer.cpp:132–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132OGRSpatialReference* BackgroundMapLayer::GetSpatialReference()
133{
134 if (layer_proxy) {
135 return layer_proxy->GetSpatialReference();
136 }
137 return NULL;
138}
139
140void BackgroundMapLayer::GetExtentOfSelected(double &_minx, double &_miny, double &_maxx,
141 double &_maxy)

Callers 1

OnZoomToSelectedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected