Home
last modified time | relevance | path

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

/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/
H A Dqgsalgorithmsegmentize.cpp106 geometry.convertToStraightSegment( tolerance, QgsAbstractGeometry::MaximumDifference ); in processFeature()
201 … geometry.convertToStraightSegment( M_PI * tolerance / 180.0, QgsAbstractGeometry::MaximumAngle ); in processFeature()
/dports/graphics/qgis/qgis-3.22.3/src/analysis/processing/
H A Dqgsalgorithmsegmentize.cpp106 geometry.convertToStraightSegment( tolerance, QgsAbstractGeometry::MaximumDifference ); in processFeature()
201 … geometry.convertToStraightSegment( M_PI * tolerance / 180.0, QgsAbstractGeometry::MaximumAngle ); in processFeature()
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_qgsgeometryvalidator.py288 g.convertToStraightSegment()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeometry.h2344 …void convertToStraightSegment( double tolerance = M_PI / 180., QgsAbstractGeometry::SegmentationTo…
H A Dqgsgeometry.cpp3027 void QgsGeometry::convertToStraightSegment( double tolerance, QgsAbstractGeometry::SegmentationTole… in convertToStraightSegment() function in QgsGeometry
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsdistancearea.cpp553 g.convertToStraightSegment(); in splitGeometryAtAntimeridian()
H A Dqgspointlocator.cpp561 straightGeom.convertToStraightSegment(); in _geometrySegmentsInRect()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeometry.h2153 …void convertToStraightSegment( double tolerance = M_PI / 180., QgsAbstractGeometry::SegmentationTo…
H A Dqgsgeometry.cpp2792 void QgsGeometry::convertToStraightSegment( double tolerance, QgsAbstractGeometry::SegmentationTole… in convertToStraightSegment() function in QgsGeometry
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgspointlocator.cpp454 straightGeom.convertToStraightSegment(); in _geometrySegmentsInRect()
H A Dqgsdistancearea.cpp554 g.convertToStraightSegment(); in splitGeometryAtAntimeridian()
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/geometry/
H A Dqgsgeometry.sip.in2035 …void convertToStraightSegment( double tolerance = M_PI / 180., QgsAbstractGeometry::SegmentationTo…
2052 .. seealso:: :py:func:`convertToStraightSegment`
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/geometry/
H A Dqgsgeometry.sip.in2257 …void convertToStraightSegment( double tolerance = M_PI / 180., QgsAbstractGeometry::SegmentationTo…
2274 .. seealso:: :py:func:`convertToStraightSegment`
/dports/graphics/qgis-ltr/qgis-3.16.16/
H A DChangeLog113975 Expose segmentization parameters to QgsGeometry::convertToStraightSegment
/dports/graphics/qgis/qgis-3.22.3/
H A DChangeLog147668 Expose segmentization parameters to QgsGeometry::convertToStraightSegment