mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
68 lines
5.7 KiB
Python
68 lines
5.7 KiB
Python
# The following has been generated automatically from src/core/geometry/qgsgeometryutils.h
|
|
try:
|
|
QgsGeometryUtils.extractLineStrings = staticmethod(QgsGeometryUtils.extractLineStrings)
|
|
QgsGeometryUtils.closestVertex = staticmethod(QgsGeometryUtils.closestVertex)
|
|
QgsGeometryUtils.closestPoint = staticmethod(QgsGeometryUtils.closestPoint)
|
|
QgsGeometryUtils.distanceToVertex = staticmethod(QgsGeometryUtils.distanceToVertex)
|
|
QgsGeometryUtils.verticesAtDistance = staticmethod(QgsGeometryUtils.verticesAtDistance)
|
|
QgsGeometryUtils.distToInfiniteLine = staticmethod(QgsGeometryUtils.distToInfiniteLine)
|
|
QgsGeometryUtils.lineCircleIntersection = staticmethod(QgsGeometryUtils.lineCircleIntersection)
|
|
QgsGeometryUtils.circleCircleIntersections = staticmethod(QgsGeometryUtils.circleCircleIntersections)
|
|
QgsGeometryUtils.tangentPointAndCircle = staticmethod(QgsGeometryUtils.tangentPointAndCircle)
|
|
QgsGeometryUtils.circleCircleOuterTangents = staticmethod(QgsGeometryUtils.circleCircleOuterTangents)
|
|
QgsGeometryUtils.circleCircleInnerTangents = staticmethod(QgsGeometryUtils.circleCircleInnerTangents)
|
|
QgsGeometryUtils.projectPointOnSegment = staticmethod(QgsGeometryUtils.projectPointOnSegment)
|
|
QgsGeometryUtils.leftOfLine = staticmethod(QgsGeometryUtils.leftOfLine)
|
|
QgsGeometryUtils.interpolatePointOnArc = staticmethod(QgsGeometryUtils.interpolatePointOnArc)
|
|
QgsGeometryUtils.segmentMidPoint = staticmethod(QgsGeometryUtils.segmentMidPoint)
|
|
QgsGeometryUtils.segmentMidPointFromCenter = staticmethod(QgsGeometryUtils.segmentMidPointFromCenter)
|
|
QgsGeometryUtils.circleTangentDirection = staticmethod(QgsGeometryUtils.circleTangentDirection)
|
|
QgsGeometryUtils.segmentizeArc = staticmethod(QgsGeometryUtils.segmentizeArc)
|
|
QgsGeometryUtils.pointContinuesArc = staticmethod(QgsGeometryUtils.pointContinuesArc)
|
|
QgsGeometryUtils.segmentSide = staticmethod(QgsGeometryUtils.segmentSide)
|
|
QgsGeometryUtils.midpoint = staticmethod(QgsGeometryUtils.midpoint)
|
|
QgsGeometryUtils.interpolatePointOnLine = staticmethod(QgsGeometryUtils.interpolatePointOnLine)
|
|
QgsGeometryUtils.interpolatePointOnLineByValue = staticmethod(QgsGeometryUtils.interpolatePointOnLineByValue)
|
|
QgsGeometryUtils.gradient = staticmethod(QgsGeometryUtils.gradient)
|
|
QgsGeometryUtils.coefficients = staticmethod(QgsGeometryUtils.coefficients)
|
|
QgsGeometryUtils.perpendicularSegment = staticmethod(QgsGeometryUtils.perpendicularSegment)
|
|
QgsGeometryUtils.setZValueFromPoints = staticmethod(QgsGeometryUtils.setZValueFromPoints)
|
|
QgsGeometryUtils.transferFirstZValueToPoint = staticmethod(QgsGeometryUtils.transferFirstZValueToPoint)
|
|
QgsGeometryUtils.transferFirstMValueToPoint = staticmethod(QgsGeometryUtils.transferFirstMValueToPoint)
|
|
QgsGeometryUtils.transferFirstZOrMValueToPoint = staticmethod(QgsGeometryUtils.transferFirstZOrMValueToPoint)
|
|
QgsGeometryUtils.sqrDistance2D = staticmethod(QgsGeometryUtils.sqrDistance2D)
|
|
QgsGeometryUtils.sqrDistance3D = staticmethod(QgsGeometryUtils.sqrDistance3D)
|
|
QgsGeometryUtils.distance2D = staticmethod(QgsGeometryUtils.distance2D)
|
|
QgsGeometryUtils.distance3D = staticmethod(QgsGeometryUtils.distance3D)
|
|
QgsGeometryUtils.sqrDistToLine = staticmethod(QgsGeometryUtils.sqrDistToLine)
|
|
QgsGeometryUtils.perpendicularOffsetPointAlongSegment = staticmethod(QgsGeometryUtils.perpendicularOffsetPointAlongSegment)
|
|
QgsGeometryUtils.ccwAngle = staticmethod(QgsGeometryUtils.ccwAngle)
|
|
QgsGeometryUtils.circleClockwise = staticmethod(QgsGeometryUtils.circleClockwise)
|
|
QgsGeometryUtils.circleAngleBetween = staticmethod(QgsGeometryUtils.circleAngleBetween)
|
|
QgsGeometryUtils.angleOnCircle = staticmethod(QgsGeometryUtils.angleOnCircle)
|
|
QgsGeometryUtils.circleLength = staticmethod(QgsGeometryUtils.circleLength)
|
|
QgsGeometryUtils.sweepAngle = staticmethod(QgsGeometryUtils.sweepAngle)
|
|
QgsGeometryUtils.interpolateArcValue = staticmethod(QgsGeometryUtils.interpolateArcValue)
|
|
QgsGeometryUtils.normalizedAngle = staticmethod(QgsGeometryUtils.normalizedAngle)
|
|
QgsGeometryUtils.lineAngle = staticmethod(QgsGeometryUtils.lineAngle)
|
|
QgsGeometryUtils.angleBetweenThreePoints = staticmethod(QgsGeometryUtils.angleBetweenThreePoints)
|
|
QgsGeometryUtils.linePerpendicularAngle = staticmethod(QgsGeometryUtils.linePerpendicularAngle)
|
|
QgsGeometryUtils.averageAngle = staticmethod(QgsGeometryUtils.averageAngle)
|
|
QgsGeometryUtils.closestSideOfRectangle = staticmethod(QgsGeometryUtils.closestSideOfRectangle)
|
|
QgsGeometryUtils.perpendicularCenterSegment = staticmethod(QgsGeometryUtils.perpendicularCenterSegment)
|
|
QgsGeometryUtils.skewLinesDistance = staticmethod(QgsGeometryUtils.skewLinesDistance)
|
|
QgsGeometryUtils.skewLinesProjection = staticmethod(QgsGeometryUtils.skewLinesProjection)
|
|
QgsGeometryUtils.linesIntersection3D = staticmethod(QgsGeometryUtils.linesIntersection3D)
|
|
QgsGeometryUtils.triangleArea = staticmethod(QgsGeometryUtils.triangleArea)
|
|
QgsGeometryUtils.pointFractionAlongLine = staticmethod(QgsGeometryUtils.pointFractionAlongLine)
|
|
QgsGeometryUtils.weightedPointInTriangle = staticmethod(QgsGeometryUtils.weightedPointInTriangle)
|
|
QgsGeometryUtils.pointsAreCollinear = staticmethod(QgsGeometryUtils.pointsAreCollinear)
|
|
QgsGeometryUtils.angleBisector = staticmethod(QgsGeometryUtils.angleBisector)
|
|
QgsGeometryUtils.bisector = staticmethod(QgsGeometryUtils.bisector)
|
|
QgsGeometryUtils.circleCenterRadius = staticmethod(QgsGeometryUtils.circleCenterRadius)
|
|
QgsGeometryUtils.lineIntersection = staticmethod(QgsGeometryUtils.lineIntersection)
|
|
QgsGeometryUtils.segmentIntersection = staticmethod(QgsGeometryUtils.segmentIntersection)
|
|
QgsGeometryUtils.__group__ = ['geometry']
|
|
except (NameError, AttributeError):
|
|
pass
|