| 157 | } |
| 158 | |
| 159 | void 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 |
no outgoing calls
no test coverage detected