2022-02-28 16:47:32 +10:00
|
|
|
# The following has been generated automatically from src/analysis/georeferencing/qgsgcppoint.h
|
|
|
|
# monkey patching scoped based enum
|
|
|
|
QgsGcpPoint.PointType.Source.__doc__ = "Source point"
|
|
|
|
QgsGcpPoint.PointType.Destination.__doc__ = "Destination point"
|
2024-08-31 18:05:36 +10:00
|
|
|
QgsGcpPoint.PointType.__doc__ = """Coordinate point types
|
|
|
|
|
|
|
|
* ``Source``: Source point
|
|
|
|
* ``Destination``: Destination point
|
|
|
|
|
|
|
|
"""
|
2022-02-28 16:47:32 +10:00
|
|
|
# --
|
2024-08-16 09:08:23 +10:00
|
|
|
try:
|
|
|
|
QgsGcpPoint.__group__ = ['georeferencing']
|
2024-12-03 07:47:10 +00:00
|
|
|
except (NameError, AttributeError):
|
2024-08-16 09:08:23 +10:00
|
|
|
pass
|