Home
last modified time | relevance | path

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

/dports/graphics/proj/proj-7.2.1/src/iso19111/operation/
H A Dcoordinateoperationfactory.cpp1957 CoordinateOperationPtr opGeogCRStoDstCRS{}; member
1967 opGeogCRStoDstCRS(opGeogCRStoDstCRSIn), in MyPROJStringExportableHorizVerticalHorizPROJBased()
1994 opGeogCRStoDstCRS->_exportToPROJString(formatter); in _exportToPROJString()
2193 const operation::CoordinateOperationNNPtr &opGeogCRStoDstCRS, in createHorizVerticalHorizPROJBased() argument
2198 opSrcCRSToGeogCRS, verticalTransform, opGeogCRStoDstCRS, in createHorizVerticalHorizPROJBased()
2207 if (!(starts_with(opGeogCRStoDstCRS->nameStr(), NULL_GEOGRAPHIC_OFFSET) && in createHorizVerticalHorizPROJBased()
2208 opGeogCRStoDstCRS->nameStr().find(" + ") == std::string::npos)) { in createHorizVerticalHorizPROJBased()
2209 ops.emplace_back(opGeogCRStoDstCRS); in createHorizVerticalHorizPROJBased()
4898 auto opGeogCRStoDstCRS = in createOperationsCompoundToCompound() local
4901 for (const auto &opDst : opGeogCRStoDstCRS) { in createOperationsCompoundToCompound()