Home
last modified time | relevance | path

Searched refs:baseGeodCRSNode (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/proj/proj-7.2.1/src/iso19111/
H A Dio.cpp3015 auto &baseGeodCRSNode = nodeP->lookForChild(WKTConstants::BASEGEODCRS, in buildDerivedGeodeticCRS() local
3018 assert(!isNull(baseGeodCRSNode)); in buildDerivedGeodeticCRS()
3020 auto baseGeodCRS = buildGeodeticCRS(baseGeodCRSNode); in buildDerivedGeodeticCRS()
3925 auto &baseGeodCRSNode = in buildProjectedCRS() local
3928 if (isNull(baseGeodCRSNode)) { in buildProjectedCRS()
3932 auto baseGeodCRS = buildGeodeticCRS(baseGeodCRSNode); in buildProjectedCRS()