Home
last modified time | relevance | path

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

/dports/graphics/proj/proj-7.2.1/src/iso19111/operation/
H A Dconcatenatedoperation.cpp208 op->setCRSs(NN_NO_CHECK(operationsIn[0]->sourceCRS()), in create()
278 invConv->inverse()->setCRSs(nn_targetCRS, concatOpSourceCRS, in fixStepsDirection()
280 op->setCRSs(concatOpSourceCRS, nn_targetCRS, nullptr); in fixStepsDirection()
282 op->setCRSs(nn_targetCRS, concatOpSourceCRS, nullptr); in fixStepsDirection()
289 op->setCRSs(concatOpSourceCRS, NN_NO_CHECK(l_targetCRS), in fixStepsDirection()
317 op->setCRSs(NN_NO_CHECK(l_sourceCRS), concatOpTargetCRS, in fixStepsDirection()
327 op->setCRSs(concatOpTargetCRS, NN_NO_CHECK(l_sourceCRS), in fixStepsDirection()
331 op->setCRSs(NN_NO_CHECK(l_sourceCRS), concatOpTargetCRS, in fixStepsDirection()
341 op->setCRSs(NN_NO_CHECK(l_sourceCRS), NN_NO_CHECK(l_targetCRS), in fixStepsDirection()
649 op->setCRSs(this, false); in _shallowClone()
H A Dprojbasedoperation.cpp95 op->setCRSs(NN_NO_CHECK(sourceCRS), NN_NO_CHECK(targetCRS), nullptr); in create()
131 op->setCRSs(sourceCRS, targetCRS, interpolationCRS); in create()
169 op->setCRSs(NN_NO_CHECK(targetCRS()), NN_NO_CHECK(sourceCRS()), in inverse()
277 op->setCRSs(this, false); in _shallowClone()
H A Dconversion.cpp115 conv->setCRSs(this, false); in shallowClone()
167 conv->setCRSs(this, false); in alterParametersLinearUnit()
2370 op->setCRSs(this, false); in _shallowClone()
2405 conv->setCRSs(this, true); in inverse()
2413 conv->setCRSs(this, true); in inverse()
2421 conv->setCRSs(this, true); in inverse()
2429 conv->setCRSs(this, true); in inverse()
2567 conv->setCRSs(this, false); in convertToOtherMethod()
2588 conv->setCRSs(this, false); in convertToOtherMethod()
2623 conv->setCRSs(this, false); in convertToOtherMethod()
[all …]
H A Dcoordinateoperationfactory.cpp2337 conv->setCRSs(sourceCRS, targetCRS, nullptr); in createOperationsGeogToGeog()
2352 conv->setCRSs(sourceCRS, targetCRS, nullptr); in createOperationsGeogToGeog()
2508 void CoordinateOperationFactory::Private::setCRSs( in setCRSs() function in operation::CoordinateOperationFactory::Private
2511 co->setCRSs(sourceCRS, targetCRS, nullptr); in setCRSs()
2534 setCRSs(last, NN_NO_CHECK(lastSource), targetCRS); in setCRSs()
3099 setCRSs(newOp.get(), sourceCRS, targetCRS); in createOperationsFromDatabase()
4019 conv->setCRSs( in createOperationsBoundToGeog()
4143 conv->setCRSs(sourceCRS, targetCRS, nullptr); in createOperationsVertToVert()
4148 conv->setCRSs(sourceCRS, targetCRS, nullptr); in createOperationsVertToVert()
4765 setCRSs(newOp.get(), sourceCRS, intermGeog3DCRS); in createOperationsToGeod()
[all …]
H A Dsingleoperation.cpp229 void CoordinateOperation::setCRSs(const crs::CRSNNPtr &sourceCRSIn, in setCRSs() function in operation::CoordinateOperation
240 void CoordinateOperation::setCRSs(const CoordinateOperation *in, in setCRSs() function in operation::CoordinateOperation
248 setCRSs(nn_targetCRS, nn_sourceCRS, in->interpolationCRS()); in setCRSs()
250 setCRSs(nn_sourceCRS, nn_targetCRS, in->interpolationCRS()); in setCRSs()
340 op->setCRSs(l_sourceCRS->normalizeForVisualization(), in normalizeForVisualization()
347 op->setCRSs(NN_NO_CHECK(l_targetCRS), in normalizeForVisualization()
2171 setCRSs(forwardOperation_.get(), true); in setPropertiesFromForward()
H A Dtransformation.cpp96 setCRSs(sourceCRSIn, targetCRSIn, interpolationCRSIn); in Transformation()
138 transf->setCRSs(this, false); in shallowClone()
156 transf->setCRSs(sourceCRS()->promoteTo3D(std::string(), dbContext), in promoteTo3D()
168 transf->setCRSs(sourceCRS()->demoteTo2D(std::string(), dbContext), in demoteTo2D()
1747 op->setCRSs(this, false); in _shallowClone()
/dports/graphics/proj/proj-7.2.1/include/proj/
H A Dcoordinateoperation.hpp177 PROJ_INTERNAL void setCRSs(const crs::CRSNNPtr &sourceCRSIn,
180 PROJ_INTERNAL void setCRSs(const CoordinateOperation *in,
/dports/graphics/proj/proj-7.2.1/src/iso19111/
H A Dfactory.cpp3519 op->setCRSs(sourceCRS, targetCRS, interpolationCRS); in createCoordinateOperation()
3529 op->setCRSs(sourceCRS, targetCRS, interpolationCRS); in createCoordinateOperation()
3547 op->setCRSs(sourceCRS, targetCRS, interpolationCRS); in createCoordinateOperation()