| 77 | // --------------------------------------------------------------------------- |
| 78 | |
| 79 | bool ExtentAndRes::fullWorldLongitude() const { |
| 80 | return isGeographic && east - west + resX >= 2 * M_PI - 1e-10; |
| 81 | } |
| 82 | |
| 83 | // --------------------------------------------------------------------------- |
| 84 |
no outgoing calls
no test coverage detected