24 Commits

Author SHA1 Message Date
Barend Gehrels
69588ff2bf [test] add cmake lists for 143 algorithms 2024-05-21 19:45:31 +02:00
Adam Wulkiewicz
96da99e5b5 [test][closest_points] Alter error thresholds in pl_l test for msvc-14.1. 2022-01-18 18:16:41 +01:00
Adam Wulkiewicz
5eff2c1829 [test][closest_points] Disable BOOST_GEOMETRY_TEST_DEBUG_CLOSEST_POINTS 2022-01-18 18:11:38 +01:00
Vissarion Fisikopoulos
0c18f35d92 [closest_point] Fixes and test addition 2022-01-11 15:22:49 +02:00
Vissarion Fisikopoulos
1b0a1dfe61 [closest_points] Several fixes: indentation, formating, pass correct types, activate tests 2022-01-05 14:38:06 +02:00
Vissarion Fisikopoulos
09c5132e84 [closest_points] Add documentation and examples 2021-11-18 11:15:48 +02:00
Vissarion Fisikopoulos
59751480ea [closest_points] Implement and test geographic strategies 2021-11-16 15:51:28 +02:00
Vissarion Fisikopoulos
a970600479 [closest_points] Implement and test spherical strategies 2021-11-12 12:56:03 +02:00
Vissarion Fisikopoulos
66c5f249f1 [closest_points] Enable spherical pl-pl 2021-11-10 09:44:27 +02:00
Vissarion Fisikopoulos
dff2f057ed Merge branch 'feature/shortest_points_new_strategies' into feature/shortest_points_new_strategies_all_cartesian 2021-11-05 16:19:13 +02:00
Vissarion Fisikopoulos
707f593eaf [closest_points] Remove comments, fix typos, change style 2021-11-04 12:51:28 +02:00
Vissarion Fisikopoulos
b3096bd723 [closest_points] Test empty geometries 2021-11-04 10:35:58 +02:00
Vissarion Fisikopoulos
49a43cb867 [closest_points] Support cartesian multipoint-geometry 2021-11-03 15:31:55 +02:00
Vissarion Fisikopoulos
e668c8ec27 [closest_points] Support cartesian segment-linear/areal case and tests 2021-11-02 16:35:07 +02:00
Vissarion Fisikopoulos
b295c4b9e9 [closest_points] Support cartesian areal-areal case and tests; box cases are not implemented 2021-11-01 17:31:18 +02:00
Vissarion Fisikopoulos
8398496b73 [closest_points] Support cartesian linear-areal case and tests; segment and box cases are not implemented 2021-10-27 12:08:52 +03:00
Vissarion Fisikopoulos
da98fda836 [closest_points] Support cartesian segment-linear case and tests; segment-linear interections are not implemented 2021-10-22 10:12:21 +03:00
Vissarion Fisikopoulos
b76195281a [closest_points] Support cartesian linear-linear case 2021-10-20 13:02:32 +03:00
Vissarion Fisikopoulos
f29ce40e3f [closest_points] Remove comments and unused function parameters 2021-10-18 16:26:59 +03:00
Vissarion Fisikopoulos
e9e4da6d73 [closest_points] Add newline at the end of files and remove unused templates 2021-10-14 11:59:54 +03:00
Vissarion Fisikopoulos
cdfef3c92c Remove typedefs, add closest point utilities 2021-10-11 15:31:02 +03:00
Vissarion Fisikopoulos
bd711c4f5d Closest points tests for pointlike areal; only cartesian point-(multi)polygon activated 2021-10-07 17:33:41 +03:00
Vissarion Fisikopoulos
5fed500647 Closest points tests for pointlike-linear (activate only cartesian pt-linear) 2021-10-07 13:13:01 +03:00
Vissarion Fisikopoulos
78ae645cd1 Add closest_points pl-pl tests and enable non default strategies 2021-10-06 09:35:16 +03:00