68 Commits

Author SHA1 Message Date
Adam Wulkiewicz
2a2e0ac41e [doc][srs][strategies] Add/improve docs of geographic strategies and spheroid. 2018-03-02 23:22:36 +01:00
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
Adam Wulkiewicz
20a83095a0 [doc][area] Add documentation for geographic strategy and improve example (use strategies). 2018-01-16 15:22:52 +01:00
Adam Wulkiewicz
6d0d53c41e Merge branch 'develop' into feature/area_strategies 2018-01-16 14:45:48 +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
Adam Wulkiewicz
127b52ea0c [doc] Change names after renaming surveyor to cartesian (area strategy). 2017-12-22 23:24:02 +01:00
Adam Wulkiewicz
b592017cb1 [doc] Add missing correct section. 2017-07-05 14:31:31 +02:00
Adam Wulkiewicz
60592cff99 [doc] Update reference (area strategy, set operations, is_simple, is_valid).
Remove area::huiller, add area::spherical strategy.
Distinguish between versions of algorithms taking and not taking strategies.
2017-03-05 20:24:23 +01:00
Adam Wulkiewicz
cc472a8c3c [doc] Generate pages for relops versions supporting strategies. 2017-02-26 01:41:05 +01:00
barendgehrels
9e3fcdb8f9 [doc] update renaming from ublas_transformer to matrix_transformer 2017-01-04 15:45:54 +01:00
Menelaos Karavelas
bf6bc4b5aa [doc][strategies][distance][cross track point box] add documentation
for cross_track_point_box distance strategy
2015-06-13 01:54:49 +03:00
Menelaos Karavelas
bd6cc0e5d3 [doc][algorithms][is_empty] add documentation for is_empty algorithm 2015-06-03 01:08:33 +03: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
Menelaos Karavelas
0a0e83c04c [doc][reference] put is_valid in a section of its own 2015-02-24 16:00:08 +02:00
Menelaos Karavelas
32635987e8 [doc][algorithms][num_segments] add back documentation for num_segments algorithm 2014-10-27 22:18:07 +02:00
Menelaos Karavelas
6769ad34f4 [doc][num_segments] remove references to the num_segments algorithm;
to be added back in boost 1.58;
2014-10-20 01:04:56 +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
Adam Wulkiewicz
54c824a7dd [doc] Remove duplicated disjoint entry in reference 2014-07-26 22:44:02 +02:00
Menelaos Karavelas
897818650f [doc] update copyright header 2014-07-23 13:44:43 +03: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
Menelaos Karavelas
d8ebbdd32f Merge branch 'develop' of https://github.com/boostorg/geometry into feature/num_segments 2014-07-18 10:51:36 +03: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
Menelaos Karavelas
32159311ed [doc] add num_segments algorithm 2014-07-17 03:04:51 +03:00
Adam Wulkiewicz
e9178b6a80 Merge pull request #75 from mkaravel/feature/is_simple
Feature/is simple
2014-07-01 17:27:01 +02:00
Menelaos Karavelas
1465ada4ba [doc][stratiegies][distance] add pythagoras point-box and box-box strategies 2014-06-27 03:37:00 +03:00
Menelaos Karavelas
6ad8760295 [doc] add documentation support for is_valid and is_simple 2014-06-26 22:56:29 +03:00
Barend Gehrels
d44df9b813 [doc] small update for disjoint and contribution 2014-05-26 12:25:56 +02:00
Barend Gehrels
86259f78a7 [doc][wkt] Fixed WKT doc / extended WKT doc (in progress) 2014-05-19 23:10:06 +02:00
Adam Wulkiewicz
d3f8ea2f6b [crosses] add bg::crosses() algorithm 2014-04-09 01:33:37 +02: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
4b2c00e6cc geometry docs: sections rearranged, titles unified.
[SVN r84260]
2013-05-13 00:39:43 +00:00
Adam Wulkiewicz
c5b6130f30 geometry.index docs: created 'Experimental' section in R-tree docs, nearest() point relations moved to this section, added description of experimental query iterators.
[SVN r84172]
2013-05-06 16:24:11 +00:00
Adam Wulkiewicz
f1d4f67b7c geometry docs: Added spatial indexes to reference matrix + other minor documentation tweaks.
[SVN r83752]
2013-04-03 19:05:33 +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
604bb60f17 Boost.Geometry doc updates
[SVN r76963]
2012-02-10 19:52:53 +00:00
Barend Gehrels
7cb0ae96fd Boost.Geometry update copyright -> 2012
[SVN r76390]
2012-01-09 21:56:08 +00:00
Barend Gehrels
b9ae2f8835 Updated doc w.r.t. side strategies
[SVN r72418]
2011-06-05 17:40:41 +00:00
Barend Gehrels
f633666957 Test/docs (reflecting box_range->box_view and segment_range->segment_view)
[SVN r71795]
2011-05-07 22:13:16 +00:00
Barend Gehrels
b2eec50965 Added many docs/samples
Updated for tuple/registration macro


[SVN r71491]
2011-04-25 21:22:58 +00:00
Barend Gehrels
d601e255b3 Updated many docs, added many samples
[SVN r71422]
2011-04-22 22:26:38 +00:00
Barend Gehrels
373f4dc5f4 Doc update (metafunctions tag, tag_cast, point_type)
[SVN r71330]
2011-04-16 20:43:54 +00:00
Barend Gehrels
f4e8438ccb Doc update (metafunctions coordinate type, system, dimensions, point_order, closure, tags degree/radian, constans min_corner, max_corner)
[SVN r71324]
2011-04-16 17:58:34 +00:00
Barend Gehrels
1e70d25b60 Added/updated doc/examples for assign/convert/convex_hull
[SVN r71322]
2011-04-16 13:17:50 +00:00
Barend Gehrels
7f1b59fa64 Small doc update/fix
[SVN r71299]
2011-04-15 20:57:08 +00:00
Barend Gehrels
a8d62ccbaf Added and updated documentation of correct, transform, distance, comparable_distance
[SVN r71153]
2011-04-09 20:31:35 +00:00
Barend Gehrels
645740dcd2 Doc update, added samples of clear, expand, reverse, unique
Removed convert from doc

[SVN r71123]
2011-04-08 20:17:49 +00:00