Barend Gehrels
8ab8cb098d
[fix] a few qbk includes were missing
...
* also fixed frechet/haussdorff documentation
* removed ancient msvc support for doxygen_xml2qbk
* fixes #1309
2024-10-04 08:57:54 +02:00
Barend Gehrels
310498b4b4
feat: add remaining examples to cmake
2024-09-30 20:14:24 +02:00
Barend Gehrels
218bc0631e
feat: enhance and fix documentation
2024-09-27 17:52:26 +02:00
Vissarion Fisikopoulos
e06b6ff923
[doc] Explain output range of azimuth algorithm.
2022-11-21 21:41:17 +02:00
Vissarion Fisikopoulos
fd295f15c4
Support covered_by(linear,box).
2022-07-28 16:18:55 +03:00
Vissarion Fisikopoulos
b44e0a9fbe
[doc] Update covered_by support status
2022-07-28 15:33:30 +03:00
tinko92
6235b8ae78
Change broken postgis.org links to postgis.net ( #999 )
2022-05-16 08:54:17 +02:00
Adam Wulkiewicz
28559c042e
Merge pull request #670 from sudo-panda/feature/symmetric-wkt
...
Symmetrizing read/write wkt
2021-03-03 14:06:08 +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
0ea96e1bbf
Merge pull request #774 from barendgehrels/enhance/svg
...
[svg] Add scale function and examples of it
2021-02-19 10:43:17 +01:00
Adam Wulkiewicz
c267547e2e
[doc] Add documentation for azimuth() algorithm.
2021-01-20 02:49:40 +01:00
sudo-panda
3b08f8cbd0
[doc] add copyright information
2020-12-03 17:07:03 +05:30
sudo-panda
8c48b583a8
[doc][io][wkt] add doc for from_wkt and to_wkt
2020-12-03 17:07:03 +05:30
sudo-panda
6c10e7a647
[doc][io][wkt] add docs for to_wkt and from_wkt
2020-12-03 17:07:03 +05:30
Barend Gehrels
1c06875105
[svg] Add scale function and examples of it
2020-11-12 14:34:47 +01:00
Mateusz Łoskot
4124424890
Deleted extra note in point_xy documentation ( #677 )
2020-03-05 22:40:29 +01:00
Mateusz Łoskot
64de5b9edf
Add point_xyz as pre-defined geometry model ( #671 )
...
Add documentation, example and test for point_xyz.
2020-03-04 23:18:16 +01:00
Vissarion Fisikopoulos
1c0f3e398a
Merge branch 'develop' into feature/line_interpolate_point_2
2019-02-27 15:13:37 +02:00
Vissarion Fysikopoulos
03036b4b62
[algorithm] [strategy] [test] [doc] Rename line_interpolate_point to line_interpolate
2019-02-19 16:32:22 +02:00
Barend Gehrels
c46e4625a7
[buffer] rename strategy (review result)
2019-02-13 11:44:13 +01:00
Barend Gehrels
a9f8e6dd9a
[doc] Extend implementation table, add point for geographic
2019-01-16 12:03:52 +01:00
Barend Gehrels
880e0a15df
[doc] Fix buffer documentation
2019-01-16 12:03:27 +01:00
Barend Gehrels
811e9bad93
[doc] Link to new documentation
2019-01-16 11:56:31 +01:00
Vissarion Fysikopoulos
87dfbe07a8
[doc] Line interpolate point algorithm and strategies
2018-10-26 17:03:24 +03:00
Yaghyavardhan singh khangarot
50ca27ebb9
[doc][similarity] Updated documentation for the similarity algorithms
2018-08-12 05:07:16 +05:30
Yaghyavardhan singh khangarot
fc0f5525ae
[doc][similarity] Add documentation for algorithm for finding similarity between geometries
2018-08-06 05:41:12 +05:30
Yaghyavardhan singh khangarot
0591e109ce
[doc][similarity] add documentation for discrete_frechet_disatance and discrete_hausdorff_distance.
2018-08-02 19:52:40 +05:30
Norbert Wenzel
d4bc950146
[doc] Add C++11 std::array point adaptor docs
...
Copied the documentation entry and example from Boost.Array. Referred
to std::array as "C++11 array container".
Link to new page from
* reference
* quickref
* point concept
2018-01-27 10:52:17 +01:00
Norbert Wenzel
70267efabc
Add missing full stop to sentence
2018-01-22 22:58:39 +01:00
Adam Wulkiewicz
5f19586ef6
[doc][densify] Add examples.
2018-01-15 19:46:55 +01:00
Adam Wulkiewicz
f35a4f927e
[doc][densify] Add documentation for densify algorithm and strategies.
...
Change strategies from structs to classes as this is the requirement of
the docs generating tool.
2018-01-12 03:01:01 +01:00
Menelaos Karavelas
4ad4e29796
[doc][reference][algorithms][is_empty] is_empty actually implements an OGC function;
...
change the doc to reflect this;
2015-12-03 16:58:10 +02:00
barendgehrels
4ab0cdc442
[doc] update buffer doc
2015-07-01 12:39:15 +02:00
Menelaos Karavelas
bd6cc0e5d3
[doc][algorithms][is_empty] add documentation for is_empty algorithm
2015-06-03 01:08:33 +03:00
Adam Wulkiewicz
8ad46080d5
Merge branch 'feature/relate' of github.com:awulkiew/geometry into feature/relate
...
Conflicts:
doc/reference/algorithms/relate.qbk
doc/reference/algorithms/relation.qbk
2015-05-01 17:45:08 +02:00
Adam Wulkiewicz
45dc5fd0e4
[doc] Add documentation and examples for relate() and relation() algorithms.
...
Add also documentation for DE-9IM classes.
2015-05-01 16:49:11 +02:00
Adam Wulkiewicz
282839501d
[doc] Add documentation and examples for relate() and relation() functions.
2015-05-01 03:05:48 +02:00
Menelaos Karavelas
be910c04e2
Merge branch 'develop' of https://github.com/boostorg/geometry into feature/disjoint
...
Conflicts:
doc/release_notes.qbk
2015-04-23 09:47:46 +03:00
Adam Wulkiewicz
716e6e656a
[doc][geometries] Add examples (cpp and qbk files) for all models.
2015-04-09 23:38:31 +02:00
Adam Wulkiewicz
c8d97f0528
[doc][geometries] Add example for model::box.
2015-04-09 21:48:06 +02:00
Menelaos Karavelas
eb763405bc
[doc][algorithms][status][release notes] update disjoint status;
...
add newly supported combinations for disjoint in release notes (for 1.59);
2015-03-10 01:35:34 +02:00
Menelaos Karavelas
6d4624d39a
[doc][algorithms][disjoint] update status for disjoint; update release notes
...
to indicate the new geometry combinations supported by disjoint;
2015-03-09 08:42:03 +02:00
Menelaos Karavelas
8f69eeca02
[doc][reference][is_valid] add quickbook documentation for is_valid (with failure value)
2015-02-25 15:10:41 +02:00
Menelaos Karavelas
1f9e8fa92a
[doc][algorithms][is_valid] fix copyright year
2015-02-25 15:10:13 +02:00
Menelaos Karavelas
3cf32a6cea
[doc][reference][algorithms][is_valid] add doc page for is_valid with message
2015-02-24 15:58:44 +02:00
Menelaos Karavelas
05a0f16ad5
[doc][algorithms][num_segments] remove add_for_open argument from
...
doxygne documentation; update qbk documentataion to reflect that there
is only one argument to the free function
2014-08-14 00:42:17 +03:00
Menelaos Karavelas
5c73ef01bf
[doc][algorithms][num_points] update the return value for boxes (now
...
depends on the dimension of the box)
2014-08-14 00:41:27 +03:00
Menelaos Karavelas
e98bfaca4a
Merge branch 'develop' of https://github.com/boostorg/geometry into feature/num_segments
2014-07-29 00:34:33 +03:00
Menelaos Karavelas
86cd4e531f
[doc][min/max corner] fix geometry include
2014-07-27 15:34:18 +03:00
Adam Wulkiewicz
5e4e8f5435
Merge pull request #106 from mkaravel/doc/disjoint
...
Disjoint doc
2014-07-23 14:53:33 +02:00