Adam Wulkiewicz
e3ac044400
[equals][test] Make collect_vectors Ring-order-invariant with normalized_view.
2017-04-09 11:33:00 +02:00
Adam Wulkiewicz
657a5c8090
[equals][test] Fix collect_vectors for open Rings with closeable_view.
2017-04-09 01:46:46 +02:00
Adam Wulkiewicz
cba7b9b016
[test][disjoint] Move disjoint_box_seg test and use CHECK_MESSAGE for better output.
2017-03-22 20:51:32 +01:00
Adam Wulkiewicz
448d0daa88
[test][relops] Add tests for relops taking strategies (explicitly pass default strategy).
2017-02-06 17:58:01 +01:00
Adam Wulkiewicz
bc77e1255e
[test] Adapt tests to new interfaces of various utilities in the library.
...
default_strategy services, partition, get_turns, strategies.
2017-01-28 04:09:49 +01:00
Adam Wulkiewicz
c45af31f61
[test][algorithms] Add test for covered_by() P/B and B/B in geographic CS.
2016-08-27 02:34:31 +02:00
Adam Wulkiewicz
8147014095
Merge branch 'develop' into feature/sph_seg_inters
...
Conflicts:
test/algorithms/overlay/overlay_cases.hpp
2016-06-21 16:53:33 +02:00
Adam Wulkiewicz
b9c1456c08
[test][intersects] Remove unused typedefs.
2016-06-13 10:17:53 +01:00
Adam Wulkiewicz
819919c913
Merge branch 'develop' into feature/sph_seg_inters
...
Conflicts:
include/boost/geometry/strategies/cartesian/cart_intersect.hpp
2016-06-13 09:50:06 +01:00
Adam Wulkiewicz
841f469947
[test][intersects][within] Add test cases for geometries using different point types.
2016-06-06 21:14:56 +02:00
Adam Wulkiewicz
a2eeba8f0e
[test][relops] Add spherical Pt/Areal test cases.
2016-06-06 17:21:57 +02:00
Adam Wulkiewicz
28e716e9e1
[test][relops] Add spherical test cases.
2016-06-03 03:11:37 +02:00
Adam Wulkiewicz
20a759bd12
[test][equals] Add spherical test cases (one failing).
2016-05-28 14:07:11 +02:00
Adam Wulkiewicz
0f53927bae
[test][relops] Add tests for spherical CS for the rest of the relops besides equals().
2016-05-26 22:45:23 +02:00
Adam Wulkiewicz
d375f140fe
[test][relops] Add spherical within and covered_by tests.
...
Move tests of each algorithm into separate directories.
2016-05-25 02:20:33 +02:00
Adam Wulkiewicz
57aae02194
[test][relate] Enable one cartesian L/L test case only for double coordinates.
2016-05-20 00:19:02 +02:00
Adam Wulkiewicz
7bf78f91df
[test][relate] Add test cases for spherical Linear and Areal geometries.
2016-05-20 00:18:11 +02:00
Adam Wulkiewicz
b912ecdd5c
[test] Remove redundant semicolon.
2016-03-09 17:24:54 +01:00
Adam Wulkiewicz
764aba9ec1
[test][algorithms] Add/modify tests of within and intersects for non-cartesian CSes.
...
Move older tests of within and explicitly use point_in_box_by_side
strategy for them because they are not compatible with the currently used,
default definition of a Box:
- the Box may have longitudal edges longer than 180 deg
- the Box is not a Polygon, it's a cartesian product of coordinates, in
other words the upper and lower edges are defined by latitudes, are
parts of small circles, not geodesics.
2016-03-09 04:28:11 +01:00
Adam Wulkiewicz
f2a954f4fb
[test][covered_by] Add test for P/B and B/B in spherical equatorial and geographic.
2016-03-08 06:03:59 +01:00
Adam Wulkiewicz
a10d419b27
[test][within] Add more cases near poles.
2016-03-03 15:44:30 +01:00
Adam Wulkiewicz
39765c9983
[test][within] Add test cases around poles.
2016-03-03 04:20:56 +01:00
Adam Wulkiewicz
2a4c89ff66
[test][within][winding] Add/enable tests for Pt/Areal in spherical CS.
2016-03-03 01:25:48 +01:00
Adam Wulkiewicz
daf32ffbfe
[test][within] Add test cases for spherical equatorial CS (failing).
2016-02-13 00:10:09 +01:00
Adam Wulkiewicz
a952202668
[test][intersects] Add test cases for Segment/Box (0 distance between coordinates).
2015-10-21 02:35:28 +02:00
Adam Wulkiewicz
9fcbd75ee1
[test][intersects] Add possibly failing test cases (Seg/Box).
2015-10-15 22:09:42 +02:00
Adam Wulkiewicz
4e64885344
[relate][touches][overlaps] Add test cases for fixed bugs.
2015-10-08 14:00:21 +02:00
Adam Wulkiewicz
3dd8d1e689
Merge pull request #320 from awulkiew/fix/box_eps
...
Different approach for handling Boxes WRT machine epsilon
2015-08-25 16:40:55 +02:00
Adam Wulkiewicz
0401f58a78
[test][relops] Remove tests checking the handling of epsilon for Boxes.
2015-08-21 19:56:57 +02:00
Adam Wulkiewicz
8f7af3cf63
Merge pull request #319 from awulkiew/fix/nan_coordinates
...
Take special care of NaN coordinates in relate for MultiLinestring
2015-08-20 14:05:15 +02:00
Adam Wulkiewicz
31533ddf96
[test][relate] Add tests for geometries containing NaN coordinates.
2015-08-14 17:58:01 +02:00
Adam Wulkiewicz
37eded96ce
[test][overlaps][touches] Make the failure message consistent with other relops tests.
2015-08-13 21:44:20 +02:00
Adam Wulkiewicz
16981823a9
[test][touches] Add Box/Box case testing machine epsilon handling.
2015-08-05 01:12:19 +02:00
Adam Wulkiewicz
e20af985e5
[test][overlaps] Add Box/Box case testing machine epsilon handling.
2015-08-05 01:11:34 +02:00
Adam Wulkiewicz
5e3a5e9d0e
[test][disjoint] Add Pt/Box and Box/Box cases testing machine epsilon handling.
2015-08-05 01:10:49 +02:00
Adam Wulkiewicz
63eac9383e
[test][within] Add Pt/Box and Box/Box cases testing machine epsilon handling.
2015-08-05 01:10:28 +02:00
Adam Wulkiewicz
2404a20c64
[test][covered_by] Add Pt/Box and Box/Box cases testing machine epsilon handling.
2015-08-05 01:10:09 +02:00
Adam Wulkiewicz
583354cbae
[test][intersects] Suppress unused local typedef warnings.
2015-06-20 05:47:55 +02:00
Adam Wulkiewicz
7ddb2eca09
[test][disjoint] Group the tests in separate files.
2015-06-15 16:46:57 +02:00
Adam Wulkiewicz
dd3f58194c
[test][touches] Group the tests in separate files.
2015-06-15 13:44:08 +02:00
Adam Wulkiewicz
e660e9fb19
[test][overlaps] Group the tests in separate files.
2015-06-15 03:53:01 +02:00
Adam Wulkiewicz
7422c6c400
[test][intersects] Group the tests in separate files.
2015-06-15 03:42:27 +02:00
Adam Wulkiewicz
6e823025e0
[test][relops] Rename the tests.
2015-05-29 00:00:22 +02:00
Menelaos Karavelas
c844000d0e
Merge pull request #289 from mkaravel/feature/envelope_and_expand_for_spherical_cs
...
New feature: envelope and expand for spherical equatorial coordinate system
2015-05-28 21:04:06 +03:00
Adam Wulkiewicz
593521980a
Merge branch 'develop' into feature/relate
...
Conflicts:
doc/release_notes.qbk
2015-05-26 17:26:38 +02:00
Menelaos Karavelas
5ecc576bf2
[test][algorithms][equals] deactivate test cases where latitude needs to be normalized as well;
...
add test cases with points on the spheroid that also have a third coordinate (possibly height);
2015-05-20 11:15:44 +03:00
Adam Wulkiewicz
395d7b89f9
[test][relate] Add additional tests for de9im::mask.
2015-05-18 19:11:35 +02:00
Adam Wulkiewicz
855d5d9c2f
[test][relate] Rename test file relate_pointlike_xxx.cpp to relate_pointlike_geometry.cpp
2015-05-13 17:53:58 +02:00
Adam Wulkiewicz
6029a4cd1b
Merge pull request #271 from mkaravel/feature/disjoint_point_point_on_spheroid
...
New feature: disjoint(point, point) for points on a spheroid
2015-05-13 14:11:35 +02:00
Adam Wulkiewicz
c3e9727247
[test][relate] Add the tests for run-time mask.
2015-05-01 17:28:28 +02:00