Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / geometry / doc / reference / io / read_wkt.qbk
1 [/============================================================================
2   Boost.Geometry (aka GGL, Generic Geometry Library)
3
4   Copyright (c) 2009-2014 Barend Gehrels, Amsterdam, the Netherlands.
5   Copyright (c) 2014 Adam Wulkiewicz, Lodz, Poland.
6
7   Use, modification and distribution is subject to the Boost Software License,
8   Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
9   http://www.boost.org/LICENSE_1_0.txt)
10 =============================================================================/]
11
12 [heading Conformance]
13 Other libraries refer to this functionality as [*ST_GeomFromText] or [*STGeomFromText].
14 That is not done here because Boost.Geometry support more text formats. The name GeomFromText
15 is reserved for future usage, which will then have an indication of the used text format.
16
17
18 [heading Example]
19 [read_wkt]
20
21 [heading See also]
22 * [link geometry.reference.io.wkt.wkt WKT streaming manipulator]