60 Commits

Author SHA1 Message Date
Barend Gehrels
218bc0631e feat: enhance and fix documentation 2024-09-27 17:52:26 +02:00
Vissarion Fisikopoulos
1451c6ca65 [doc] Update copyright date in index.html and remove unused links 2022-12-01 13:05:55 +02:00
Vissarion Fisikopoulos
e06b6ff923 [doc] Explain output range of azimuth algorithm. 2022-11-21 21:41:17 +02:00
Vissarion Fisikopoulos
b44e0a9fbe [doc] Update covered_by support status 2022-07-28 15:33:30 +03:00
Vissarion Fisikopoulos
f1dd78071e [documentation] Add closest_points directory in doc/doxy/Doxyfile and upgrade from 1.5.5 to 1.8.17 to avoid deprecation warnings 2021-12-02 16:45:36 +02:00
Vissarion Fisikopoulos
09c5132e84 [closest_points] Add documentation and examples 2021-11-18 11:15:48 +02:00
Adam Wulkiewicz
1c9e1933b4 [doc][convex_hull] Fix documentation of convex_hull algorithm. 2021-03-26 02:24:43 +01:00
Barend Gehrels
fc154b8d89 [svg] changes newly added scale function in a constructor parameter, and allows to write
to svg immediately after constructor
2021-03-03 10:54:34 +01:00
Barend Gehrels
1c06875105 [svg] Add scale function and examples of it 2020-11-12 14:34:47 +01:00
Mateusz Łoskot
7f83533d57
Add documentation generated files to .gitignore
Closes #674
2020-03-05 22:51:06 +01:00
Digvijay Janartha
60405cef79
[doc] Added missing algorithm examples in documentation. (#667)
* added perimeter documentation

* added overlaps documentation

* added covered_by documentation

* added disjoint documentation

* added crosses documentation

* added touches documentation

* fixed typos

* added examples with images to documentation

* completed linking process

* fixed year
2020-02-13 13:12:04 +02:00
Barend Gehrels
f685f8ab9a
Merge branch 'develop' into feature/buffer_point_geographic 2019-02-23 14:01:18 +01:00
Vissarion Fysikopoulos
83976015e8 [doc] Fix and error in documentation building 2019-02-19 16:51:00 +02:00
Barend Gehrels
c46e4625a7 [buffer] rename strategy (review result) 2019-02-13 11:44:13 +01:00
Barend Gehrels
880e0a15df [doc] Fix buffer documentation 2019-01-16 12:03:27 +01:00
Vissarion Fysikopoulos
8b7d6067ba [doc] Fix Hausdorff's and Frechet's names in index.html 2018-11-30 14:35:14 +02:00
Adam Wulkiewicz
4a23416b1b [doc] Update index.html 2018-11-29 02:20:59 +01:00
Adam Wulkiewicz
2a2e0ac41e [doc][srs][strategies] Add/improve docs of geographic strategies and spheroid. 2018-03-02 23:22:36 +01:00
Adam Wulkiewicz
cc472a8c3c [doc] Generate pages for relops versions supporting strategies. 2017-02-26 01:41:05 +01:00
Menelaos Karavelas
734bcd0300 [doc][is_valid] add figure for documentation of is_valid (with failure value) 2015-02-25 15:07:55 +02:00
Barend Gehrels
487609b233 [buffer][doc] Enhance doc 2014-07-20 13:45:58 +02:00
Barend Gehrels
d945001bbf [buffer][doc] Add documentation for side_straight, extended doc for buffer with strategies 2014-07-20 13:29:07 +02:00
Barend Gehrels
0b635e342d [buffer] rename buffer_circle to point_circle to have it consistent with other strategies,
and buffer is already in the namespace. same for buffer_square -> point_square
2014-07-20 10:38:40 +02:00
Barend Gehrels
c12701bb40 [buffer] documentation of 6 distance strategies 2014-07-19 23:05:45 +02:00
Barend Gehrels
46068123b9 [buffer] create documentation about PointStrategy (buffer_circle)
add buffer_square as alternative
2014-07-19 14:36:39 +02:00
Barend Gehrels
52d3c3a371 [buffer] update doc and images 2014-07-18 22:27:43 +02:00
Adam Wulkiewicz
64d967a3cb [doc] Move the description of WKT one level above and add info about the output of non-OGC geometries 2014-07-17 22:51:04 +02:00
Barend Gehrels
5df31ddd0e [buffer] add documentation for buffer with 5 strategies 2014-07-16 17:01:50 +02:00
Menelaos Karavelas
5373c32fc9 [doc][images] add PNG images for is_valid and is_simple documentation 2014-07-02 11:32:17 +03:00
Adam Wulkiewicz
92b0491b22 [doc] Add info about Segments Indexables and more pictures. 2014-05-19 01:44:32 +02:00
Adam Wulkiewicz
c51cdc4bb9 [doc][example] Update the knn queries section in docs. Improve knn query visualization in glut_vis. 2014-05-18 19:29:16 +02:00
Barend Gehrels
e798d86e94 [doc] Updated copyright 2014-05-07 12:19:26 +02:00
Adam Wulkiewicz
597f121798 [geometry][index] docs updated.
[SVN r85617]
2013-09-09 00:02:53 +00:00
Adam Wulkiewicz
8ab68c96f6 [geometry][index] example: added segment and linestring intersects queries to glut_vis, doc: added pictures of those queries results.
[SVN r85563]
2013-09-04 11:57:34 +00:00
Adam Wulkiewicz
c3e989d882 [geometry][index]docs: rtree figures measurements updated in the introduction.
[SVN r84812]
2013-06-17 01:19:11 +00:00
Adam Wulkiewicz
bd5ba4b13c [geometry][index] docs: Improved introduction, added image of tree created using packing algorithm and plots t(Max) t(Min).
[SVN r84753]
2013-06-12 23:33:59 +00:00
Adam Wulkiewicz
1cab2c21b5 geometry docs: contributor added.
[SVN r84681]
2013-06-07 20:10:23 +00:00
Barend Gehrels
881fb2d33d [geometry] added Mats' example of adapting a legacy hierarchy, added SVG samples
[SVN r84393]
2013-05-20 17:42:36 +00:00
Adam Wulkiewicz
4a59810947 geometry.index docs: experimental features commented, sections replaced by headings in queries description
[SVN r84296]
2013-05-16 10:17:25 +00:00
Adam Wulkiewicz
4b2c00e6cc geometry docs: sections rearranged, titles unified.
[SVN r84260]
2013-05-13 00:39:43 +00:00
Adam Wulkiewicz
e059624130 geometry.index docs, example: Added path query description in 'Experimental features' section. Added path query to benchmark_experimental and glut_vis.
[SVN r84210]
2013-05-09 18:25:28 +00:00
Adam Wulkiewicz
dda8d2ac57 geometry.index: docs - updated rtree times and linear picture, test - cosmetic change in experimental query iterator test, example - added experimental query iterator to the benchmark
[SVN r83944]
2013-04-18 00:04:29 +00:00
Adam Wulkiewicz
da0efb9a06 geometry.index docs: added missing images
[SVN r83741]
2013-04-03 13:35:42 +00:00
Adam Wulkiewicz
0a71b03e4f doxygen_xml2qbk: added indexterms in alternative output (in the current form there may be problems with templates specializations)
[SVN r83734]
2013-04-03 01:46:29 +00:00
Adam Wulkiewicz
5fd436b762 doxygen_xml2qbk: functions without brief description removed from alternative output - consistent with other members. Fixed synopsis for functions without named parameters. Index's Doxyfile modified. Documentation updated.
[SVN r83732]
2013-04-03 00:26:43 +00:00
Adam Wulkiewicz
19452a4347 Boost.Geometry: integrated documentation of Index and moddified doxygen_xml2qbk.
[SVN r83730]
2013-04-02 22:56:10 +00:00
Barend Gehrels
a02bebd0fe [geometry] doc updates w.r.t. touch (forgot to commit last time)
[SVN r78714]
2012-05-28 12:25:16 +00:00
Barend Gehrels
4e1b8b3511 Update w.r.t. Boost.Range size now unsigned
[SVN r78615]
2012-05-25 14:27:29 +00:00
Barend Gehrels
388feb89ae Boost.Geometry doc updates and fixes
[SVN r76997]
2012-02-12 17:07:37 +00:00
Barend Gehrels
495597f8b9 Boost.Geometry doc updates and fixes. Including a new section Conformance instead of notes/tips defining that in previous version
[SVN r76993]
2012-02-12 15:04:44 +00:00