Searched refs:convertToStraightSegment (Results 1 – 15 of 15) sorted by relevance
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/ |
H A D | qgsalgorithmsegmentize.cpp | 106 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 D | qgsalgorithmsegmentize.cpp | 106 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 D | test_qgsgeometryvalidator.py | 288 g.convertToStraightSegment()
|
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/ |
H A D | qgsgeometry.h | 2344 …void convertToStraightSegment( double tolerance = M_PI / 180., QgsAbstractGeometry::SegmentationTo…
|
H A D | qgsgeometry.cpp | 3027 void QgsGeometry::convertToStraightSegment( double tolerance, QgsAbstractGeometry::SegmentationTole… in convertToStraightSegment() function in QgsGeometry
|
/dports/graphics/qgis/qgis-3.22.3/src/core/ |
H A D | qgsdistancearea.cpp | 553 g.convertToStraightSegment(); in splitGeometryAtAntimeridian()
|
H A D | qgspointlocator.cpp | 561 straightGeom.convertToStraightSegment(); in _geometrySegmentsInRect()
|
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/ |
H A D | qgsgeometry.h | 2153 …void convertToStraightSegment( double tolerance = M_PI / 180., QgsAbstractGeometry::SegmentationTo…
|
H A D | qgsgeometry.cpp | 2792 void QgsGeometry::convertToStraightSegment( double tolerance, QgsAbstractGeometry::SegmentationTole… in convertToStraightSegment() function in QgsGeometry
|
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/ |
H A D | qgspointlocator.cpp | 454 straightGeom.convertToStraightSegment(); in _geometrySegmentsInRect()
|
H A D | qgsdistancearea.cpp | 554 g.convertToStraightSegment(); in splitGeometryAtAntimeridian()
|
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/geometry/ |
H A D | qgsgeometry.sip.in | 2035 …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 D | qgsgeometry.sip.in | 2257 …void convertToStraightSegment( double tolerance = M_PI / 180., QgsAbstractGeometry::SegmentationTo… 2274 .. seealso:: :py:func:`convertToStraightSegment`
|
/dports/graphics/qgis-ltr/qgis-3.16.16/ |
H A D | ChangeLog | 113975 Expose segmentization parameters to QgsGeometry::convertToStraightSegment
|
/dports/graphics/qgis/qgis-3.22.3/ |
H A D | ChangeLog | 147668 Expose segmentization parameters to QgsGeometry::convertToStraightSegment
|