Commit Graph

  • de60ed8ac3 [test][relate] Update the tests to reflect the changes in the code. Adam Wulkiewicz 2015-05-01 01:33:39 +02:00
  • 18cb2fe330 [relate] Divide relate() and relation() code into interface and implementation. Adam Wulkiewicz 2015-05-01 01:30:46 +02:00
  • 7eab5672fa [relate] Move DE9IM-related code into separate file (de9im.hpp). Adam Wulkiewicz 2015-04-30 18:50:12 +02:00
  • 35099ca82f [test][relate] Adjust the test according to the changes in relate(). Adam Wulkiewicz 2015-04-30 16:49:03 +02:00
  • a7fee32a7e [relate] Move relate() code from details and refactor the code. Adam Wulkiewicz 2015-04-30 16:39:37 +02:00
  • 42550568ee [projections] add etmerc (including unit tests) Barend Gehrels 2015-04-29 16:58:38 +02:00
  • 11f8679fb0 [algorithms][envelope] restructure file structure for the envelope algorithm Menelaos Karavelas 2015-04-29 17:33:08 +03:00
  • d2c5b03655 [strategies][huiller] Restore a comment about the subtraction of longitudes. Adam Wulkiewicz 2015-04-29 16:31:08 +02:00
  • 02e7a6d948 [algorithms][envelope] move existing implementation for envelope(multipoint, mbr) to new file and add implementation for envelope(multipoint, mbr) for the spherical equatorial and geographic coordinate systems; the latter implementation is reduced to the maximum gap problem Menelaos Karavelas 2015-04-29 17:29:14 +03:00
  • 55d4c0640b [algorithms][envelope][spherical] move existing implementation for envelope(multilinestring, mbr) to new file, add dispatching for implementation of envelope(multilinestring, mbr) for the spherical equatorial coordinate system Menelaos Karavelas 2015-04-29 17:25:59 +03:00
  • 9e005cb756 [strategy][huiller] Improve the style according to guidelines and use better names for variables. Adam Wulkiewicz 2015-04-29 16:11:15 +02:00
  • 7b807c7b4c [algorithms][envelope][spherical] move existing implementation for envelope(linestring, mbr) to separate file and add implementation for envelope(linestring, mbr) for the spherical equatorial coordinate system Menelaos Karavelas 2015-04-29 17:06:42 +03:00
  • d619bd8b07 [algorithms][envelope] add implementation for finding the envelope of a range of longitude intervals and range of boxes (needed for multi-geometries) using the maximum gap algorithm for intervals Menelaos Karavelas 2015-04-29 17:00:18 +03:00
  • aca2e0497c [algorithms][envelope] adapt old implementation of envelope for ranges (in the new implementation assign_inverse is not used) Menelaos Karavelas 2015-04-29 16:54:21 +03:00
  • ecbc99875a [algorithms][max interval gap] add implementation for the maximum gap problem for ranges of intervals Menelaos Karavelas 2015-04-29 16:50:37 +03:00
  • 49fd71739f [algorithms][sweep] add generic visitor-based implementation for sweep-like algorithms Menelaos Karavelas 2015-04-29 16:24:39 +03:00
  • c64404808c [algorithms][envelope][spherical] move implementation for envelope(segment, mbr) to a different file and add implementation for envelope(segment, mbr) for the spherical equatorial coordinate system Menelaos Karavelas 2015-04-29 16:20:27 +03:00
  • ae08aac3a5 [algorithms][envelope][spherical] move existing implementation of envelope(box, mbr) to separate file and add implementation for envelope(box, mbr) for boxes in the spherical equatorial and geographic coordinate systems Menelaos Karavelas 2015-04-29 16:10:27 +03:00
  • 0d4fb3d438 [algorithms][envelope][spherical] move existing implementation for envelope(point, mbr) in separate file and implementation for envelope(point, mbr) for the spherical equatorial and geographic coordinate system Menelaos Karavelas 2015-04-29 16:02:13 +03:00
  • 4edcc4042e [projections][test] add unit test for static projections (forward) including different models (spheroid/ellipsoid) Barend Gehrels 2015-04-29 14:57:27 +02:00
  • 68eac273d3 [projections] expose error code Barend Gehrels 2015-04-29 14:56:48 +02:00
  • 3809006a6c [algorithms][envelope][spherical] implement struct that determines is a segment intersects the antimeridian Menelaos Karavelas 2015-04-29 15:54:11 +03:00
  • 932d2213ca [util][math][spherical][geographic][normalize] introduce free function normalize_spheroidal_box_coordinates() that normalizes the coordinates of a box in the spherical equatorial and geographic coordinate systems Menelaos Karavelas 2015-04-29 15:02:45 +03:00
  • c6eb7748eb [projection] replace redundant comments Barend Gehrels 2015-04-29 13:46:26 +02:00
  • 2ad12a62f3 [projection] replace exit with throw Barend Gehrels 2015-04-29 13:40:54 +02:00
  • c81255cf5e [projections] add new projection isa include entry in unit test (tested with proj4.9.1) Barend Gehrels 2015-04-29 13:35:14 +02:00
  • c5c4c90c87 [projections] omerc, remove now unused inlined function Barend Gehrels 2015-04-29 13:00:06 +02:00
  • 3937486a0f [projections] changes in white lines Barend Gehrels 2015-04-29 12:59:37 +02:00
  • 2d3d4780cc [projections] natearth, regeneration Barend Gehrels 2015-04-29 11:44:20 +02:00
  • cc5f891b1a [projections] enable sphere for utm, which can be done if the throw at non par.es is skipped Barend Gehrels 2015-04-29 11:07:59 +02:00
  • ca9fa7260d [projections] added spheroid models skipped earlier Barend Gehrels 2015-04-29 10:51:42 +02:00
  • 0d58a3831b [test][area] Add more tests for spherical polygons. Adam Wulkiewicz 2015-04-29 03:26:12 +02:00
  • 7513940369 [strategies] Fix area_huiller for polygons containing points with 0 longitude. Adam Wulkiewicz 2015-04-29 03:22:24 +02:00
  • a9eb7c648b [util][math][spherical] apply coding rules (put space after !) Menelaos Karavelas 2015-04-28 21:32:53 +03:00
  • d868e4ad61 Merge branch 'develop' of github.com:boostorg/geometry into develop Barend Gehrels 2015-04-28 19:18:38 +02:00
  • c46eef0659 Merge pull request #284 from mkaravel/feature/add_two_pi_and_half_pi_constants Adam Wulkiewicz 2015-04-28 14:00:26 +02:00
  • 0c59d13c75 Merge pull request #285 from mkaravel/fix/use_disjoint_point_point_in_wkt_write Adam Wulkiewicz 2015-04-27 16:55:43 +02:00
  • 6594032e96 Merge pull request #286 from mkaravel/fix/update_reference_url Adam Wulkiewicz 2015-04-27 16:54:15 +02:00
  • 70cc7fdb47 [strategies][spherical][area][huiller] update the URL for one of the references Menelaos Karavelas 2015-04-27 17:47:29 +03:00
  • 6d3fb0f11b [projections] remove old variable warning protections Barend Gehrels 2015-04-27 15:50:18 +02:00
  • a8282b5383 [projections] fix missing inline calls Barend Gehrels 2015-04-27 15:49:50 +02:00
  • 914c2e5f80 [io][wkt] reduce dependency on geometry::disjoint algorithm by calling detail::disjoint::disjoint_point_point Menelaos Karavelas 2015-04-27 15:07:33 +03:00
  • 7031e84c95 [extensions][ttmath] fix wrong definition of pi and half-pi for ttmath::Big<> Menelaos Karavelas 2015-04-27 13:44:15 +03:00
  • 9c50c6f02c [util][math] use math::two_pi<>() and math::half_pi<>() instead of computing them from math::pi<>() Menelaos Karavelas 2015-04-27 12:58:35 +03:00
  • 3800cb4830 [strategies][spherical][area] use math::two_pi<>() and math::half_pi<>() instead of computing them from math::pi<>() Menelaos Karavelas 2015-04-27 12:48:47 +03:00
  • d895a12b96 [strategies][cartesian][buffer] use math::two_pi<>() instead of computing it from math::pi<>() Menelaos Karavelas 2015-04-27 12:48:02 +03:00
  • 1c3fba8b54 [extensions][ttmath] add specializations for define_two_pi and define_half_pi Menelaos Karavelas 2015-04-27 12:43:05 +03:00
  • 5c13b26592 [util][math] add free functions for recovering 2*pi and pi/2 Menelaos Karavelas 2015-04-27 12:41:51 +03:00
  • 01b20f50da [projections] fixes in ignore_unused Now checked by scanning if really (un)used Barend Gehrels 2015-04-26 23:18:15 +02:00
  • eec5d4efd0 [projections] ob_tran, changes in generation Barend Gehrels 2015-04-26 18:02:35 +02:00
  • 0e06548aa6 [projections] small changes in generation (chamb/lcca) Barend Gehrels 2015-04-26 15:44:16 +02:00
  • 121f8b39c1 [projections] changes in includes, especially hypot, only necessary in a few cases, and changes in order Barend Gehrels 2015-04-26 14:47:22 +02:00
  • 9f99289551 [projections] changes in mdist conform enfn/authset Barend Gehrels 2015-04-26 14:30:15 +02:00
  • 866aae97e0 [projections] changes in authset, conform enfn Barend Gehrels 2015-04-26 14:27:19 +02:00
  • 5607fa25b3 [projections] changes in generation (enfn) result is closer to original Barend Gehrels 2015-04-26 12:36:59 +02:00
  • 9f9d59a515 [projections] add const (was accidentally removed in one function two commits away) Barend Gehrels 2015-04-26 10:56:15 +02:00
  • e15b685a8d [projections] ONLY changes in empty lines (in generation) Barend Gehrels 2015-04-26 10:49:14 +02:00
  • bc894a7971 [doc] Update 1.59 release notes (ticket). Adam Wulkiewicz 2015-04-26 01:17:10 +02:00
  • 07c8b24b89 [extensions][test] Enable the testing of IOs. Adam Wulkiewicz 2015-04-26 01:05:26 +02:00
  • 105886e991 Merge pull request #283 from awulkiew/fix/arithmetic Adam Wulkiewicz 2015-04-26 00:55:12 +02:00
  • a48df2a153 [extensions][wkb] Improve the coding style according to guidelines. Adam Wulkiewicz 2015-04-26 00:46:10 +02:00
  • 24f070a037 [projections][imw_p] changes in conversion (staying more close to original) Barend Gehrels 2015-04-25 20:58:02 +02:00
  • 3344766910 [projections] remove redundant return statements Barend Gehrels 2015-04-25 19:39:42 +02:00
  • ed7dc5f1df [arithmetic] Improve style according to guidelines. Adam Wulkiewicz 2015-04-25 16:36:59 +02:00
  • e4d49f1302 [projections] update to 4.9.1 (rest, no changes) and removed some trailing spaces Barend Gehrels 2015-04-25 16:06:58 +02:00
  • 0e3ea68f54 [projections] add qsc from proj 4.9.1 Barend Gehrels 2015-04-25 15:40:45 +02:00
  • 8c6b79b97e [projections] Upgrade to proj 4.9.1 for aeqd, geos, omerc This does not need changes in unit tests. Barend Gehrels 2015-04-25 13:26:57 +02:00
  • 5c5ac136a7 [projections][aitoff] go to proj 4.9.1 which adds an invert projection for aitoff includes unit test Barend Gehrels 2015-04-25 13:19:48 +02:00
  • 6877796160 Merge branch 'develop' of github.com:boostorg/geometry into develop Barend Gehrels 2015-04-25 13:16:39 +02:00
  • 51037d1246 [test][centroid] Add tests for Geom using INT coords and centroid using FP. Adam Wulkiewicz 2015-04-24 17:22:54 +02:00
  • 42d56f6116 [util][arithmetic] Fix a bug in point arithmetic operations. Adam Wulkiewicz 2015-04-24 17:20:15 +02:00
  • 65fbdfff51 Merge pull request #282 from awulkiew/fix/wkb Adam Wulkiewicz 2015-04-24 15:12:57 +02:00
  • 904ac9fc6c [extensions][test] Comment out unused local types. Adam Wulkiewicz 2015-04-24 13:28:38 +02:00
  • 0f62bdc57e [extensions][wkb] Fix access to polygon rings + style changes. Adam Wulkiewicz 2015-04-24 13:23:24 +02:00
  • ed52199def [extensions][wkb] Fix GCC compilation errors and warnings. Adam Wulkiewicz 2015-04-23 23:28:37 +02:00
  • 623a488abd [projections] ONLY: use boost::ignore_unused now Barend Gehrels 2015-04-23 19:42:01 +02:00
  • 6b3996da01 [projections] ONLY: updated copyright message Barend Gehrels 2015-04-23 19:32:17 +02:00
  • 0882d5adfc [projections] ONLY: fixed withspace Barend Gehrels 2015-04-23 19:27:02 +02:00
  • 9bc8baaa3b [extensions][test] Enable io/wkb testing, replace uses of cout with Test macros. Adam Wulkiewicz 2015-04-23 17:42:53 +02:00
  • 98aa98eedf Merge pull request #255 from mkaravel/feature/disjoint Adam Wulkiewicz 2015-04-23 17:23:05 +02:00
  • fbc453bb20 Merge pull request #145 from Norkart/add_wkb Adam Wulkiewicz 2015-04-23 17:21:46 +02:00
  • 07b96a8f9e [algorithms][overlay P/L] replace detail::disjoint::disjoint_point_segment by detail::disjoint::reverse_covered_by Menelaos Karavelas 2015-04-23 10:15:24 +03:00
  • ee8d0ea335 Merge branch 'develop' of https://github.com/boostorg/geometry into feature/set_ops_pointlike_linear Menelaos Karavelas 2015-04-23 10:13:54 +03:00
  • caf2dc7951 [test][algorithms][disjoint] add a few more test cases for disjoint(point, segment) Menelaos Karavelas 2015-04-23 10:06:00 +03:00
  • 7bd759dd0b [algorithms][disjoint] replace detail::disjoint::disjoint_point_segment by detail::disjoint::reverse_covered_by Menelaos Karavelas 2015-04-23 10:04:50 +03:00
  • be910c04e2 Merge branch 'develop' of https://github.com/boostorg/geometry into feature/disjoint Menelaos Karavelas 2015-04-23 09:47:46 +03:00
  • 56365cbec8 [extensions][test] Tests for writing wkb Mats Taraldsvik 2014-09-30 14:53:03 +02:00
  • fb057e0832 [extensions][wkb] Support writing geometries to WKB format Mats Taraldsvik 2014-09-30 14:51:22 +02:00
  • 2ef1b1a024 [extensions][test] Update and extend tests for reading wkb geometries Mats Taraldsvik 2014-09-30 14:46:46 +02:00
  • ea22fa9540 [extensions][wkb] Change handling of wkb geometry_type to be more generic Mats Taraldsvik 2014-09-30 14:46:21 +02:00
  • 52a27831f7 Merge branch 'develop' of github.com:boostorg/geometry into develop Barend Gehrels 2015-04-22 16:36:23 +02:00
  • cb7521056f [projections] use proj4 4.8, changes in projection Robin Barend Gehrels 2015-04-22 16:36:08 +02:00
  • 8a66ade71a [projections] commit changes for new generation (minor code changes) Barend Gehrels 2015-04-22 15:54:04 +02:00
  • aa1ec1c832 [projections] commit changes for new generation (comments only) Barend Gehrels 2015-04-22 15:53:29 +02:00
  • 3b79baadba [projections] commit changes for new generation (whitespace only) Barend Gehrels 2015-04-22 15:53:07 +02:00
  • 5c8e7aa6cf Merge pull request #281 from awulkiew/feature/access_debugging Adam Wulkiewicz 2015-04-22 15:30:31 +02:00
  • 34bdc44b10 [geometries] Rename magic names into more meaningful ones. Adam Wulkiewicz 2015-04-22 15:19:28 +02:00
  • e94cc655f3 [extensions][projections] change usage of fpc of Boost.Test because does not exist in master Barend Gehrels 2015-04-22 12:06:11 +02:00
  • 0851688794 [test][intersection] Fix uninitialized variable usage. Adam Wulkiewicz 2015-04-22 03:04:05 +02:00
  • 86df91ed56 [geometries] Implement detection of access to uninitialized or destroyed point/box. Adam Wulkiewicz 2015-04-21 21:26:48 +02:00