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

Method SetExtent

GdaShape.cpp:159–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void GdaScaleTrans::SetExtent(double w, double e, double s, double n)
160{
161 data_x_min = w;
162 data_x_max = e;
163 data_y_min = s;
164 data_y_max = n;
165 calcAffineParams();
166}
167
168/** x_min, y_min, x_max, y_max are the bounding box limits for the entire map.
169 target_height and target_width are ignored if set to 0. They are used

Callers 2

SetNoBasemapMethod · 0.80
DrawBasemapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected