QGIS/python/core/auto_additions/qgsclipper.py
Nyall Dawson 9435a84ff7 sipify
2025-04-03 01:05:31 +10:00

11 lines
833 B
Python

# The following has been generated automatically from src/core/qgsclipper.h
try:
QgsClipper.__attribute_docs__ = {'MAX_X': 'Maximum X-coordinate of the rectangular box used for clipping.', 'MIN_X': 'Minimum X-coordinate of the rectangular box used for clipping.', 'MAX_Y': 'Maximum Y-coordinate of the rectangular box used for clipping.', 'MIN_Y': 'Minimum Y-coordinate of the rectangular box used for clipping.'}
QgsClipper.__annotations__ = {'MAX_X': float, 'MIN_X': float, 'MAX_Y': float, 'MIN_Y': float}
QgsClipper.trimFeature = staticmethod(QgsClipper.trimFeature)
QgsClipper.trimPolygon = staticmethod(QgsClipper.trimPolygon)
QgsClipper.clippedLine = staticmethod(QgsClipper.clippedLine)
QgsClipper.clipLineSegment = staticmethod(QgsClipper.clipLineSegment)
except (NameError, AttributeError):
pass