Home
last modified time | relevance | path

Searched refs:coordSeqPoint (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeos.h357 static QgsPoint coordSeqPoint( const GEOSCoordSequence *cs, int i, bool hasZ, bool hasM );
H A Dqgsgeos.cpp1109 …return nPoints > 0 ? std::unique_ptr<QgsAbstractGeometry>( coordSeqPoint( cs, 0, hasZ, hasM ).clo… in fromGeos()
1132 multiPoint->addGeometry( coordSeqPoint( cs, 0, hasZ, hasM ).clone() ); in fromGeos()
1278 QgsPoint QgsGeos::coordSeqPoint( const GEOSCoordSequence *cs, int i, bool hasZ, bool hasM ) in coordSeqPoint() function in QgsGeos
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeos.h543 static QgsPoint coordSeqPoint( const GEOSCoordSequence *cs, int i, bool hasZ, bool hasM );
H A Dqgsgeos.cpp1253 …return nPoints > 0 ? std::unique_ptr<QgsAbstractGeometry>( coordSeqPoint( cs, 0, hasZ, hasM ).clo… in fromGeos()
1276 multiPoint->addGeometry( coordSeqPoint( cs, 0, hasZ, hasM ).clone() ); in fromGeos()
1422 QgsPoint QgsGeos::coordSeqPoint( const GEOSCoordSequence *cs, int i, bool hasZ, bool hasM ) in coordSeqPoint() function in QgsGeos