| 88 | // --------------------------------------------------------------------------- |
| 89 | |
| 90 | bool ExtentAndRes::fullWorldLongitude() const { |
| 91 | return isGeographic && east - west + resX >= 2 * M_PI - 1e-10; |
| 92 | } |
| 93 | |
| 94 | // --------------------------------------------------------------------------- |
| 95 |
no outgoing calls
no test coverage detected