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

Method intersects

src/grids.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101// ---------------------------------------------------------------------------
102
103bool ExtentAndRes::intersects(const ExtentAndRes &other) const {
104 return other.west < east && west <= other.west && other.south < north &&
105 south <= other.north;
106}
107
108// ---------------------------------------------------------------------------
109

Callers 4

TESTFunction · 0.45
insertIntoHierarchyFunction · 0.45
insertGridMethod · 0.45
plotprojFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36