mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
fix doxygen warnings
This commit is contained in:
parent
781e34a5bc
commit
5a2beb36e8
@ -68,7 +68,7 @@ class ANALYSIS_EXPORT QgsTransectSample
|
||||
static QgsGeometry* closestMultilineElement( const QgsPoint& pt, QgsGeometry* multiLine );
|
||||
/**Returns clipped buffer line. Iteratively applies reduced tolerances if the result is not a single line
|
||||
@param stratumGeom stratum polygon
|
||||
@param clippedBaselineGeom base line geometry clipped to the stratum
|
||||
@param clippedBaseline base line geometry clipped to the stratum
|
||||
@param tolerance buffer distance (in layer units)
|
||||
@return clipped buffer line or 0 in case of error*/
|
||||
static QgsGeometry* clipBufferLine( QgsGeometry* stratumGeom, QgsGeometry* clippedBaseline, double tolerance );
|
||||
|
@ -531,14 +531,14 @@ class CORE_EXPORT QgsGeometry
|
||||
GEOSCoordSequence** new_sequence );
|
||||
|
||||
/**Translates a single vertex by dx and dy.
|
||||
@param wkbPosition position in wkb array. Is increased automatically by the function
|
||||
@param dx translation of x-coordinate
|
||||
@param dy translation of y-coordinate
|
||||
@param wkbPtr pointer to current position in wkb array. Is increased automatically by the function
|
||||
@param dx translation of x coordinate
|
||||
@param dy translation of y coordinate
|
||||
@param hasZValue 25D type?*/
|
||||
void translateVertex( QgsWkbPtr &wkbPtr, double dx, double dy, bool hasZValue );
|
||||
|
||||
/**Transforms a single vertex by ct.
|
||||
@param wkbPosition position in wkb array. Is increased automatically by the function
|
||||
@param wkbPtr pointer to current position in wkb. Is increased automatically by the function
|
||||
@param ct the QgsCoordinateTransform
|
||||
@param hasZValue 25D type?*/
|
||||
void transformVertex( QgsWkbPtr &wkbPtr, const QgsCoordinateTransform& ct, bool hasZValue );
|
||||
|
Loading…
x
Reference in New Issue
Block a user