@@ -56,7 +56,9 @@ static const double POINT_LOC_EPSILON = 1e-12;
56
56
// //////////////////////////////////////////////////////////////////////////
57
57
58
58
59
- /* * Helper class for bulk loading of R-trees. */
59
+ /* * Helper class for bulk loading of R-trees.
60
+ * @note not available in Python bindings
61
+ */
60
62
class QgsPointLocator_Stream : public IDataStream
61
63
{
62
64
public:
@@ -78,7 +80,9 @@ class QgsPointLocator_Stream : public IDataStream
78
80
// //////////////////////////////////////////////////////////////////////////
79
81
80
82
81
- /* * Helper class used when traversing the index looking for vertices - builds a list of matches. */
83
+ /* * Helper class used when traversing the index looking for vertices - builds a list of matches.
84
+ * @note not available in Python bindings
85
+ */
82
86
class QgsPointLocator_VisitorNearestVertex : public IVisitor
83
87
{
84
88
public:
@@ -116,7 +120,9 @@ class QgsPointLocator_VisitorNearestVertex : public IVisitor
116
120
// //////////////////////////////////////////////////////////////////////////
117
121
118
122
119
- /* * Helper class used when traversing the index looking for edges - builds a list of matches. */
123
+ /* * Helper class used when traversing the index looking for edges - builds a list of matches.
124
+ * @note not available in Python bindings
125
+ */
120
126
class QgsPointLocator_VisitorNearestEdge : public IVisitor
121
127
{
122
128
public:
@@ -159,7 +165,9 @@ class QgsPointLocator_VisitorNearestEdge : public IVisitor
159
165
// //////////////////////////////////////////////////////////////////////////
160
166
161
167
162
- /* * Helper class used when traversing the index with areas - builds a list of matches. */
168
+ /* * Helper class used when traversing the index with areas - builds a list of matches.
169
+ * @note not available in Python bindings
170
+ */
163
171
class QgsPointLocator_VisitorArea : public IVisitor
164
172
{
165
173
public:
@@ -487,7 +495,9 @@ static QgsPointLocator::MatchList _geometrySegmentsInRect( QgsGeometry* geom, co
487
495
return lst;
488
496
}
489
497
490
- /* * Helper class used when traversing the index looking for edges - builds a list of matches. */
498
+ /* * Helper class used when traversing the index looking for edges - builds a list of matches.
499
+ * @note not available in Python bindings
500
+ */
491
501
class QgsPointLocator_VisitorEdgesInRect : public IVisitor
492
502
{
493
503
public:
@@ -524,7 +534,9 @@ class QgsPointLocator_VisitorEdgesInRect : public IVisitor
524
534
// //////////////////////////////////////////////////////////////////////////
525
535
#include < QStack>
526
536
527
- /* * Helper class to dump the R-index nodes and their content */
537
+ /* * Helper class to dump the R-index nodes and their content
538
+ * @note not available in Python bindings
539
+ */
528
540
class QgsPointLocator_DumpTree : public SpatialIndex ::IQueryStrategy
529
541
{
530
542
private:
0 commit comments