ISpatialQueryDescriptor.hpp
30 regionQueryFirst ///< do region query first and 'sort/filter' results based on the defined knn search
39 /** In case of knn queries the point are always sorted by the distance in ascending order (2d distances in case of 2d knn query
40 and 3d distances in case of 3d knn query). Hence it is not necessary to speicify a sorting order parameter.
42 static ISpatialQueryDescriptor* New(KnnQueryDescriptorHandle knnQuery, SortOrder::Type sort = SortOrder::unsorted);
43 static ISpatialQueryDescriptor* New(GeometryHandle regionQuery, SortOrder::Type sort = SortOrder::unsorted);
45 static ISpatialQueryDescriptor* New(KnnQueryDescriptorHandle knnQuery, GeometryHandle regionQuery, SortOrder::Type sort = SortOrder::unsorted);
47 static ISpatialQueryDescriptor* New(GeometryHandle regionQuery, KnnQueryDescriptorHandle knnQuery, SortOrder::Type sort = SortOrder::unsorted);
