| 303 | } |
| 304 | |
| 305 | wxString GdaScaleTrans::GetString() |
| 306 | { |
| 307 | wxString str("GdaScaleTrans: "); |
| 308 | str << "scale_x=" << scale_x << ", scale_y=" << scale_y; |
| 309 | str << "\n trans_x=" << trans_x << ", trans_y="; |
| 310 | str << trans_y; |
| 311 | return str; |
| 312 | } |
| 313 | |
| 314 | wxRealPoint GdaScaleTrans::View2Data(const wxPoint& src) |
| 315 | { |
no outgoing calls
no test coverage detected