Home
last modified time | relevance | path

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

/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/
H A Dqgsalgorithmtranslate.cpp181 QgsWkbTypes::Type inPlaceWkbType = layer->wkbType(); in supportInPlaceEdit() local
182 return inPlaceWkbType == outputWkbType( inPlaceWkbType ); in supportInPlaceEdit()
H A Dqgsalgorithmaffinetransform.cpp270 QgsWkbTypes::Type inPlaceWkbType = layer->wkbType(); in supportInPlaceEdit() local
271 return inPlaceWkbType == outputWkbType( inPlaceWkbType ); in supportInPlaceEdit()
/dports/graphics/qgis/qgis-3.22.3/src/analysis/processing/
H A Dqgsalgorithmtranslate.cpp181 const QgsWkbTypes::Type inPlaceWkbType = layer->wkbType(); in supportInPlaceEdit() local
182 return inPlaceWkbType == outputWkbType( inPlaceWkbType ); in supportInPlaceEdit()
H A Dqgsalgorithmaffinetransform.cpp270 const QgsWkbTypes::Type inPlaceWkbType = layer->wkbType(); in supportInPlaceEdit() local
271 return inPlaceWkbType == outputWkbType( inPlaceWkbType ); in supportInPlaceEdit()