Home
last modified time | relevance | path

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

/dports/graphics/proj/proj-7.2.1/src/iso19111/operation/
H A Dcoordinateoperationfactory.cpp4470 if (!componentsSrc.empty()) { in createOperationsCompoundToGeog()
4472 if (componentsSrc.size() == 2) { in createOperationsCompoundToGeog()
4477 derivedHSrc->baseCRS(), componentsSrc[1]}; in createOperationsCompoundToGeog()
4513 if (componentsSrc.size() >= 2 && in createOperationsCompoundToGeog()
4514 componentsSrc[1]->extractVerticalCRS()) { in createOperationsCompoundToGeog()
4532 componentsSrc[1], in createOperationsCompoundToGeog()
4568 componentsSrc[1], in createOperationsCompoundToGeog()
4650 if (!componentsSrc[0]->isEquivalentTo( in createOperationsCompoundToGeog()
4786 if (componentsSrc.empty() || componentsSrc.size() != componentsDst.size()) { in createOperationsCompoundToCompound()
4789 const auto srcGeog = componentsSrc[0]->extractGeographicCRS(); in createOperationsCompoundToCompound()
[all …]