MCPcopy Create free account
hub / github.com/OSGeo/PROJ / fullWorldLongitude

Method fullWorldLongitude

src/grids.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

isPointInExtentFunction · 0.80
read_vgrid_valueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected